Class: Aws::LexModelsV2::Types::TestSetImportResourceSpecification
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LexModelsV2::Types::TestSetImportResourceSpecification
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-lexmodelsv2/types.rb
 
Overview
Contains information about the test set that is imported.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The description of the test set.
 - 
  
    
      #import_input_location  ⇒ Types::TestSetImportInputLocation 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Contains information about the input location from where test-set should be imported.
 - 
  
    
      #modality  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies whether the test-set being imported contains written or spoken data.
 - 
  
    
      #role_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of an IAM role that has permission to access the test set.
 - 
  
    
      #storage_location  ⇒ Types::TestSetStorageLocation 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Contains information about the location that Amazon Lex uses to store the test-set.
 - 
  
    
      #test_set_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the test set.
 - 
  
    
      #test_set_tags  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of tags to add to the test set.
 
Instance Attribute Details
#description ⇒ String
The description of the test set.
      13819 13820 13821 13822 13823 13824 13825 13826 13827 13828 13829  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13819 class TestSetImportResourceSpecification < Struct.new( :test_set_name, :description, :role_arn, :storage_location, :import_input_location, :modality, :test_set_tags) SENSITIVE = [] include Aws::Structure end  | 
  
#import_input_location ⇒ Types::TestSetImportInputLocation
Contains information about the input location from where test-set should be imported.
      13819 13820 13821 13822 13823 13824 13825 13826 13827 13828 13829  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13819 class TestSetImportResourceSpecification < Struct.new( :test_set_name, :description, :role_arn, :storage_location, :import_input_location, :modality, :test_set_tags) SENSITIVE = [] include Aws::Structure end  | 
  
#modality ⇒ String
Specifies whether the test-set being imported contains written or spoken data.
      13819 13820 13821 13822 13823 13824 13825 13826 13827 13828 13829  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13819 class TestSetImportResourceSpecification < Struct.new( :test_set_name, :description, :role_arn, :storage_location, :import_input_location, :modality, :test_set_tags) SENSITIVE = [] include Aws::Structure end  | 
  
#role_arn ⇒ String
The Amazon Resource Name (ARN) of an IAM role that has permission to access the test set.
      13819 13820 13821 13822 13823 13824 13825 13826 13827 13828 13829  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13819 class TestSetImportResourceSpecification < Struct.new( :test_set_name, :description, :role_arn, :storage_location, :import_input_location, :modality, :test_set_tags) SENSITIVE = [] include Aws::Structure end  | 
  
#storage_location ⇒ Types::TestSetStorageLocation
Contains information about the location that Amazon Lex uses to store the test-set.
      13819 13820 13821 13822 13823 13824 13825 13826 13827 13828 13829  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13819 class TestSetImportResourceSpecification < Struct.new( :test_set_name, :description, :role_arn, :storage_location, :import_input_location, :modality, :test_set_tags) SENSITIVE = [] include Aws::Structure end  | 
  
#test_set_name ⇒ String
The name of the test set.
      13819 13820 13821 13822 13823 13824 13825 13826 13827 13828 13829  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13819 class TestSetImportResourceSpecification < Struct.new( :test_set_name, :description, :role_arn, :storage_location, :import_input_location, :modality, :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.
      13819 13820 13821 13822 13823 13824 13825 13826 13827 13828 13829  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13819 class TestSetImportResourceSpecification < Struct.new( :test_set_name, :description, :role_arn, :storage_location, :import_input_location, :modality, :test_set_tags) SENSITIVE = [] include Aws::Structure end  |