Class: Aws::LexModelsV2::Types::DescribeTestSetGenerationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::DescribeTestSetGenerationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_date_time ⇒ Time
The creation date and time for the test set generation.
-
#description ⇒ String
The test set description for the test set generation.
-
#failure_reasons ⇒ Array<String>
The reasons the test set generation failed.
-
#generation_data_source ⇒ Types::TestSetGenerationDataSource
The data source of the test set used for the test set generation.
-
#last_updated_date_time ⇒ Time
The date and time of the last update for the test set generation.
-
#role_arn ⇒ String
The roleARN of the test set used for the test set generation.
-
#storage_location ⇒ Types::TestSetStorageLocation
The Amazon S3 storage location for the test set generation.
-
#test_set_generation_id ⇒ String
The unique identifier of the test set generation.
-
#test_set_generation_status ⇒ String
The status for the test set generation.
-
#test_set_id ⇒ String
The unique identifier for the test set created for the generated test set.
-
#test_set_name ⇒ String
The test set name for the generated test set.
Instance Attribute Details
#creation_date_time ⇒ Time
The creation date and time for the test set generation.
7075 7076 7077 7078 7079 7080 7081 7082 7083 7084 7085 7086 7087 7088 7089 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7075 class DescribeTestSetGenerationResponse < Struct.new( :test_set_generation_id, :test_set_generation_status, :failure_reasons, :test_set_id, :test_set_name, :description, :storage_location, :generation_data_source, :role_arn, :creation_date_time, :last_updated_date_time) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The test set description for the test set generation.
7075 7076 7077 7078 7079 7080 7081 7082 7083 7084 7085 7086 7087 7088 7089 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7075 class DescribeTestSetGenerationResponse < Struct.new( :test_set_generation_id, :test_set_generation_status, :failure_reasons, :test_set_id, :test_set_name, :description, :storage_location, :generation_data_source, :role_arn, :creation_date_time, :last_updated_date_time) SENSITIVE = [] include Aws::Structure end |
#failure_reasons ⇒ Array<String>
The reasons the test set generation failed.
7075 7076 7077 7078 7079 7080 7081 7082 7083 7084 7085 7086 7087 7088 7089 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7075 class DescribeTestSetGenerationResponse < Struct.new( :test_set_generation_id, :test_set_generation_status, :failure_reasons, :test_set_id, :test_set_name, :description, :storage_location, :generation_data_source, :role_arn, :creation_date_time, :last_updated_date_time) SENSITIVE = [] include Aws::Structure end |
#generation_data_source ⇒ Types::TestSetGenerationDataSource
The data source of the test set used for the test set generation.
7075 7076 7077 7078 7079 7080 7081 7082 7083 7084 7085 7086 7087 7088 7089 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7075 class DescribeTestSetGenerationResponse < Struct.new( :test_set_generation_id, :test_set_generation_status, :failure_reasons, :test_set_id, :test_set_name, :description, :storage_location, :generation_data_source, :role_arn, :creation_date_time, :last_updated_date_time) SENSITIVE = [] include Aws::Structure end |
#last_updated_date_time ⇒ Time
The date and time of the last update for the test set generation.
7075 7076 7077 7078 7079 7080 7081 7082 7083 7084 7085 7086 7087 7088 7089 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7075 class DescribeTestSetGenerationResponse < Struct.new( :test_set_generation_id, :test_set_generation_status, :failure_reasons, :test_set_id, :test_set_name, :description, :storage_location, :generation_data_source, :role_arn, :creation_date_time, :last_updated_date_time) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The roleARN of the test set used for the test set generation.
7075 7076 7077 7078 7079 7080 7081 7082 7083 7084 7085 7086 7087 7088 7089 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7075 class DescribeTestSetGenerationResponse < Struct.new( :test_set_generation_id, :test_set_generation_status, :failure_reasons, :test_set_id, :test_set_name, :description, :storage_location, :generation_data_source, :role_arn, :creation_date_time, :last_updated_date_time) SENSITIVE = [] include Aws::Structure end |
#storage_location ⇒ Types::TestSetStorageLocation
The Amazon S3 storage location for the test set generation.
7075 7076 7077 7078 7079 7080 7081 7082 7083 7084 7085 7086 7087 7088 7089 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7075 class DescribeTestSetGenerationResponse < Struct.new( :test_set_generation_id, :test_set_generation_status, :failure_reasons, :test_set_id, :test_set_name, :description, :storage_location, :generation_data_source, :role_arn, :creation_date_time, :last_updated_date_time) SENSITIVE = [] include Aws::Structure end |
#test_set_generation_id ⇒ String
The unique identifier of the test set generation.
7075 7076 7077 7078 7079 7080 7081 7082 7083 7084 7085 7086 7087 7088 7089 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7075 class DescribeTestSetGenerationResponse < Struct.new( :test_set_generation_id, :test_set_generation_status, :failure_reasons, :test_set_id, :test_set_name, :description, :storage_location, :generation_data_source, :role_arn, :creation_date_time, :last_updated_date_time) SENSITIVE = [] include Aws::Structure end |
#test_set_generation_status ⇒ String
The status for the test set generation.
7075 7076 7077 7078 7079 7080 7081 7082 7083 7084 7085 7086 7087 7088 7089 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7075 class DescribeTestSetGenerationResponse < Struct.new( :test_set_generation_id, :test_set_generation_status, :failure_reasons, :test_set_id, :test_set_name, :description, :storage_location, :generation_data_source, :role_arn, :creation_date_time, :last_updated_date_time) SENSITIVE = [] include Aws::Structure end |
#test_set_id ⇒ String
The unique identifier for the test set created for the generated test set.
7075 7076 7077 7078 7079 7080 7081 7082 7083 7084 7085 7086 7087 7088 7089 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7075 class DescribeTestSetGenerationResponse < Struct.new( :test_set_generation_id, :test_set_generation_status, :failure_reasons, :test_set_id, :test_set_name, :description, :storage_location, :generation_data_source, :role_arn, :creation_date_time, :last_updated_date_time) SENSITIVE = [] include Aws::Structure end |
#test_set_name ⇒ String
The test set name for the generated test set.
7075 7076 7077 7078 7079 7080 7081 7082 7083 7084 7085 7086 7087 7088 7089 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7075 class DescribeTestSetGenerationResponse < Struct.new( :test_set_generation_id, :test_set_generation_status, :failure_reasons, :test_set_id, :test_set_name, :description, :storage_location, :generation_data_source, :role_arn, :creation_date_time, :last_updated_date_time) SENSITIVE = [] include Aws::Structure end |