Class: Aws::LexModelsV2::Types::CreateTestSetDiscrepancyReportRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LexModelsV2::Types::CreateTestSetDiscrepancyReportRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-lexmodelsv2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #target  ⇒ Types::TestSetDiscrepancyReportResourceTarget 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The target bot for the test set discrepancy report.
 - 
  
    
      #test_set_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The test set Id for the test set discrepancy report.
 
Instance Attribute Details
#target ⇒ Types::TestSetDiscrepancyReportResourceTarget
The target bot for the test set discrepancy report.
      4643 4644 4645 4646 4647 4648  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 4643 class CreateTestSetDiscrepancyReportRequest < Struct.new( :test_set_id, :target) SENSITIVE = [] include Aws::Structure end  | 
  
#test_set_id ⇒ String
The test set Id for the test set discrepancy report.
      4643 4644 4645 4646 4647 4648  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 4643 class CreateTestSetDiscrepancyReportRequest < Struct.new( :test_set_id, :target) SENSITIVE = [] include Aws::Structure end  |