Class: Aws::LexModelsV2::Types::DescribeTestExecutionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::DescribeTestExecutionResponse
- Defined in:
- gems/aws-sdk-lexmodelsv2/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.
7086 7087 7088 7089 7090 7091 7092 7093 7094 7095 7096 7097 7098 7099 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 7086 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.
7086 7087 7088 7089 7090 7091 7092 7093 7094 7095 7096 7097 7098 7099 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 7086 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.
7086 7087 7088 7089 7090 7091 7092 7093 7094 7095 7096 7097 7098 7099 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 7086 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.
7086 7087 7088 7089 7090 7091 7092 7093 7094 7095 7096 7097 7098 7099 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 7086 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.
7086 7087 7088 7089 7090 7091 7092 7093 7094 7095 7096 7097 7098 7099 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 7086 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.
7086 7087 7088 7089 7090 7091 7092 7093 7094 7095 7096 7097 7098 7099 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 7086 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.
7086 7087 7088 7089 7090 7091 7092 7093 7094 7095 7096 7097 7098 7099 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 7086 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.
7086 7087 7088 7089 7090 7091 7092 7093 7094 7095 7096 7097 7098 7099 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 7086 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.
7086 7087 7088 7089 7090 7091 7092 7093 7094 7095 7096 7097 7098 7099 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 7086 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.
7086 7087 7088 7089 7090 7091 7092 7093 7094 7095 7096 7097 7098 7099 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 7086 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 |