Class TrainingDataObject

java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.visual_recognition.v4.model.TrainingDataObject
All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel

public class TrainingDataObject
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Details about the training data.
  • Method Details

    • newBuilder

      public TrainingDataObject.Builder newBuilder()
      New builder.
      Returns:
      a TrainingDataObject builder
    • object

      public String object()
      Gets the object.

      The name of the object.

      Returns:
      the object
    • location

      public Location location()
      Gets the location.

      Defines the location of the bounding box around the object.

      Returns:
      the location