Module: Aws::LexModelsV2::Client::_StartTestExecutionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::StartTestExecutionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #api_mode ⇒ "Streaming", "NonStreaming"
- #creation_date_time ⇒ ::Time
- #target ⇒ Types::TestExecutionTarget
- #test_execution_id ⇒ ::String
- #test_execution_modality ⇒ "Text", "Audio"
- #test_set_id ⇒ ::String
Instance Method Details
#api_mode ⇒ "Streaming", "NonStreaming"
2153 |
# File 'sig/client.rbs', line 2153 def api_mode: () -> ("Streaming" | "NonStreaming") |
#creation_date_time ⇒ ::Time
2150 |
# File 'sig/client.rbs', line 2150 def creation_date_time: () -> ::Time |
#target ⇒ Types::TestExecutionTarget
2152 |
# File 'sig/client.rbs', line 2152 def target: () -> Types::TestExecutionTarget |
#test_execution_id ⇒ ::String
2149 |
# File 'sig/client.rbs', line 2149 def test_execution_id: () -> ::String |
#test_execution_modality ⇒ "Text", "Audio"
2154 |
# File 'sig/client.rbs', line 2154 def test_execution_modality: () -> ("Text" | "Audio") |
#test_set_id ⇒ ::String
2151 |
# File 'sig/client.rbs', line 2151 def test_set_id: () -> ::String |