LanguageModel

Provides information about a custom language model, including:

  • The base model name

  • When the model was created

  • The location of the files used to train the model

  • When the model was last modified

  • The name you chose for the model

  • The model's language

  • The model's processing state

  • Any available upgrades for the base model

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

The date and time the specified custom language model was created.

Link copied to clipboard

If ModelStatus is FAILED, FailureReason contains information about why the custom language model request failed. See also: Common Errors.

Link copied to clipboard

The Amazon S3 location of the input files used to train and tune your custom language model, in addition to the data access role ARN (Amazon Resource Name) that has permissions to access these data.

Link copied to clipboard

The language code used to create your custom language model. Each custom language model must contain terms in only one language, and the language you select for your custom language model must match the language of your training and tuning data.

Link copied to clipboard

The date and time the specified custom language model was last modified.

Link copied to clipboard

A unique name, chosen by you, for your custom language model.

Link copied to clipboard

The status of the specified custom language model. When the status displays as COMPLETED the model is ready for use.

Link copied to clipboard

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

Functions

Link copied to clipboard
inline fun copy(block: LanguageModel.Builder.() -> Unit = {}): LanguageModel
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String