You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::TranscribeService::Types::LanguageModel
- Inherits:
-
Struct
- Object
- Struct
- Aws::TranscribeService::Types::LanguageModel
- Defined in:
- (unknown)
Overview
The structure used to describe a custom language model.
Returned by:
Instance Attribute Summary collapse
-
#base_model_name ⇒ String
The Amazon Transcribe standard language model, or base model used to create the custom language model.
-
#create_time ⇒ Time
The time the custom language model was created.
-
#failure_reason ⇒ String
The reason why the custom language model couldn\'t be created.
-
#input_data_config ⇒ Types::InputDataConfig
The data access role and Amazon S3 prefixes for the input files used to train the custom language model.
-
#language_code ⇒ String
The language code you used to create your custom language model.
-
#last_modified_time ⇒ Time
The most recent time the custom language model was modified.
-
#model_name ⇒ String
The name of the custom language model.
-
#model_status ⇒ String
The creation status of a custom language model.
-
#upgrade_availability ⇒ Boolean
Whether the base model used for the custom language model is up to date.
Instance Attribute Details
#base_model_name ⇒ String
The Amazon Transcribe standard language model, or base model used to create the custom language model.
Possible values:
- NarrowBand
- WideBand
#create_time ⇒ Time
The time the custom language model was created.
#failure_reason ⇒ String
The reason why the custom language model couldn\'t be created.
#input_data_config ⇒ Types::InputDataConfig
The data access role and Amazon S3 prefixes for the input files used to train the custom language model.
#language_code ⇒ String
The language code you used to create your custom language model.
Possible values:
- en-US
#last_modified_time ⇒ Time
The most recent time the custom language model was modified.
#model_name ⇒ String
The name of the custom language model.
#model_status ⇒ String
The creation status of a custom language model. When the status is
COMPLETED
the model is ready for use.
Possible values:
- IN_PROGRESS
- FAILED
- COMPLETED
#upgrade_availability ⇒ Boolean
Whether the base model used for the custom language model is up to date.
If this field is true
then you are running the most up-to-date version
of the base model in your custom language model.