Class: Aws::LexModelsV2::Types::TestSetGenerationDataSource
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LexModelsV2::Types::TestSetGenerationDataSource
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-lexmodelsv2/types.rb
 
Overview
Contains information about the data source from which the test set is generated.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #conversation_logs_data_source  ⇒ Types::ConversationLogsDataSource 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Contains information about the bot from which the conversation logs are sourced.
 
Instance Attribute Details
#conversation_logs_data_source ⇒ Types::ConversationLogsDataSource
Contains information about the bot from which the conversation logs are sourced.
      13753 13754 13755 13756 13757  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13753 class TestSetGenerationDataSource < Struct.new( :conversation_logs_data_source) SENSITIVE = [] include Aws::Structure end  |