Class: Aws::LexModelsV2::Types::DescribeTestExecutionResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LexModelsV2::Types::DescribeTestExecutionResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-lexmodelsv2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #api_mode  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates whether we use streaming or non-streaming APIs are used for the test set execution.
 - 
  
    
      #creation_date_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The execution creation date and time for the test set execution.
 - 
  
    
      #failure_reasons  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Reasons for the failure of the test set execution.
 - 
  
    
      #last_updated_date_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date and time of the last update for the execution.
 - 
  
    
      #target  ⇒ Types::TestExecutionTarget 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The target bot for the test set execution details.
 - 
  
    
      #test_execution_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The execution Id for the test set execution.
 - 
  
    
      #test_execution_modality  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates whether test set is audio or text.
 - 
  
    
      #test_execution_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The test execution status for the test execution.
 - 
  
    
      #test_set_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The test set Id for the test set execution.
 - 
  
    
      #test_set_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The test set name of the test set execution.
 
Instance Attribute Details
#api_mode ⇒ String
Indicates whether we use streaming or non-streaming APIs are used for the test set execution. For streaming, ‘StartConversation` Amazon Lex Runtime API is used. Whereas for non-streaming, `RecognizeUtterance` and `RecognizeText` Amazon Lex Runtime API is used.
      6933 6934 6935 6936 6937 6938 6939 6940 6941 6942 6943 6944 6945 6946  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 6933 class DescribeTestExecutionResponse < Struct.new( :test_execution_id, :creation_date_time, :last_updated_date_time, :test_execution_status, :test_set_id, :test_set_name, :target, :api_mode, :test_execution_modality, :failure_reasons) SENSITIVE = [] include Aws::Structure end  | 
  
#creation_date_time ⇒ Time
The execution creation date and time for the test set execution.
      6933 6934 6935 6936 6937 6938 6939 6940 6941 6942 6943 6944 6945 6946  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 6933 class DescribeTestExecutionResponse < Struct.new( :test_execution_id, :creation_date_time, :last_updated_date_time, :test_execution_status, :test_set_id, :test_set_name, :target, :api_mode, :test_execution_modality, :failure_reasons) SENSITIVE = [] include Aws::Structure end  | 
  
#failure_reasons ⇒ Array<String>
Reasons for the failure of the test set execution.
      6933 6934 6935 6936 6937 6938 6939 6940 6941 6942 6943 6944 6945 6946  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 6933 class DescribeTestExecutionResponse < Struct.new( :test_execution_id, :creation_date_time, :last_updated_date_time, :test_execution_status, :test_set_id, :test_set_name, :target, :api_mode, :test_execution_modality, :failure_reasons) SENSITIVE = [] include Aws::Structure end  | 
  
#last_updated_date_time ⇒ Time
The date and time of the last update for the execution.
      6933 6934 6935 6936 6937 6938 6939 6940 6941 6942 6943 6944 6945 6946  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 6933 class DescribeTestExecutionResponse < Struct.new( :test_execution_id, :creation_date_time, :last_updated_date_time, :test_execution_status, :test_set_id, :test_set_name, :target, :api_mode, :test_execution_modality, :failure_reasons) SENSITIVE = [] include Aws::Structure end  | 
  
#target ⇒ Types::TestExecutionTarget
The target bot for the test set execution details.
      6933 6934 6935 6936 6937 6938 6939 6940 6941 6942 6943 6944 6945 6946  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 6933 class DescribeTestExecutionResponse < Struct.new( :test_execution_id, :creation_date_time, :last_updated_date_time, :test_execution_status, :test_set_id, :test_set_name, :target, :api_mode, :test_execution_modality, :failure_reasons) SENSITIVE = [] include Aws::Structure end  | 
  
#test_execution_id ⇒ String
The execution Id for the test set execution.
      6933 6934 6935 6936 6937 6938 6939 6940 6941 6942 6943 6944 6945 6946  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 6933 class DescribeTestExecutionResponse < Struct.new( :test_execution_id, :creation_date_time, :last_updated_date_time, :test_execution_status, :test_set_id, :test_set_name, :target, :api_mode, :test_execution_modality, :failure_reasons) SENSITIVE = [] include Aws::Structure end  | 
  
#test_execution_modality ⇒ String
Indicates whether test set is audio or text.
      6933 6934 6935 6936 6937 6938 6939 6940 6941 6942 6943 6944 6945 6946  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 6933 class DescribeTestExecutionResponse < Struct.new( :test_execution_id, :creation_date_time, :last_updated_date_time, :test_execution_status, :test_set_id, :test_set_name, :target, :api_mode, :test_execution_modality, :failure_reasons) SENSITIVE = [] include Aws::Structure end  | 
  
#test_execution_status ⇒ String
The test execution status for the test execution.
      6933 6934 6935 6936 6937 6938 6939 6940 6941 6942 6943 6944 6945 6946  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 6933 class DescribeTestExecutionResponse < Struct.new( :test_execution_id, :creation_date_time, :last_updated_date_time, :test_execution_status, :test_set_id, :test_set_name, :target, :api_mode, :test_execution_modality, :failure_reasons) SENSITIVE = [] include Aws::Structure end  | 
  
#test_set_id ⇒ String
The test set Id for the test set execution.
      6933 6934 6935 6936 6937 6938 6939 6940 6941 6942 6943 6944 6945 6946  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 6933 class DescribeTestExecutionResponse < Struct.new( :test_execution_id, :creation_date_time, :last_updated_date_time, :test_execution_status, :test_set_id, :test_set_name, :target, :api_mode, :test_execution_modality, :failure_reasons) SENSITIVE = [] include Aws::Structure end  | 
  
#test_set_name ⇒ String
The test set name of the test set execution.
      6933 6934 6935 6936 6937 6938 6939 6940 6941 6942 6943 6944 6945 6946  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 6933 class DescribeTestExecutionResponse < Struct.new( :test_execution_id, :creation_date_time, :last_updated_date_time, :test_execution_status, :test_set_id, :test_set_name, :target, :api_mode, :test_execution_modality, :failure_reasons) SENSITIVE = [] include Aws::Structure end  |