Class: Aws::CleanRoomsML::Types::CreateTrainingDatasetResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CleanRoomsML::Types::CreateTrainingDatasetResponse
 
- 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 resource. 
Instance Attribute Details
#training_dataset_arn ⇒ String
The Amazon Resource Name (ARN) of the training dataset resource.
| 1781 1782 1783 1784 1785 | # File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 1781 class CreateTrainingDatasetResponse < Struct.new( :training_dataset_arn) SENSITIVE = [] include Aws::Structure end |