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.
  • Constructor Details

    • TrainingEvent

      public TrainingEvent()
  • Method Details

    • getType

      public String getType()
      Gets the type.

      Trained object type. Only `objects` is currently supported.

      Returns:
      the type
    • getCollectionId

      public String getCollectionId()
      Gets the collectionId.

      Identifier of the trained collection.

      Returns:
      the collectionId
    • getCompletionTime

      public Date getCompletionTime()
      Gets the completionTime.

      Date and time in Coordinated Universal Time (UTC) that training on the collection finished.

      Returns:
      the completionTime
    • getStatus

      public String getStatus()
      Gets the status.

      Training status of the training event.

      Returns:
      the status
    • getImageCount

      public Long getImageCount()
      Gets the imageCount.

      The total number of images that were used in training for this training event.

      Returns:
      the imageCount