public class TrainingEvents
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Field and Description |
---|---|
protected java.lang.Long |
completedEvents |
protected java.util.Date |
endTime |
protected java.util.List<TrainingEvent> |
events |
protected java.util.Date |
startTime |
protected java.lang.Long |
trainedImages |
Constructor and Description |
---|
TrainingEvents() |
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getCompletedEvents()
Gets the completedEvents.
|
java.util.Date |
getEndTime()
Gets the endTime.
|
java.util.List<TrainingEvent> |
getEvents()
Gets the events.
|
java.util.Date |
getStartTime()
Gets the startTime.
|
java.lang.Long |
getTrainedImages()
Gets the trainedImages.
|
@SerializedName(value="start_time") protected java.util.Date startTime
@SerializedName(value="end_time") protected java.util.Date endTime
@SerializedName(value="completed_events") protected java.lang.Long completedEvents
@SerializedName(value="trained_images") protected java.lang.Long trainedImages
protected java.util.List<TrainingEvent> events
public java.util.Date getStartTime()
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.
public java.util.Date getEndTime()
The ending day for the returned training events in Coordinated Universal Time (UTC). If not specified in the request, it lists the current time.
public java.lang.Long getCompletedEvents()
The total number of training events in the response for the start and end times.
public java.lang.Long getTrainedImages()
The total number of images that were used in training for the start and end times.
public java.util.List<TrainingEvent> getEvents()
The completed training events for the start and end time.