Class AddImageTrainingDataOptions

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

public class AddImageTrainingDataOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
The addImageTrainingData options.
  • Method Details

    • newBuilder

      New builder.
      Returns:
      a AddImageTrainingDataOptions builder
    • collectionId

      public String collectionId()
      Gets the collectionId.

      The identifier of the collection.

      Returns:
      the collectionId
    • imageId

      public String imageId()
      Gets the imageId.

      The identifier of the image.

      Returns:
      the imageId
    • objects

      public List<TrainingDataObject> objects()
      Gets the objects.

      Training data for specific objects.

      Returns:
      the objects