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.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AddImageTrainingDataOptions.Builder
Builder. -
Method Summary
Modifier and Type Method Description String
collectionId()
Gets the collectionId.String
imageId()
Gets the imageId.AddImageTrainingDataOptions.Builder
newBuilder()
New builder.List<TrainingDataObject>
objects()
Gets the objects.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
newBuilder
New builder.- Returns:
- a AddImageTrainingDataOptions builder
-
collectionId
Gets the collectionId.The identifier of the collection.
- Returns:
- the collectionId
-
imageId
Gets the imageId.The identifier of the image.
- Returns:
- the imageId
-
objects
Gets the objects.Training data for specific objects.
- Returns:
- the objects
-