Skip to main content

ITranscribeLanguageModel

Interface in AWS.Transcribe

Interface for LanguageModel.

Properties

BaseModelName

property BaseModelName: string

The Amazon Transcribe standard language model, or base model, used to create your custom language model.

Valid values: NarrowBand | WideBand.

CreateTime

property CreateTime: TOptional<TDateTime>

The date and time the custom language model was created.

FailureReason

property FailureReason: string

If ModelStatus is FAILED, the FailureReason contains information about why the custom language model request failed.

InputDataConfig

property InputDataConfig: ITranscribeInputDataConfig

Type: ITranscribeInputDataConfig

The location of the training data provided to train and tune the custom language model.

LanguageCode

property LanguageCode: string

The language code that represents the language of your model.

Valid values: en-US | hi-IN | es-US | en-GB | en-AU | de-DE | ja-JP.

LastModifiedTime

property LastModifiedTime: TOptional<TDateTime>

The date and time the custom language model was modified.

ModelName

property ModelName: string

The name of the custom language model.

ModelStatus

property ModelStatus: string

The status of the custom language model.

Valid values: IN_PROGRESS | FAILED | COMPLETED. When the status is COMPLETED, it is ready for use.

UpgradeAvailability

property UpgradeAvailability: TOptional<Boolean>

Indicates if a more current base model is available for use with the custom language model.

When False, the custom language model is using the most up-to-date base model. When True, there is a newer base model available than the one used by the custom language model. To update a base model, you must recreate the custom language model using the new base model.