Click or drag to resize

ClassifierVerbose Class

Classifier verbose.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.VisualRecognition.v3ClassifierVerbose

Namespace:  IBM.Watson.DeveloperCloud.Services.VisualRecognition.v3
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class ClassifierVerbose

The ClassifierVerbose type exposes the following members.

Constructors
  NameDescription
Public methodClassifierVerbose
Initializes a new instance of the ClassifierVerbose class
Top
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