libZSservicesZSamazonka-transcribeZSamazonka-transcribe
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Transcribe.Types.ModelSettings

Description

 
Synopsis

Documentation

data ModelSettings Source #

The object used to call your custom language model to your transcription job.

See: newModelSettings smart constructor.

Constructors

ModelSettings' 

Fields

Instances

Instances details
Eq ModelSettings Source # 
Instance details

Defined in Amazonka.Transcribe.Types.ModelSettings

Read ModelSettings Source # 
Instance details

Defined in Amazonka.Transcribe.Types.ModelSettings

Show ModelSettings Source # 
Instance details

Defined in Amazonka.Transcribe.Types.ModelSettings

Generic ModelSettings Source # 
Instance details

Defined in Amazonka.Transcribe.Types.ModelSettings

Associated Types

type Rep ModelSettings :: Type -> Type #

NFData ModelSettings Source # 
Instance details

Defined in Amazonka.Transcribe.Types.ModelSettings

Methods

rnf :: ModelSettings -> () #

Hashable ModelSettings Source # 
Instance details

Defined in Amazonka.Transcribe.Types.ModelSettings

ToJSON ModelSettings Source # 
Instance details

Defined in Amazonka.Transcribe.Types.ModelSettings

FromJSON ModelSettings Source # 
Instance details

Defined in Amazonka.Transcribe.Types.ModelSettings

type Rep ModelSettings Source # 
Instance details

Defined in Amazonka.Transcribe.Types.ModelSettings

type Rep ModelSettings = D1 ('MetaData "ModelSettings" "Amazonka.Transcribe.Types.ModelSettings" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "ModelSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "languageModelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newModelSettings :: ModelSettings Source #

Create a value of ModelSettings with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:languageModelName:ModelSettings', modelSettings_languageModelName - The name of your custom language model.

modelSettings_languageModelName :: Lens' ModelSettings (Maybe Text) Source #

The name of your custom language model.