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.
|
Constructor and Description |
---|
TrainingEvent() |
Modifier and Type | Method and Description |
---|---|
String |
getCollectionId()
Gets the collectionId.
|
Date |
getCompletionTime()
Gets the completionTime.
|
Long |
getImageCount()
Gets the imageCount.
|
String |
getStatus()
Gets the status.
|
String |
getType()
Gets the type.
|
public String getType()
Trained object type. Only `objects` is currently supported.
public String getCollectionId()
Identifier of the trained collection.
public Date getCompletionTime()
Date and time in Coordinated Universal Time (UTC) that training on the collection finished.
public String getStatus()
Training status of the training event.
public Long getImageCount()
The total number of images that were used in training for this training event.
Copyright © 2021 IBM Cloud. All rights reserved.