public final class LabelImageRequest extends GeneratedMessageV3 implements LabelImageRequestOrBuilder
Request message for starting an image labeling task.
Protobuf type google.cloud.datalabeling.v1beta1.LabelImageRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
BASIC_CONFIG_FIELD_NUMBER
public static final int BASIC_CONFIG_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
BOUNDING_POLY_CONFIG_FIELD_NUMBER
public static final int BOUNDING_POLY_CONFIG_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
FEATURE_FIELD_NUMBER
public static final int FEATURE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
IMAGE_CLASSIFICATION_CONFIG_FIELD_NUMBER
public static final int IMAGE_CLASSIFICATION_CONFIG_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
PARENT_FIELD_NUMBER
public static final int PARENT_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
POLYLINE_CONFIG_FIELD_NUMBER
public static final int POLYLINE_CONFIG_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
SEGMENTATION_CONFIG_FIELD_NUMBER
public static final int SEGMENTATION_CONFIG_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static LabelImageRequest getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static LabelImageRequest.Builder newBuilder()
newBuilder(LabelImageRequest prototype)
public static LabelImageRequest.Builder newBuilder(LabelImageRequest prototype)
public static LabelImageRequest parseDelimitedFrom(InputStream input)
public static LabelImageRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static LabelImageRequest parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static LabelImageRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static LabelImageRequest parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static LabelImageRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static LabelImageRequest parseFrom(CodedInputStream input)
public static LabelImageRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static LabelImageRequest parseFrom(InputStream input)
public static LabelImageRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static LabelImageRequest parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static LabelImageRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<LabelImageRequest> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getBasicConfig()
public HumanAnnotationConfig getBasicConfig()
Required. Basic human annotation config.
.google.cloud.datalabeling.v1beta1.HumanAnnotationConfig basic_config = 2 [(.google.api.field_behavior) = REQUIRED];
getBasicConfigOrBuilder()
public HumanAnnotationConfigOrBuilder getBasicConfigOrBuilder()
Required. Basic human annotation config.
.google.cloud.datalabeling.v1beta1.HumanAnnotationConfig basic_config = 2 [(.google.api.field_behavior) = REQUIRED];
getBoundingPolyConfig()
public BoundingPolyConfig getBoundingPolyConfig()
Configuration for bounding box and bounding poly task.
One of image_classification_config, bounding_poly_config,
polyline_config and segmentation_config are required.
.google.cloud.datalabeling.v1beta1.BoundingPolyConfig bounding_poly_config = 5;
getBoundingPolyConfigOrBuilder()
public BoundingPolyConfigOrBuilder getBoundingPolyConfigOrBuilder()
Configuration for bounding box and bounding poly task.
One of image_classification_config, bounding_poly_config,
polyline_config and segmentation_config are required.
.google.cloud.datalabeling.v1beta1.BoundingPolyConfig bounding_poly_config = 5;
getDefaultInstanceForType()
public LabelImageRequest getDefaultInstanceForType()
getFeature()
public LabelImageRequest.Feature getFeature()
Required. The type of image labeling task.
.google.cloud.datalabeling.v1beta1.LabelImageRequest.Feature feature = 3 [(.google.api.field_behavior) = REQUIRED];
getFeatureValue()
public int getFeatureValue()
Required. The type of image labeling task.
.google.cloud.datalabeling.v1beta1.LabelImageRequest.Feature feature = 3 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
int |
The enum numeric value on the wire for feature.
|
getImageClassificationConfig()
public ImageClassificationConfig getImageClassificationConfig()
Configuration for image classification task.
One of image_classification_config, bounding_poly_config,
polyline_config and segmentation_config are required.
.google.cloud.datalabeling.v1beta1.ImageClassificationConfig image_classification_config = 4;
getImageClassificationConfigOrBuilder()
public ImageClassificationConfigOrBuilder getImageClassificationConfigOrBuilder()
Configuration for image classification task.
One of image_classification_config, bounding_poly_config,
polyline_config and segmentation_config are required.
.google.cloud.datalabeling.v1beta1.ImageClassificationConfig image_classification_config = 4;
getParent()
public String getParent()
Required. Name of the dataset to request labeling task, format:
projects/{project_id}/datasets/{dataset_id}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
String |
The parent.
|
getParentBytes()
public ByteString getParentBytes()
Required. Name of the dataset to request labeling task, format:
projects/{project_id}/datasets/{dataset_id}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
ByteString |
The bytes for parent.
|
getParserForType()
public Parser<LabelImageRequest> getParserForType()
Overrides
getPolylineConfig()
public PolylineConfig getPolylineConfig()
Configuration for polyline task.
One of image_classification_config, bounding_poly_config,
polyline_config and segmentation_config are required.
.google.cloud.datalabeling.v1beta1.PolylineConfig polyline_config = 6;
getPolylineConfigOrBuilder()
public PolylineConfigOrBuilder getPolylineConfigOrBuilder()
Configuration for polyline task.
One of image_classification_config, bounding_poly_config,
polyline_config and segmentation_config are required.
.google.cloud.datalabeling.v1beta1.PolylineConfig polyline_config = 6;
getRequestConfigCase()
public LabelImageRequest.RequestConfigCase getRequestConfigCase()
getSegmentationConfig()
public SegmentationConfig getSegmentationConfig()
Configuration for segmentation task.
One of image_classification_config, bounding_poly_config,
polyline_config and segmentation_config are required.
.google.cloud.datalabeling.v1beta1.SegmentationConfig segmentation_config = 7;
getSegmentationConfigOrBuilder()
public SegmentationConfigOrBuilder getSegmentationConfigOrBuilder()
Configuration for segmentation task.
One of image_classification_config, bounding_poly_config,
polyline_config and segmentation_config are required.
.google.cloud.datalabeling.v1beta1.SegmentationConfig segmentation_config = 7;
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
hasBasicConfig()
public boolean hasBasicConfig()
Required. Basic human annotation config.
.google.cloud.datalabeling.v1beta1.HumanAnnotationConfig basic_config = 2 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
boolean |
Whether the basicConfig field is set.
|
hasBoundingPolyConfig()
public boolean hasBoundingPolyConfig()
Configuration for bounding box and bounding poly task.
One of image_classification_config, bounding_poly_config,
polyline_config and segmentation_config are required.
.google.cloud.datalabeling.v1beta1.BoundingPolyConfig bounding_poly_config = 5;
Returns |
Type |
Description |
boolean |
Whether the boundingPolyConfig field is set.
|
hasImageClassificationConfig()
public boolean hasImageClassificationConfig()
Configuration for image classification task.
One of image_classification_config, bounding_poly_config,
polyline_config and segmentation_config are required.
.google.cloud.datalabeling.v1beta1.ImageClassificationConfig image_classification_config = 4;
Returns |
Type |
Description |
boolean |
Whether the imageClassificationConfig field is set.
|
hasPolylineConfig()
public boolean hasPolylineConfig()
Configuration for polyline task.
One of image_classification_config, bounding_poly_config,
polyline_config and segmentation_config are required.
.google.cloud.datalabeling.v1beta1.PolylineConfig polyline_config = 6;
Returns |
Type |
Description |
boolean |
Whether the polylineConfig field is set.
|
hasSegmentationConfig()
public boolean hasSegmentationConfig()
Configuration for segmentation task.
One of image_classification_config, bounding_poly_config,
polyline_config and segmentation_config are required.
.google.cloud.datalabeling.v1beta1.SegmentationConfig segmentation_config = 7;
Returns |
Type |
Description |
boolean |
Whether the segmentationConfig field is set.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public LabelImageRequest.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected LabelImageRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public LabelImageRequest.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides