Class Classifier
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class Classifier
extends com.ibm.cloud.sdk.core.service.model.GenericModel
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
Classifier.Status
Training status of classifier. -
Constructor Summary
Constructors Constructor Description Classifier()
-
Method Summary
Modifier and Type Method 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.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
Classifier
public Classifier()
-
-
Method Details
-
getClassifierId
Gets the classifierId.ID of a classifier identified in the image.
- Returns:
- the classifierId
-
getName
Gets the name.Name of the classifier.
- Returns:
- the name
-
getOwner
Gets the owner.Unique ID of the account who owns the classifier. Might not be returned by some requests.
- Returns:
- the owner
-
getStatus
Gets the status.Training status of classifier.
- Returns:
- the status
-
isCoreMlEnabled
Gets the coreMlEnabled.Whether the classifier can be downloaded as a Core ML model after the training status is `ready`.
- Returns:
- the coreMlEnabled
-
getExplanation
Gets the explanation.If classifier training has failed, this field might explain why.
- Returns:
- the explanation
-
getCreated
Gets the created.Date and time in Coordinated Universal Time (UTC) that the classifier was created.
- Returns:
- the created
-
getClasses
Gets the classes.Classes that define a classifier.
- Returns:
- the classes
-
getRetrained
Gets the retrained.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.
- Returns:
- the retrained
-
getUpdated
Gets the updated.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.
- Returns:
- the updated
-