public class TrainingResponse
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Method and Description |
---|---|
List<TrainingWarning> |
getWarnings()
Gets the warnings.
|
public List<TrainingWarning> getWarnings()
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`.
Copyright © 2023 IBM Cloud. All rights reserved.