Class: Aws::CleanRoomsML::Types::CancelTrainedModelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::CancelTrainedModelRequest
- Defined in:
- gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#membership_identifier ⇒ String
The membership ID of the trained model job that you want to cancel.
-
#trained_model_arn ⇒ String
The Amazon Resource Name (ARN) of the trained model job that you want to cancel.
-
#version_identifier ⇒ String
The version identifier of the trained model to cancel.
Instance Attribute Details
#membership_identifier ⇒ String
The membership ID of the trained model job that you want to cancel.
354 355 356 357 358 359 360 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 354 class CancelTrainedModelRequest < Struct.new( :membership_identifier, :trained_model_arn, :version_identifier) SENSITIVE = [] include Aws::Structure end |
#trained_model_arn ⇒ String
The Amazon Resource Name (ARN) of the trained model job that you want to cancel.
354 355 356 357 358 359 360 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 354 class CancelTrainedModelRequest < Struct.new( :membership_identifier, :trained_model_arn, :version_identifier) SENSITIVE = [] include Aws::Structure end |
#version_identifier ⇒ String
The version identifier of the trained model to cancel. This parameter allows you to specify which version of the trained model you want to cancel when multiple versions exist.
If versionIdentifier
is not specified, the base model will be
cancelled.
354 355 356 357 358 359 360 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 354 class CancelTrainedModelRequest < Struct.new( :membership_identifier, :trained_model_arn, :version_identifier) SENSITIVE = [] include Aws::Structure end |