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 Details

    • TrainingEvents

      public TrainingEvents()
  • Method Details

    • getStartTime

      public Date 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

      public Date 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

      public Long getCompletedEvents()
      Gets the completedEvents.

      The total number of training events in the response for the start and end times.

      Returns:
      the completedEvents
    • getTrainedImages

      public Long getTrainedImages()
      Gets the trainedImages.

      The total number of images that were used in training for the start and end times.

      Returns:
      the trainedImages
    • getEvents

      public List<TrainingEvent> getEvents()
      Gets the events.

      The completed training events for the start and end time.

      Returns:
      the events