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

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

#trained_model_arnString

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

Returns:

  • (String)


1699
1700
1701
1702
1703
1704
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 1699

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)


1699
1700
1701
1702
1703
1704
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 1699

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