public class TrainingEvents
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Constructor and Description |
---|
TrainingEvents() |
Modifier and Type | Method and 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.
|
public 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 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 Long getCompletedEvents()
The total number of training events in the response for the start and end times.
public Long getTrainedImages()
The total number of images that were used in training for the start and end times.
public List<TrainingEvent> getEvents()
The completed training events for the start and end time.
Copyright © 2021 IBM Cloud. All rights reserved.