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
1120 |
# File 'sig/client.rbs', line 1120
def creation_date_time: () -> ::Time
|
#failure_reasons ⇒ ::Array[::String]
1126 |
# File 'sig/client.rbs', line 1126
def failure_reasons: () -> ::Array[::String]
|
#last_updated_data_time ⇒ ::Time
1123 |
# File 'sig/client.rbs', line 1123
def last_updated_data_time: () -> ::Time
|
#target ⇒ Types::TestSetDiscrepancyReportResourceTarget
1121 |
# File 'sig/client.rbs', line 1121
def target: () -> Types::TestSetDiscrepancyReportResourceTarget
|
#test_set_discrepancy_raw_output_url ⇒ ::String
1125 |
# File 'sig/client.rbs', line 1125
def test_set_discrepancy_raw_output_url: () -> ::String
|
#test_set_discrepancy_report_id ⇒ ::String
1118 |
# File 'sig/client.rbs', line 1118
def test_set_discrepancy_report_id: () -> ::String
|
#test_set_discrepancy_report_status ⇒ "InProgress", ...
1122 |
# File 'sig/client.rbs', line 1122
def test_set_discrepancy_report_status: () -> ("InProgress" | "Completed" | "Failed")
|
#test_set_discrepancy_top_errors ⇒ Types::TestSetDiscrepancyErrors
1124 |
# File 'sig/client.rbs', line 1124
def test_set_discrepancy_top_errors: () -> Types::TestSetDiscrepancyErrors
|
#test_set_id ⇒ ::String
1119 |
# File 'sig/client.rbs', line 1119
def test_set_id: () -> ::String
|