public class Collection
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Constructor and Description |
---|
Collection() |
Modifier and Type | Method and 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.
|
public String getCollectionId()
The identifier of the collection.
public String getName()
The name of the collection.
public String getDescription()
The description of the collection.
public Date getCreated()
Date and time in Coordinated Universal Time (UTC) that the collection was created.
public Date getUpdated()
Date and time in Coordinated Universal Time (UTC) that the collection was most recently updated.
public Long getImageCount()
Number of images in the collection.
public CollectionTrainingStatus getTrainingStatus()
Training status information for the collection.
Copyright © 2021 IBM Cloud. All rights reserved.