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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cleanroomsml/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)


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_arnString

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

Returns:

  • (String)


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_identifierString

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.

Returns:

  • (String)


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