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
show all
Defined in:
(unknown)

Overview

The structure used to describe a custom language model.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#base_model_nameString

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

Possible values:

  • NarrowBand
  • WideBand

Returns:

  • (String)

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

#create_timeTime

The time the custom language model was created.

Returns:

  • (Time)

    The time the custom language model was created.

#failure_reasonString

The reason why the custom language model couldn\'t be created.

Returns:

  • (String)

    The reason why the custom language model couldn\'t be created.

#input_data_configTypes::InputDataConfig

The data access role and Amazon S3 prefixes for the input files used to train the custom language model.

Returns:

  • (Types::InputDataConfig)

    The data access role and Amazon S3 prefixes for the input files used to train the custom language model.

#language_codeString

The language code you used to create your custom language model.

Possible values:

  • en-US

Returns:

  • (String)

    The language code you used to create your custom language model.

#last_modified_timeTime

The most recent time the custom language model was modified.

Returns:

  • (Time)

    The most recent time the custom language model was modified.

#model_nameString

The name of the custom language model.

Returns:

  • (String)

    The name of the custom language model.

#model_statusString

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

Returns:

  • (String)

    The creation status of a custom language model.

#upgrade_availabilityBoolean

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.

Returns:

  • (Boolean)

    Whether the base model used for the custom language model is up to date.