Interface LabelImageSegmentationOperationMetadataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LabelImageSegmentationOperationMetadata
,LabelImageSegmentationOperationMetadata.Builder
public interface LabelImageSegmentationOperationMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HumanAnnotationConfig
getBasicConfig()
Basic human annotation config.HumanAnnotationConfigOrBuilder
getBasicConfigOrBuilder()
Basic human annotation config.boolean
hasBasicConfig()
Basic human annotation config.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasBasicConfig
boolean hasBasicConfig()
Basic human annotation config.
.google.cloud.datalabeling.v1beta1.HumanAnnotationConfig basic_config = 1;
- Returns:
- Whether the basicConfig field is set.
-
getBasicConfig
HumanAnnotationConfig getBasicConfig()
Basic human annotation config.
.google.cloud.datalabeling.v1beta1.HumanAnnotationConfig basic_config = 1;
- Returns:
- The basicConfig.
-
getBasicConfigOrBuilder
HumanAnnotationConfigOrBuilder getBasicConfigOrBuilder()
Basic human annotation config.
.google.cloud.datalabeling.v1beta1.HumanAnnotationConfig basic_config = 1;
-
-