Class: Aws::CleanRoomsML::Types::CancelTrainedModelRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cleanroomsml/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#membership_identifierString

The membership ID of the trained model job that you want to cancel.

Returns:

  • (String)


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_arnString

The Amazon Resource Name (ARN) of the trained model job that you want to cancel.

Returns:

  • (String)


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