LanguageModel class

The structure used to describe a custom language model.

Constructors

LanguageModel({BaseModelName? baseModelName, DateTime? createTime, String? failureReason, InputDataConfig? inputDataConfig, CLMLanguageCode? languageCode, DateTime? lastModifiedTime, String? modelName, ModelStatus? modelStatus, bool? upgradeAvailability})
LanguageModel.fromJson(Map<String, dynamic> json)
factory

Properties

baseModelName BaseModelName?
The Amazon Transcribe standard language model, or base model used to create the custom language model.
final
createTime DateTime?
The time the custom language model was created.
final
failureReason String?
The reason why the custom language model couldn't be created.
final
hashCode int
The hash code for this object.
no setterinherited
inputDataConfig InputDataConfig?
The data access role and Amazon S3 prefixes for the input files used to train the custom language model.
final
languageCode CLMLanguageCode?
The language code you used to create your custom language model.
final
lastModifiedTime DateTime?
The most recent time the custom language model was modified.
final
modelName String?
The name of the custom language model.
final
modelStatus ModelStatus?
The creation status of a custom language model. When the status is COMPLETED the model is ready for use.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
upgradeAvailability bool?
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.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited