Class: Aws::LexModelsV2::Types::DescribeTestSetDiscrepancyReportResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::DescribeTestSetDiscrepancyReportResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_date_time ⇒ Time
The time and date of creation for the test set discrepancy report.
-
#failure_reasons ⇒ Array<String>
The failure report for the test set discrepancy report generation action.
-
#last_updated_data_time ⇒ Time
The date and time of the last update for the test set discrepancy report.
-
#target ⇒ Types::TestSetDiscrepancyReportResourceTarget
The target bot location for the test set discrepancy report.
-
#test_set_discrepancy_raw_output_url ⇒ String
Pre-signed Amazon S3 URL to download the test set discrepancy report.
-
#test_set_discrepancy_report_id ⇒ String
The unique identifier of the test set discrepancy report to describe.
-
#test_set_discrepancy_report_status ⇒ String
The status for the test set discrepancy report.
-
#test_set_discrepancy_top_errors ⇒ Types::TestSetDiscrepancyErrors
The top 200 error results from the test set discrepancy report.
-
#test_set_id ⇒ String
The test set Id for the test set discrepancy report.
Instance Attribute Details
#creation_date_time ⇒ Time
The time and date of creation for the test set discrepancy report.
7002 7003 7004 7005 7006 7007 7008 7009 7010 7011 7012 7013 7014 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7002 class DescribeTestSetDiscrepancyReportResponse < Struct.new( :test_set_discrepancy_report_id, :test_set_id, :creation_date_time, :target, :test_set_discrepancy_report_status, :last_updated_data_time, :test_set_discrepancy_top_errors, :test_set_discrepancy_raw_output_url, :failure_reasons) SENSITIVE = [] include Aws::Structure end |
#failure_reasons ⇒ Array<String>
The failure report for the test set discrepancy report generation action.
7002 7003 7004 7005 7006 7007 7008 7009 7010 7011 7012 7013 7014 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7002 class DescribeTestSetDiscrepancyReportResponse < Struct.new( :test_set_discrepancy_report_id, :test_set_id, :creation_date_time, :target, :test_set_discrepancy_report_status, :last_updated_data_time, :test_set_discrepancy_top_errors, :test_set_discrepancy_raw_output_url, :failure_reasons) SENSITIVE = [] include Aws::Structure end |
#last_updated_data_time ⇒ Time
The date and time of the last update for the test set discrepancy report.
7002 7003 7004 7005 7006 7007 7008 7009 7010 7011 7012 7013 7014 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7002 class DescribeTestSetDiscrepancyReportResponse < Struct.new( :test_set_discrepancy_report_id, :test_set_id, :creation_date_time, :target, :test_set_discrepancy_report_status, :last_updated_data_time, :test_set_discrepancy_top_errors, :test_set_discrepancy_raw_output_url, :failure_reasons) SENSITIVE = [] include Aws::Structure end |
#target ⇒ Types::TestSetDiscrepancyReportResourceTarget
The target bot location for the test set discrepancy report.
7002 7003 7004 7005 7006 7007 7008 7009 7010 7011 7012 7013 7014 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7002 class DescribeTestSetDiscrepancyReportResponse < Struct.new( :test_set_discrepancy_report_id, :test_set_id, :creation_date_time, :target, :test_set_discrepancy_report_status, :last_updated_data_time, :test_set_discrepancy_top_errors, :test_set_discrepancy_raw_output_url, :failure_reasons) SENSITIVE = [] include Aws::Structure end |
#test_set_discrepancy_raw_output_url ⇒ String
Pre-signed Amazon S3 URL to download the test set discrepancy report.
7002 7003 7004 7005 7006 7007 7008 7009 7010 7011 7012 7013 7014 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7002 class DescribeTestSetDiscrepancyReportResponse < Struct.new( :test_set_discrepancy_report_id, :test_set_id, :creation_date_time, :target, :test_set_discrepancy_report_status, :last_updated_data_time, :test_set_discrepancy_top_errors, :test_set_discrepancy_raw_output_url, :failure_reasons) SENSITIVE = [] include Aws::Structure end |
#test_set_discrepancy_report_id ⇒ String
The unique identifier of the test set discrepancy report to describe.
7002 7003 7004 7005 7006 7007 7008 7009 7010 7011 7012 7013 7014 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7002 class DescribeTestSetDiscrepancyReportResponse < Struct.new( :test_set_discrepancy_report_id, :test_set_id, :creation_date_time, :target, :test_set_discrepancy_report_status, :last_updated_data_time, :test_set_discrepancy_top_errors, :test_set_discrepancy_raw_output_url, :failure_reasons) SENSITIVE = [] include Aws::Structure end |
#test_set_discrepancy_report_status ⇒ String
The status for the test set discrepancy report.
7002 7003 7004 7005 7006 7007 7008 7009 7010 7011 7012 7013 7014 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7002 class DescribeTestSetDiscrepancyReportResponse < Struct.new( :test_set_discrepancy_report_id, :test_set_id, :creation_date_time, :target, :test_set_discrepancy_report_status, :last_updated_data_time, :test_set_discrepancy_top_errors, :test_set_discrepancy_raw_output_url, :failure_reasons) SENSITIVE = [] include Aws::Structure end |
#test_set_discrepancy_top_errors ⇒ Types::TestSetDiscrepancyErrors
The top 200 error results from the test set discrepancy report.
7002 7003 7004 7005 7006 7007 7008 7009 7010 7011 7012 7013 7014 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7002 class DescribeTestSetDiscrepancyReportResponse < Struct.new( :test_set_discrepancy_report_id, :test_set_id, :creation_date_time, :target, :test_set_discrepancy_report_status, :last_updated_data_time, :test_set_discrepancy_top_errors, :test_set_discrepancy_raw_output_url, :failure_reasons) SENSITIVE = [] include Aws::Structure end |
#test_set_id ⇒ String
The test set Id for the test set discrepancy report.
7002 7003 7004 7005 7006 7007 7008 7009 7010 7011 7012 7013 7014 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7002 class DescribeTestSetDiscrepancyReportResponse < Struct.new( :test_set_discrepancy_report_id, :test_set_id, :creation_date_time, :target, :test_set_discrepancy_report_status, :last_updated_data_time, :test_set_discrepancy_top_errors, :test_set_discrepancy_raw_output_url, :failure_reasons) SENSITIVE = [] include Aws::Structure end |