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 Summary
Constructors Constructor Description Collection()
-
Method Summary
Modifier and Type Method Description String
getCollectionId()
Gets the collectionId.Date
getCreated()
Gets the created.String
getDescription()
Gets the description.Long
getImageCount()
Gets the imageCount.String
getName()
Gets the name.CollectionTrainingStatus
getTrainingStatus()
Gets the trainingStatus.Date
getUpdated()
Gets the updated.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
Collection
public Collection()
-
-
Method Details
-
getCollectionId
Gets the collectionId.The identifier of the collection.
- Returns:
- the collectionId
-
getName
Gets the name.The name of the collection.
- Returns:
- the name
-
getDescription
Gets the description.The description of the collection.
- Returns:
- the description
-
getCreated
Gets the created.Date and time in Coordinated Universal Time (UTC) that the collection was created.
- Returns:
- the created
-
getUpdated
Gets the updated.Date and time in Coordinated Universal Time (UTC) that the collection was most recently updated.
- Returns:
- the updated
-
getImageCount
Gets the imageCount.Number of images in the collection.
- Returns:
- the imageCount
-
getTrainingStatus
Gets the trainingStatus.Training status information for the collection.
- Returns:
- the trainingStatus
-