Class TrainingResponse
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.speech_to_text.v1.model.TrainingResponse
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class TrainingResponse
extends com.ibm.cloud.sdk.core.service.model.GenericModel
The response from training of a custom language or custom acoustic model.
-
Constructor Summary
Constructors Constructor Description TrainingResponse()
-
Method Summary
Modifier and Type Method Description List<TrainingWarning>
getWarnings()
Gets the warnings.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
TrainingResponse
public TrainingResponse()
-
-
Method Details
-
getWarnings
Gets the warnings.An array of `TrainingWarning` objects that lists any invalid resources contained in the custom model. For custom language models, invalid resources are grouped and identified by type of resource. The method can return warnings only if the `strict` parameter is set to `false`.
- Returns:
- the warnings
-