Click or drag to resize

ClassifierVerbose Properties

The ClassifierVerbose type exposes the following members.

Properties
  NameDescription
Public propertyclasses
Array of classes.
Public propertyclassifier_id
The classifier identifier.
Public propertycore_ml_enabled
Whether the classifier can be downloaded as a Core ML model after the training status is ready.
Public propertycreated
The classifier created.
Public propertyexplanation
The classifier explanation.
Public propertyname
The classifier name.
Public propertyowner
The classifier owner.
Public propertyretrained
Date and time in Coordinated Universal Time (UTC) that the classifier was updated. Returned when verbose=true. Might not be returned by some requests. Identical to updated and retained for backward compatibility.
Public propertystatus
The classifier status.
Public propertyupdated
Date and time in Coordinated Universal Time (UTC) that the classifier was most recently updated. The field matches either retrained or created. Returned when verbose=true. Might not be returned by some requests.
Top
See Also