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)


1550
1551
1552
1553
1554
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 1550

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