Class: Aws::CleanRoomsML::Types::GetTrainingDatasetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::GetTrainingDatasetRequest
- Defined in:
- gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#training_dataset_arn ⇒ String
The Amazon Resource Name (ARN) of the training dataset that you are interested in.
Instance Attribute Details
#training_dataset_arn ⇒ String
The Amazon Resource Name (ARN) of the training dataset that you are interested in.
3383 3384 3385 3386 3387 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 3383 class GetTrainingDatasetRequest < Struct.new( :training_dataset_arn) SENSITIVE = [] include Aws::Structure end |