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.
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTrainingDataObject.BuilderBuilder. - 
Method Summary
Modifier and Type Method Description Locationlocation()Gets the location.TrainingDataObject.BuildernewBuilder()New builder.Stringobject()Gets the object.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString 
- 
Method Details
- 
newBuilder
New builder.- Returns:
 - a TrainingDataObject builder
 
 - 
object
Gets the object.The name of the object.
- Returns:
 - the object
 
 - 
location
Gets the location.Defines the location of the bounding box around the object.
- Returns:
 - the location
 
 
 -