You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::TranscribeService::Types::CreateLanguageModelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::TranscribeService::Types::CreateLanguageModelResponse
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#base_model_name ⇒ String
The Amazon Transcribe standard language model, or base model you\'ve used to create a custom language model.
-
#input_data_config ⇒ Types::InputDataConfig
The data access role and Amazon S3 prefixes you\'ve chosen to create your custom language model.
-
#language_code ⇒ String
The language code of the text you\'ve used to create a custom language model.
-
#model_name ⇒ String
The name you\'ve chosen for your custom language model.
-
#model_status ⇒ String
The status of the custom language model.
Instance Attribute Details
#base_model_name ⇒ String
The Amazon Transcribe standard language model, or base model you\'ve used to create a custom language model.
Possible values:
- NarrowBand
- WideBand
#input_data_config ⇒ Types::InputDataConfig
The data access role and Amazon S3 prefixes you\'ve chosen to create your custom language model.
#language_code ⇒ String
The language code of the text you\'ve used to create a custom language model.
Possible values:
- en-US
#model_name ⇒ String
The name you\'ve chosen for your custom language model.
#model_status ⇒ String
The status of the custom language model. When the status is COMPLETED
the model is ready to use.
Possible values:
- IN_PROGRESS
- FAILED
- COMPLETED