Class TrainingEvent
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.visual_recognition.v4.model.TrainingEvent
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class TrainingEvent
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Details about the training event.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTrainingEvent.StatusTraining status of the training event.static interfaceTrainingEvent.TypeTrained object type. -
Constructor Summary
Constructors Constructor Description TrainingEvent() -
Method Summary
Modifier and Type Method Description StringgetCollectionId()Gets the collectionId.DategetCompletionTime()Gets the completionTime.LonggetImageCount()Gets the imageCount.StringgetStatus()Gets the status.StringgetType()Gets the type.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
TrainingEvent
public TrainingEvent()
-
-
Method Details
-
getType
Gets the type.Trained object type. Only `objects` is currently supported.
- Returns:
- the type
-
getCollectionId
Gets the collectionId.Identifier of the trained collection.
- Returns:
- the collectionId
-
getCompletionTime
Gets the completionTime.Date and time in Coordinated Universal Time (UTC) that training on the collection finished.
- Returns:
- the completionTime
-
getStatus
Gets the status.Training status of the training event.
- Returns:
- the status
-
getImageCount
Gets the imageCount.The total number of images that were used in training for this training event.
- Returns:
- the imageCount
-