Class TrainingEvents
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.visual_recognition.v4.model.TrainingEvents
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class TrainingEvents
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Details about the training events.
-
Constructor Summary
Constructors Constructor Description TrainingEvents()
-
Method Summary
Modifier and Type Method Description Long
getCompletedEvents()
Gets the completedEvents.Date
getEndTime()
Gets the endTime.List<TrainingEvent>
getEvents()
Gets the events.Date
getStartTime()
Gets the startTime.Long
getTrainedImages()
Gets the trainedImages.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
TrainingEvents
public TrainingEvents()
-
-
Method Details
-
getStartTime
Gets the startTime.The starting day for the returned training events in Coordinated Universal Time (UTC). If not specified in the request, it identifies the earliest training event.
- Returns:
- the startTime
-
getEndTime
Gets the endTime.The ending day for the returned training events in Coordinated Universal Time (UTC). If not specified in the request, it lists the current time.
- Returns:
- the endTime
-
getCompletedEvents
Gets the completedEvents.The total number of training events in the response for the start and end times.
- Returns:
- the completedEvents
-
getTrainedImages
Gets the trainedImages.The total number of images that were used in training for the start and end times.
- Returns:
- the trainedImages
-
getEvents
Gets the events.The completed training events for the start and end time.
- Returns:
- the events
-