ClassifierVerbose Class |
Namespace: IBM.Watson.DeveloperCloud.Services.VisualRecognition.v3
public class ClassifierVerbose
The ClassifierVerbose type exposes the following members.
Name | Description | |
---|---|---|
ClassifierVerbose | Initializes a new instance of the ClassifierVerbose class |
Name | Description | |
---|---|---|
classes |
Array of classes.
| |
classifier_id |
The classifier identifier.
| |
core_ml_enabled |
Whether the classifier can be downloaded as a Core ML model after the training status is ready.
| |
created |
The classifier created.
| |
explanation |
The classifier explanation.
| |
name |
The classifier name.
| |
owner |
The classifier owner.
| |
retrained |
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.
| |
status |
The classifier status.
| |
updated |
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.
|