Class: Aws::LexModelsV2::Types::CreateTestSetDiscrepancyReportResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::CreateTestSetDiscrepancyReportResponse
- 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 discrepancy report.
-
#target ⇒ Types::TestSetDiscrepancyReportResourceTarget
The target bot for the test set discrepancy report.
-
#test_set_discrepancy_report_id ⇒ String
The unique identifier of the test set discrepancy report to describe.
-
#test_set_id ⇒ String
The test set Id for the test set discrepancy report.
Instance Attribute Details
#creation_date_time ⇒ Time
The creation date and time for the test set discrepancy report.
4669 4670 4671 4672 4673 4674 4675 4676 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 4669 class CreateTestSetDiscrepancyReportResponse < Struct.new( :test_set_discrepancy_report_id, :creation_date_time, :test_set_id, :target) SENSITIVE = [] include Aws::Structure end |
#target ⇒ Types::TestSetDiscrepancyReportResourceTarget
The target bot for the test set discrepancy report.
4669 4670 4671 4672 4673 4674 4675 4676 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 4669 class CreateTestSetDiscrepancyReportResponse < Struct.new( :test_set_discrepancy_report_id, :creation_date_time, :test_set_id, :target) SENSITIVE = [] include Aws::Structure end |
#test_set_discrepancy_report_id ⇒ String
The unique identifier of the test set discrepancy report to describe.
4669 4670 4671 4672 4673 4674 4675 4676 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 4669 class CreateTestSetDiscrepancyReportResponse < Struct.new( :test_set_discrepancy_report_id, :creation_date_time, :test_set_id, :target) SENSITIVE = [] include Aws::Structure end |
#test_set_id ⇒ String
The test set Id for the test set discrepancy report.
4669 4670 4671 4672 4673 4674 4675 4676 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 4669 class CreateTestSetDiscrepancyReportResponse < Struct.new( :test_set_discrepancy_report_id, :creation_date_time, :test_set_id, :target) SENSITIVE = [] include Aws::Structure end |