public class ObjectTrainingStatus
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
ObjectTrainingStatus.Builder
Builder.
|
Modifier and Type | Field and Description |
---|---|
protected java.lang.Boolean |
dataChanged |
protected java.lang.String |
description |
protected java.lang.Boolean |
inProgress |
protected java.lang.Boolean |
latestFailed |
protected java.lang.Boolean |
ready |
protected java.lang.Boolean |
rscnnReady |
Modifier | Constructor and Description |
---|---|
protected |
ObjectTrainingStatus(ObjectTrainingStatus.Builder builder) |
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
dataChanged()
Gets the dataChanged.
|
java.lang.String |
description()
Gets the description.
|
java.lang.Boolean |
inProgress()
Gets the inProgress.
|
java.lang.Boolean |
latestFailed()
Gets the latestFailed.
|
ObjectTrainingStatus.Builder |
newBuilder()
New builder.
|
java.lang.Boolean |
ready()
Gets the ready.
|
java.lang.Boolean |
rscnnReady()
Gets the rscnnReady.
|
protected java.lang.Boolean ready
@SerializedName(value="in_progress") protected java.lang.Boolean inProgress
@SerializedName(value="data_changed") protected java.lang.Boolean dataChanged
@SerializedName(value="latest_failed") protected java.lang.Boolean latestFailed
@SerializedName(value="rscnn_ready") protected java.lang.Boolean rscnnReady
protected java.lang.String description
protected ObjectTrainingStatus(ObjectTrainingStatus.Builder builder)
public ObjectTrainingStatus.Builder newBuilder()
public java.lang.Boolean ready()
Whether you can analyze images in the collection with the **objects** feature.
public java.lang.Boolean inProgress()
Whether training is in progress.
public java.lang.Boolean dataChanged()
Whether there are changes to the training data since the most recent training.
public java.lang.Boolean latestFailed()
Whether the most recent training failed.
public java.lang.Boolean rscnnReady()
Whether the model can be downloaded after the training status is `ready`.
public java.lang.String 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.