You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::TranscribeService::Types::CreateLanguageModelResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#base_model_nameString

The Amazon Transcribe standard language model, or base model you\'ve used to create a custom language model.

Possible values:

  • NarrowBand
  • WideBand

Returns:

  • (String)

    The Amazon Transcribe standard language model, or base model you\'ve used to create a custom language model.

#input_data_configTypes::InputDataConfig

The data access role and Amazon S3 prefixes you\'ve chosen to create your custom language model.

Returns:

  • (Types::InputDataConfig)

    The data access role and Amazon S3 prefixes you\'ve chosen to create your custom language model.

#language_codeString

The language code of the text you\'ve used to create a custom language model.

Possible values:

  • en-US

Returns:

  • (String)

    The language code of the text you\'ve used to create a custom language model.

#model_nameString

The name you\'ve chosen for your custom language model.

Returns:

  • (String)

    The name you\'ve chosen for your custom language model.

#model_statusString

The status of the custom language model. When the status is COMPLETED the model is ready to use.

Possible values:

  • IN_PROGRESS
  • FAILED
  • COMPLETED

Returns:

  • (String)

    The status of the custom language model.