Class: Aws::CleanRoomsML::Types::CreateTrainingDatasetResponse

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

#training_dataset_arnString

The Amazon Resource Name (ARN) of the training dataset resource.

Returns:

  • (String)


1631
1632
1633
1634
1635
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 1631

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