TrainingWarning
public struct TrainingWarning : Codable, Equatable
A warning from training of a custom language or custom acoustic model.
-
An identifier for the type of invalid resources listed in the
See moredescription
field.Declaration
Swift
public enum Code : String
-
An identifier for the type of invalid resources listed in the
description
field.Declaration
Swift
public var code: String
-
A warning message that lists the invalid resources that are excluded from the custom model’s training. The message has the following format:
Analysis of the following {resource_type} has not completed successfully: [{resource_names}]. They will be excluded from custom {model_type} model training.
.Declaration
Swift
public var message: String