Class: Aws::CleanRoomsML::Types::CancelTrainedModelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::CancelTrainedModelRequest
- Includes:
- Structure
- Defined in:
- 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.
Instance Attribute Details
#membership_identifier ⇒ String
The membership ID of the trained model job that you want to cancel.
345 346 347 348 349 350 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 345 class CancelTrainedModelRequest < Struct.new( :membership_identifier, :trained_model_arn) SENSITIVE = [] include Aws::Structure end |
#trained_model_arn ⇒ String
The Amazon Resource Name (ARN) of the trained model job that you want to cancel.
345 346 347 348 349 350 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 345 class CancelTrainedModelRequest < Struct.new( :membership_identifier, :trained_model_arn) SENSITIVE = [] include Aws::Structure end |