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 | Method and 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.
|
public ObjectTrainingStatus.Builder newBuilder()
public Boolean ready()
Whether you can analyze images in the collection with the **objects** feature.
public Boolean inProgress()
Whether training is in progress.
public Boolean dataChanged()
Whether there are changes to the training data since the most recent training.
public Boolean latestFailed()
Whether the most recent training failed.
public Boolean rscnnReady()
Whether the model can be downloaded after the training status is `ready`.
public 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.
Copyright © 2021 IBM Cloud. All rights reserved.