Class Collection

java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.visual_recognition.v4.model.Collection
All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel

public class Collection
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Details about a collection.
  • Constructor Details

    • Collection

      public Collection()
  • Method Details

    • getCollectionId

      public String getCollectionId()
      Gets the collectionId.

      The identifier of the collection.

      Returns:
      the collectionId
    • getName

      public String getName()
      Gets the name.

      The name of the collection.

      Returns:
      the name
    • getDescription

      public String getDescription()
      Gets the description.

      The description of the collection.

      Returns:
      the description
    • getCreated

      public Date getCreated()
      Gets the created.

      Date and time in Coordinated Universal Time (UTC) that the collection was created.

      Returns:
      the created
    • getUpdated

      public Date getUpdated()
      Gets the updated.

      Date and time in Coordinated Universal Time (UTC) that the collection was most recently updated.

      Returns:
      the updated
    • getImageCount

      public Long getImageCount()
      Gets the imageCount.

      Number of images in the collection.

      Returns:
      the imageCount
    • getTrainingStatus

      public CollectionTrainingStatus getTrainingStatus()
      Gets the trainingStatus.

      Training status information for the collection.

      Returns:
      the trainingStatus