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 interface
TrainingEvent.Status
Training status of the training event.static interface
TrainingEvent.Type
Trained object type. -
Constructor Summary
Constructors Constructor Description TrainingEvent()
-
Method Summary
Modifier and Type Method Description String
getCollectionId()
Gets the collectionId.Date
getCompletionTime()
Gets the completionTime.Long
getImageCount()
Gets the imageCount.String
getStatus()
Gets the status.String
getType()
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
-