public class Classifier
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
Classifier.Status
Training status of classifier.
|
Constructor and Description |
---|
Classifier() |
Modifier and Type | Method and Description |
---|---|
List<Class> |
getClasses()
Gets the classes.
|
String |
getClassifierId()
Gets the classifierId.
|
Date |
getCreated()
Gets the created.
|
String |
getExplanation()
Gets the explanation.
|
String |
getName()
Gets the name.
|
String |
getOwner()
Gets the owner.
|
Date |
getRetrained()
Gets the retrained.
|
String |
getStatus()
Gets the status.
|
Date |
getUpdated()
Gets the updated.
|
Boolean |
isCoreMlEnabled()
Gets the coreMlEnabled.
|
public String getClassifierId()
ID of a classifier identified in the image.
public String getName()
Name of the classifier.
public String getOwner()
Unique ID of the account who owns the classifier. Might not be returned by some requests.
public String getStatus()
Training status of classifier.
public Boolean isCoreMlEnabled()
Whether the classifier can be downloaded as a Core ML model after the training status is `ready`.
public String getExplanation()
If classifier training has failed, this field might explain why.
public Date getCreated()
Date and time in Coordinated Universal Time (UTC) that the classifier was created.
public List<Class> getClasses()
Classes that define a classifier.
public Date getRetrained()
Date and time in Coordinated Universal Time (UTC) that the classifier was updated. Might not be returned by some requests. Identical to `updated` and retained for backward compatibility.
public Date getUpdated()
Date and time in Coordinated Universal Time (UTC) that the classifier was most recently updated. The field matches either `retrained` or `created`. Might not be returned by some requests.
Copyright © 2021 IBM Cloud. All rights reserved.