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"
2145 |
# File 'sig/client.rbs', line 2145
def api_mode: () -> ("Streaming" | "NonStreaming")
|
#creation_date_time ⇒ ::Time
2142 |
# File 'sig/client.rbs', line 2142
def creation_date_time: () -> ::Time
|
#target ⇒ Types::TestExecutionTarget
2144 |
# File 'sig/client.rbs', line 2144
def target: () -> Types::TestExecutionTarget
|
#test_execution_id ⇒ ::String
2141 |
# File 'sig/client.rbs', line 2141
def test_execution_id: () -> ::String
|
#test_execution_modality ⇒ "Text", "Audio"
2146 |
# File 'sig/client.rbs', line 2146
def test_execution_modality: () -> ("Text" | "Audio")
|
#test_set_id ⇒ ::String
2143 |
# File 'sig/client.rbs', line 2143
def test_set_id: () -> ::String
|