Class ObjectTrainingStatus
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.visual_recognition.v4.model.ObjectTrainingStatus
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ObjectTrainingStatus
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Training status for the objects in the collection.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ObjectTrainingStatus.Builder
Builder. -
Method Summary
Modifier and Type Method Description Boolean
dataChanged()
Gets the dataChanged.String
description()
Gets the description.Boolean
inProgress()
Gets the inProgress.Boolean
latestFailed()
Gets the latestFailed.ObjectTrainingStatus.Builder
newBuilder()
New builder.Boolean
ready()
Gets the ready.Boolean
rscnnReady()
Gets the rscnnReady.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
newBuilder
New builder.- Returns:
- a ObjectTrainingStatus builder
-
ready
Gets the ready.Whether you can analyze images in the collection with the **objects** feature.
- Returns:
- the ready
-
inProgress
Gets the inProgress.Whether training is in progress.
- Returns:
- the inProgress
-
dataChanged
Gets the dataChanged.Whether there are changes to the training data since the most recent training.
- Returns:
- the dataChanged
-
latestFailed
Gets the latestFailed.Whether the most recent training failed.
- Returns:
- the latestFailed
-
rscnnReady
Gets the rscnnReady.Whether the model can be downloaded after the training status is `ready`.
- Returns:
- the rscnnReady
-
description
Gets the description.Details about the training. If training is in progress, includes information about the status. If training is not in progress, includes a success message or information about why training failed.
- Returns:
- the description
-