Reference documentation and code samples for the Google Cloud Datalabeling V1beta1 Client class ClassificationMetadata.
Metadata for classification annotations.
Generated from protobuf message google.cloud.datalabeling.v1beta1.ClassificationMetadata
Namespace
Google \ Cloud \ DataLabeling \ V1beta1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ is_multi_label |
bool
Whether the classification task is multi-label or not. |
getIsMultiLabel
Whether the classification task is multi-label or not.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setIsMultiLabel
Whether the classification task is multi-label or not.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|