Class: Aws::CleanRoomsML::Types::CreateTrainedModelResponse

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

#trained_model_arnString

The Amazon Resource Name (ARN) of the trained model.

Returns:

  • (String)


1628
1629
1630
1631
1632
1633
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 1628

class CreateTrainedModelResponse < Struct.new(
  :trained_model_arn,
  :version_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#version_identifierString

The unique version identifier assigned to the newly created trained model. This identifier can be used to reference this specific version of the trained model in subsequent operations such as inference jobs or incremental training.

The initial version identifier for the base version of the trained model is "NULL".

Returns:

  • (String)


1628
1629
1630
1631
1632
1633
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 1628

class CreateTrainedModelResponse < Struct.new(
  :trained_model_arn,
  :version_identifier)
  SENSITIVE = []
  include Aws::Structure
end