Interface ClassificationMetadataOrBuilder (0.161.0)

public interface ClassificationMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIsMultiLabel()

public abstract boolean getIsMultiLabel()

Whether the classification task is multi-label or not.

bool is_multi_label = 1;

Returns
TypeDescription
boolean

The isMultiLabel.