public class TrainingWarning
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
TrainingWarning.Code
An identifier for the type of invalid resources listed in the `description` field.
|
Modifier and Type | Method and Description |
---|---|
String |
getCode()
Gets the code.
|
String |
getMessage()
Gets the message.
|
public String getCode()
An identifier for the type of invalid resources listed in the `description` field.
public String getMessage()
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.`.
Copyright © 2024 IBM Cloud. All rights reserved.