Class: Aws::LexModelsV2::Types::StartTestSetGenerationRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LexModelsV2::Types::StartTestSetGenerationRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-lexmodelsv2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The test set description for the test set generation request.
 - 
  
    
      #generation_data_source  ⇒ Types::TestSetGenerationDataSource 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The data source for the test set generation.
 - 
  
    
      #role_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The roleARN used for any operation in the test set to access resources in the Amazon Web Services account.
 - 
  
    
      #storage_location  ⇒ Types::TestSetStorageLocation 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon S3 storage location for the test set generation.
 - 
  
    
      #test_set_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The test set name for the test set generation request.
 - 
  
    
      #test_set_tags  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of tags to add to the test set.
 
Instance Attribute Details
#description ⇒ String
The test set description for the test set generation request.
      13216 13217 13218 13219 13220 13221 13222 13223 13224 13225  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13216 class StartTestSetGenerationRequest < Struct.new( :test_set_name, :description, :storage_location, :generation_data_source, :role_arn, :test_set_tags) SENSITIVE = [] include Aws::Structure end  | 
  
#generation_data_source ⇒ Types::TestSetGenerationDataSource
The data source for the test set generation.
      13216 13217 13218 13219 13220 13221 13222 13223 13224 13225  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13216 class StartTestSetGenerationRequest < Struct.new( :test_set_name, :description, :storage_location, :generation_data_source, :role_arn, :test_set_tags) SENSITIVE = [] include Aws::Structure end  | 
  
#role_arn ⇒ String
The roleARN used for any operation in the test set to access resources in the Amazon Web Services account.
      13216 13217 13218 13219 13220 13221 13222 13223 13224 13225  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13216 class StartTestSetGenerationRequest < Struct.new( :test_set_name, :description, :storage_location, :generation_data_source, :role_arn, :test_set_tags) SENSITIVE = [] include Aws::Structure end  | 
  
#storage_location ⇒ Types::TestSetStorageLocation
The Amazon S3 storage location for the test set generation.
      13216 13217 13218 13219 13220 13221 13222 13223 13224 13225  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13216 class StartTestSetGenerationRequest < Struct.new( :test_set_name, :description, :storage_location, :generation_data_source, :role_arn, :test_set_tags) SENSITIVE = [] include Aws::Structure end  | 
  
#test_set_name ⇒ String
The test set name for the test set generation request.
      13216 13217 13218 13219 13220 13221 13222 13223 13224 13225  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13216 class StartTestSetGenerationRequest < Struct.new( :test_set_name, :description, :storage_location, :generation_data_source, :role_arn, :test_set_tags) SENSITIVE = [] include Aws::Structure end  | 
  
#test_set_tags ⇒ Hash<String,String>
A list of tags to add to the test set. You can only add tags when you import/generate a new test set. You can’t use the ‘UpdateTestSet` operation to update tags. To update tags, use the `TagResource` operation.
      13216 13217 13218 13219 13220 13221 13222 13223 13224 13225  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13216 class StartTestSetGenerationRequest < Struct.new( :test_set_name, :description, :storage_location, :generation_data_source, :role_arn, :test_set_tags) SENSITIVE = [] include Aws::Structure end  |