CreateLanguageModelResponse class
Properties
-
baseModelName
→ BaseModelName?
-
The Amazon Transcribe standard language model, or base model you've used to
create a custom language model.
final
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
inputDataConfig
→ InputDataConfig?
-
The data access role and Amazon S3 prefixes you've chosen to create your
custom language model.
final
-
languageCode
→ CLMLanguageCode?
-
The language code of the text you've used to create a custom language model.
final
-
modelName
→ String?
-
The name you've chosen for your custom language model.
final
-
modelStatus
→ ModelStatus?
-
The status of the custom language model. When the status is
COMPLETED
the model is ready to use.
final
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited