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.
425 426 427 428 429 430 431 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 425 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.
425 426 427 428 429 430 431 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 425 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.
425 426 427 428 429 430 431 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 425 class CancelTrainedModelRequest < Struct.new( :membership_identifier, :trained_model_arn, :version_identifier) SENSITIVE = [] include Aws::Structure end |