Module: Aws::LexModelsV2::Client::_DescribeTestSetDiscrepancyReportResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeTestSetDiscrepancyReportResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #creation_date_time ⇒ ::Time
- #failure_reasons ⇒ ::Array[::String]
- #last_updated_data_time ⇒ ::Time
- #target ⇒ Types::TestSetDiscrepancyReportResourceTarget
- #test_set_discrepancy_raw_output_url ⇒ ::String
- #test_set_discrepancy_report_id ⇒ ::String
- #test_set_discrepancy_report_status ⇒ "InProgress", ...
- #test_set_discrepancy_top_errors ⇒ Types::TestSetDiscrepancyErrors
- #test_set_id ⇒ ::String
Instance Method Details
#creation_date_time ⇒ ::Time
1125 |
# File 'sig/client.rbs', line 1125
def creation_date_time: () -> ::Time
|
#failure_reasons ⇒ ::Array[::String]
1131 |
# File 'sig/client.rbs', line 1131
def failure_reasons: () -> ::Array[::String]
|
#last_updated_data_time ⇒ ::Time
1128 |
# File 'sig/client.rbs', line 1128
def last_updated_data_time: () -> ::Time
|
#target ⇒ Types::TestSetDiscrepancyReportResourceTarget
1126 |
# File 'sig/client.rbs', line 1126
def target: () -> Types::TestSetDiscrepancyReportResourceTarget
|
#test_set_discrepancy_raw_output_url ⇒ ::String
1130 |
# File 'sig/client.rbs', line 1130
def test_set_discrepancy_raw_output_url: () -> ::String
|
#test_set_discrepancy_report_id ⇒ ::String
1123 |
# File 'sig/client.rbs', line 1123
def test_set_discrepancy_report_id: () -> ::String
|
#test_set_discrepancy_report_status ⇒ "InProgress", ...
1127 |
# File 'sig/client.rbs', line 1127
def test_set_discrepancy_report_status: () -> ("InProgress" | "Completed" | "Failed")
|
#test_set_discrepancy_top_errors ⇒ Types::TestSetDiscrepancyErrors
1129 |
# File 'sig/client.rbs', line 1129
def test_set_discrepancy_top_errors: () -> Types::TestSetDiscrepancyErrors
|
#test_set_id ⇒ ::String
1124 |
# File 'sig/client.rbs', line 1124
def test_set_id: () -> ::String
|