public class TrainingEvent
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
TrainingEvent.Status
Training status of the training event.
|
static interface |
TrainingEvent.Type
Trained object type.
|
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
collectionId |
protected java.util.Date |
completionTime |
protected java.lang.Long |
imageCount |
protected java.lang.String |
status |
protected java.lang.String |
type |
Constructor and Description |
---|
TrainingEvent() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCollectionId()
Gets the collectionId.
|
java.util.Date |
getCompletionTime()
Gets the completionTime.
|
java.lang.Long |
getImageCount()
Gets the imageCount.
|
java.lang.String |
getStatus()
Gets the status.
|
java.lang.String |
getType()
Gets the type.
|
protected java.lang.String type
@SerializedName(value="collection_id") protected java.lang.String collectionId
@SerializedName(value="completion_time") protected java.util.Date completionTime
protected java.lang.String status
@SerializedName(value="image_count") protected java.lang.Long imageCount
public java.lang.String getType()
Trained object type. Only `objects` is currently supported.
public java.lang.String getCollectionId()
Identifier of the trained collection.
public java.util.Date getCompletionTime()
Date and time in Coordinated Universal Time (UTC) that training on the collection finished.
public java.lang.String getStatus()
Training status of the training event.
public java.lang.Long getImageCount()
The total number of images that were used in training for this training event.