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.
  • Method Details

    • newBuilder

      public ObjectTrainingStatus.Builder newBuilder()
      New builder.
      Returns:
      a ObjectTrainingStatus builder
    • ready

      public Boolean ready()
      Gets the ready.

      Whether you can analyze images in the collection with the **objects** feature.

      Returns:
      the ready
    • inProgress

      public Boolean inProgress()
      Gets the inProgress.

      Whether training is in progress.

      Returns:
      the inProgress
    • dataChanged

      public Boolean dataChanged()
      Gets the dataChanged.

      Whether there are changes to the training data since the most recent training.

      Returns:
      the dataChanged
    • latestFailed

      public Boolean latestFailed()
      Gets the latestFailed.

      Whether the most recent training failed.

      Returns:
      the latestFailed
    • rscnnReady

      public Boolean rscnnReady()
      Gets the rscnnReady.

      Whether the model can be downloaded after the training status is `ready`.

      Returns:
      the rscnnReady
    • description

      public String 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