class Aws::TranscribeService::Types::LanguageModel
The structure used to describe a custom language model.
@!attribute [rw] model_name
The name of the custom language model. @return [String]
@!attribute [rw] create_time
The time the custom language model was created. @return [Time]
@!attribute [rw] last_modified_time
The most recent time the custom language model was modified. @return [Time]
@!attribute [rw] language_code
The language code you used to create your custom language model. @return [String]
@!attribute [rw] base_model_name
The Amazon Transcribe standard language model, or base model used to create the custom language model. @return [String]
@!attribute [rw] model_status
The creation status of a custom language model. When the status is `COMPLETED` the model is ready for use. @return [String]
@!attribute [rw] upgrade_availability
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. @return [Boolean]
@!attribute [rw] failure_reason
The reason why the custom language model couldn't be created. @return [String]
@!attribute [rw] input_data_config
The data access role and Amazon S3 prefixes for the input files used to train the custom language model. @return [Types::InputDataConfig]
@see docs.aws.amazon.com/goto/WebAPI/transcribe-2017-10-26/LanguageModel AWS API Documentation
Constants
- SENSITIVE