CreateLanguageModelRequest

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. Amazon Transcribe offers two options for base models: Wideband and Narrowband.

Link copied to clipboard

Contains the Amazon S3 location of the training data you want to use to create a new custom language model, and permissions to access this location.

Link copied to clipboard

The language code that represents the language of your 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

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

Link copied to clipboard
val tags: List<Tag>?

Adds one or more custom tags, each in the form of a key:value pair, to a new custom language model at the time you create this new model.

Functions

Link copied to clipboard
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