Google Cloud Datalabeling V1beta1 Client - Class ClassificationMetadata (0.5.3)

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 \ V1beta1

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
bool

setIsMultiLabel

Whether the classification task is multi-label or not.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this