Class: Aws::LexModelsV2::Types::TestExecutionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::TestExecutionSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
Summarizes metadata about the test execution.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#api_mode ⇒ String
Specifies whether the API mode for the test execution is streaming or non-streaming.
-
#creation_date_time ⇒ Time
The date and time at which the test execution was created.
-
#last_updated_date_time ⇒ Time
The date and time at which the test execution was last updated.
-
#target ⇒ Types::TestExecutionTarget
Contains information about the bot used for the test execution..
-
#test_execution_id ⇒ String
The unique identifier of the test execution.
-
#test_execution_modality ⇒ String
Specifies whether the data used for the test execution is written or spoken.
-
#test_execution_status ⇒ String
The current status of the test execution.
-
#test_set_id ⇒ String
The unique identifier of the test set used in the test execution.
-
#test_set_name ⇒ String
The name of the test set used in the test execution.
Instance Attribute Details
#api_mode ⇒ String
Specifies whether the API mode for the test execution is streaming or non-streaming.
13638 13639 13640 13641 13642 13643 13644 13645 13646 13647 13648 13649 13650 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13638 class TestExecutionSummary < 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) SENSITIVE = [] include Aws::Structure end |
#creation_date_time ⇒ Time
The date and time at which the test execution was created.
13638 13639 13640 13641 13642 13643 13644 13645 13646 13647 13648 13649 13650 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13638 class TestExecutionSummary < 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) SENSITIVE = [] include Aws::Structure end |
#last_updated_date_time ⇒ Time
The date and time at which the test execution was last updated.
13638 13639 13640 13641 13642 13643 13644 13645 13646 13647 13648 13649 13650 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13638 class TestExecutionSummary < 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) SENSITIVE = [] include Aws::Structure end |
#target ⇒ Types::TestExecutionTarget
Contains information about the bot used for the test execution..
13638 13639 13640 13641 13642 13643 13644 13645 13646 13647 13648 13649 13650 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13638 class TestExecutionSummary < 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) SENSITIVE = [] include Aws::Structure end |
#test_execution_id ⇒ String
The unique identifier of the test execution.
13638 13639 13640 13641 13642 13643 13644 13645 13646 13647 13648 13649 13650 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13638 class TestExecutionSummary < 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) SENSITIVE = [] include Aws::Structure end |
#test_execution_modality ⇒ String
Specifies whether the data used for the test execution is written or spoken.
13638 13639 13640 13641 13642 13643 13644 13645 13646 13647 13648 13649 13650 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13638 class TestExecutionSummary < 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) SENSITIVE = [] include Aws::Structure end |
#test_execution_status ⇒ String
The current status of the test execution.
13638 13639 13640 13641 13642 13643 13644 13645 13646 13647 13648 13649 13650 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13638 class TestExecutionSummary < 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) SENSITIVE = [] include Aws::Structure end |
#test_set_id ⇒ String
The unique identifier of the test set used in the test execution.
13638 13639 13640 13641 13642 13643 13644 13645 13646 13647 13648 13649 13650 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13638 class TestExecutionSummary < 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) SENSITIVE = [] include Aws::Structure end |
#test_set_name ⇒ String
The name of the test set used in the test execution.
13638 13639 13640 13641 13642 13643 13644 13645 13646 13647 13648 13649 13650 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 13638 class TestExecutionSummary < 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) SENSITIVE = [] include Aws::Structure end |