Module: Aws::TranscribeService::Client::_CreateLanguageModelResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateLanguageModelResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #base_model_name ⇒ "NarrowBand", "WideBand"
- #input_data_config ⇒ Types::InputDataConfig
- #language_code ⇒ "en-US", ...
- #model_name ⇒ ::String
- #model_status ⇒ "IN_PROGRESS", ...
Instance Method Details
#base_model_name ⇒ "NarrowBand", "WideBand"
105 |
# File 'sig/client.rbs', line 105
def base_model_name: () -> ("NarrowBand" | "WideBand")
|
#input_data_config ⇒ Types::InputDataConfig
107 |
# File 'sig/client.rbs', line 107
def input_data_config: () -> Types::InputDataConfig
|
#language_code ⇒ "en-US", ...
104 |
# File 'sig/client.rbs', line 104
def language_code: () -> ("en-US" | "hi-IN" | "es-US" | "en-GB" | "en-AU" | "de-DE" | "ja-JP")
|
#model_name ⇒ ::String
106 |
# File 'sig/client.rbs', line 106
def model_name: () -> ::String
|
#model_status ⇒ "IN_PROGRESS", ...
108 |
# File 'sig/client.rbs', line 108
def model_status: () -> ("IN_PROGRESS" | "FAILED" | "COMPLETED")
|