LanguageModel
public struct LanguageModel : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Transcribe standard language model, or base model used to create the custom language model.
Declaration
Swift
public let baseModelName: BaseModelName?
-
The time the custom language model was created.
Declaration
Swift
public let createTime: TimeStamp?
-
The reason why the custom language model couldn’t be created.
Declaration
Swift
public let failureReason: String?
-
The data access role and Amazon S3 prefixes for the input files used to train the custom language model.
Declaration
Swift
public let inputDataConfig: InputDataConfig?
-
The language code you used to create your custom language model.
Declaration
Swift
public let languageCode: CLMLanguageCode?
-
The most recent time the custom language model was modified.
Declaration
Swift
public let lastModifiedTime: TimeStamp?
-
The name of the custom language model.
Declaration
Swift
public let modelName: String?
-
The creation status of a custom language model. When the status is COMPLETED the model is ready for use.
Declaration
Swift
public let modelStatus: ModelStatus?
-
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.
Declaration
Swift
public let upgradeAvailability: Bool?
-
init(baseModelName:createTime:failureReason:inputDataConfig:languageCode:lastModifiedTime:modelName:modelStatus:upgradeAvailability:)
Undocumented
Declaration
Swift
public init(baseModelName: BaseModelName? = nil, createTime: TimeStamp? = nil, failureReason: String? = nil, inputDataConfig: InputDataConfig? = nil, languageCode: CLMLanguageCode? = nil, lastModifiedTime: TimeStamp? = nil, modelName: String? = nil, modelStatus: ModelStatus? = nil, upgradeAvailability: Bool? = nil)