public interface LabelVideoClassificationOperationMetadataOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBasicConfig()
public abstract HumanAnnotationConfig getBasicConfig()Basic human annotation config used in labeling request.
.google.cloud.datalabeling.v1beta1.HumanAnnotationConfig basic_config = 1;
| Returns | |
|---|---|
| Type | Description |
HumanAnnotationConfig |
The basicConfig. |
getBasicConfigOrBuilder()
public abstract HumanAnnotationConfigOrBuilder getBasicConfigOrBuilder()Basic human annotation config used in labeling request.
.google.cloud.datalabeling.v1beta1.HumanAnnotationConfig basic_config = 1;
| Returns | |
|---|---|
| Type | Description |
HumanAnnotationConfigOrBuilder |
|
hasBasicConfig()
public abstract boolean hasBasicConfig()Basic human annotation config used in labeling request.
.google.cloud.datalabeling.v1beta1.HumanAnnotationConfig basic_config = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the basicConfig field is set. |