public class Collection
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
collectionId |
protected java.util.Date |
created |
protected java.lang.String |
description |
protected java.lang.Long |
imageCount |
protected java.lang.String |
name |
protected TrainingStatus |
trainingStatus |
protected java.util.Date |
updated |
Constructor and Description |
---|
Collection() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCollectionId()
Gets the collectionId.
|
java.util.Date |
getCreated()
Gets the created.
|
java.lang.String |
getDescription()
Gets the description.
|
java.lang.Long |
getImageCount()
Gets the imageCount.
|
java.lang.String |
getName()
Gets the name.
|
TrainingStatus |
getTrainingStatus()
Gets the trainingStatus.
|
java.util.Date |
getUpdated()
Gets the updated.
|
@SerializedName(value="collection_id") protected java.lang.String collectionId
protected java.lang.String name
protected java.lang.String description
protected java.util.Date created
protected java.util.Date updated
@SerializedName(value="image_count") protected java.lang.Long imageCount
@SerializedName(value="training_status") protected TrainingStatus trainingStatus
public java.lang.String getCollectionId()
The identifier of the collection.
public java.lang.String getName()
The name of the collection.
public java.lang.String getDescription()
The description of the collection.
public java.util.Date getCreated()
Date and time in Coordinated Universal Time (UTC) that the collection was created.
public java.util.Date getUpdated()
Date and time in Coordinated Universal Time (UTC) that the collection was most recently updated.
public java.lang.Long getImageCount()
Number of images in the collection.
public TrainingStatus getTrainingStatus()
Training status information for the collection.