- 0.173.0 (latest)
- 0.172.0
- 0.171.0
- 0.169.0
- 0.168.0
- 0.167.0
- 0.166.0
- 0.165.0
- 0.164.0
- 0.163.0
- 0.162.0
- 0.161.0
- 0.160.0
- 0.159.0
- 0.157.0
- 0.156.0
- 0.155.0
- 0.154.0
- 0.153.0
- 0.152.0
- 0.151.0
- 0.150.0
- 0.149.0
- 0.148.0
- 0.147.0
- 0.144.0
- 0.143.0
- 0.142.0
- 0.141.0
- 0.140.0
- 0.139.0
- 0.138.0
- 0.137.0
- 0.136.0
- 0.135.0
- 0.134.0
- 0.133.0
- 0.132.0
- 0.131.0
- 0.129.0
- 0.128.0
- 0.127.0
- 0.126.0
- 0.125.0
- 0.124.0
- 0.123.7
- 0.122.11
public static final class AnnotatedDatasetMetadata.Builder extends GeneratedMessageV3.Builder<AnnotatedDatasetMetadata.Builder> implements AnnotatedDatasetMetadataOrBuilder
Metadata on AnnotatedDataset.
Protobuf type google.cloud.datalabeling.v1beta1.AnnotatedDatasetMetadata
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > AnnotatedDatasetMetadata.BuilderImplements
AnnotatedDatasetMetadataOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public AnnotatedDatasetMetadata.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
AnnotatedDatasetMetadata.Builder |
build()
public AnnotatedDatasetMetadata build()
Type | Description |
AnnotatedDatasetMetadata |
buildPartial()
public AnnotatedDatasetMetadata buildPartial()
Type | Description |
AnnotatedDatasetMetadata |
clear()
public AnnotatedDatasetMetadata.Builder clear()
Type | Description |
AnnotatedDatasetMetadata.Builder |
clearAnnotationRequestConfig()
public AnnotatedDatasetMetadata.Builder clearAnnotationRequestConfig()
Type | Description |
AnnotatedDatasetMetadata.Builder |
clearBoundingPolyConfig()
public AnnotatedDatasetMetadata.Builder clearBoundingPolyConfig()
Configuration for image bounding box and bounding poly task.
.google.cloud.datalabeling.v1beta1.BoundingPolyConfig bounding_poly_config = 3;
Type | Description |
AnnotatedDatasetMetadata.Builder |
clearEventConfig()
public AnnotatedDatasetMetadata.Builder clearEventConfig()
Configuration for video event labeling task.
.google.cloud.datalabeling.v1beta1.EventConfig event_config = 9;
Type | Description |
AnnotatedDatasetMetadata.Builder |
clearField(Descriptors.FieldDescriptor field)
public AnnotatedDatasetMetadata.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
AnnotatedDatasetMetadata.Builder |
clearHumanAnnotationConfig()
public AnnotatedDatasetMetadata.Builder clearHumanAnnotationConfig()
HumanAnnotationConfig used when requesting the human labeling task for this AnnotatedDataset.
.google.cloud.datalabeling.v1beta1.HumanAnnotationConfig human_annotation_config = 1;
Type | Description |
AnnotatedDatasetMetadata.Builder |
clearImageClassificationConfig()
public AnnotatedDatasetMetadata.Builder clearImageClassificationConfig()
Configuration for image classification task.
.google.cloud.datalabeling.v1beta1.ImageClassificationConfig image_classification_config = 2;
Type | Description |
AnnotatedDatasetMetadata.Builder |
clearObjectDetectionConfig()
public AnnotatedDatasetMetadata.Builder clearObjectDetectionConfig()
Configuration for video object detection task.
.google.cloud.datalabeling.v1beta1.ObjectDetectionConfig object_detection_config = 7;
Type | Description |
AnnotatedDatasetMetadata.Builder |
clearObjectTrackingConfig()
public AnnotatedDatasetMetadata.Builder clearObjectTrackingConfig()
Configuration for video object tracking task.
.google.cloud.datalabeling.v1beta1.ObjectTrackingConfig object_tracking_config = 8;
Type | Description |
AnnotatedDatasetMetadata.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public AnnotatedDatasetMetadata.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
AnnotatedDatasetMetadata.Builder |
clearPolylineConfig()
public AnnotatedDatasetMetadata.Builder clearPolylineConfig()
Configuration for image polyline task.
.google.cloud.datalabeling.v1beta1.PolylineConfig polyline_config = 4;
Type | Description |
AnnotatedDatasetMetadata.Builder |
clearSegmentationConfig()
public AnnotatedDatasetMetadata.Builder clearSegmentationConfig()
Configuration for image segmentation task.
.google.cloud.datalabeling.v1beta1.SegmentationConfig segmentation_config = 5;
Type | Description |
AnnotatedDatasetMetadata.Builder |
clearTextClassificationConfig()
public AnnotatedDatasetMetadata.Builder clearTextClassificationConfig()
Configuration for text classification task.
.google.cloud.datalabeling.v1beta1.TextClassificationConfig text_classification_config = 10;
Type | Description |
AnnotatedDatasetMetadata.Builder |
clearTextEntityExtractionConfig()
public AnnotatedDatasetMetadata.Builder clearTextEntityExtractionConfig()
Configuration for text entity extraction task.
.google.cloud.datalabeling.v1beta1.TextEntityExtractionConfig text_entity_extraction_config = 11;
Type | Description |
AnnotatedDatasetMetadata.Builder |
clearVideoClassificationConfig()
public AnnotatedDatasetMetadata.Builder clearVideoClassificationConfig()
Configuration for video classification task.
.google.cloud.datalabeling.v1beta1.VideoClassificationConfig video_classification_config = 6;
Type | Description |
AnnotatedDatasetMetadata.Builder |
clone()
public AnnotatedDatasetMetadata.Builder clone()
Type | Description |
AnnotatedDatasetMetadata.Builder |
getAnnotationRequestConfigCase()
public AnnotatedDatasetMetadata.AnnotationRequestConfigCase getAnnotationRequestConfigCase()
Type | Description |
AnnotatedDatasetMetadata.AnnotationRequestConfigCase |
getBoundingPolyConfig()
public BoundingPolyConfig getBoundingPolyConfig()
Configuration for image bounding box and bounding poly task.
.google.cloud.datalabeling.v1beta1.BoundingPolyConfig bounding_poly_config = 3;
Type | Description |
BoundingPolyConfig | The boundingPolyConfig. |
getBoundingPolyConfigBuilder()
public BoundingPolyConfig.Builder getBoundingPolyConfigBuilder()
Configuration for image bounding box and bounding poly task.
.google.cloud.datalabeling.v1beta1.BoundingPolyConfig bounding_poly_config = 3;
Type | Description |
BoundingPolyConfig.Builder |
getBoundingPolyConfigOrBuilder()
public BoundingPolyConfigOrBuilder getBoundingPolyConfigOrBuilder()
Configuration for image bounding box and bounding poly task.
.google.cloud.datalabeling.v1beta1.BoundingPolyConfig bounding_poly_config = 3;
Type | Description |
BoundingPolyConfigOrBuilder |
getDefaultInstanceForType()
public AnnotatedDatasetMetadata getDefaultInstanceForType()
Type | Description |
AnnotatedDatasetMetadata |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getEventConfig()
public EventConfig getEventConfig()
Configuration for video event labeling task.
.google.cloud.datalabeling.v1beta1.EventConfig event_config = 9;
Type | Description |
EventConfig | The eventConfig. |
getEventConfigBuilder()
public EventConfig.Builder getEventConfigBuilder()
Configuration for video event labeling task.
.google.cloud.datalabeling.v1beta1.EventConfig event_config = 9;
Type | Description |
EventConfig.Builder |
getEventConfigOrBuilder()
public EventConfigOrBuilder getEventConfigOrBuilder()
Configuration for video event labeling task.
.google.cloud.datalabeling.v1beta1.EventConfig event_config = 9;
Type | Description |
EventConfigOrBuilder |
getHumanAnnotationConfig()
public HumanAnnotationConfig getHumanAnnotationConfig()
HumanAnnotationConfig used when requesting the human labeling task for this AnnotatedDataset.
.google.cloud.datalabeling.v1beta1.HumanAnnotationConfig human_annotation_config = 1;
Type | Description |
HumanAnnotationConfig | The humanAnnotationConfig. |
getHumanAnnotationConfigBuilder()
public HumanAnnotationConfig.Builder getHumanAnnotationConfigBuilder()
HumanAnnotationConfig used when requesting the human labeling task for this AnnotatedDataset.
.google.cloud.datalabeling.v1beta1.HumanAnnotationConfig human_annotation_config = 1;
Type | Description |
HumanAnnotationConfig.Builder |
getHumanAnnotationConfigOrBuilder()
public HumanAnnotationConfigOrBuilder getHumanAnnotationConfigOrBuilder()
HumanAnnotationConfig used when requesting the human labeling task for this AnnotatedDataset.
.google.cloud.datalabeling.v1beta1.HumanAnnotationConfig human_annotation_config = 1;
Type | Description |
HumanAnnotationConfigOrBuilder |
getImageClassificationConfig()
public ImageClassificationConfig getImageClassificationConfig()
Configuration for image classification task.
.google.cloud.datalabeling.v1beta1.ImageClassificationConfig image_classification_config = 2;
Type | Description |
ImageClassificationConfig | The imageClassificationConfig. |
getImageClassificationConfigBuilder()
public ImageClassificationConfig.Builder getImageClassificationConfigBuilder()
Configuration for image classification task.
.google.cloud.datalabeling.v1beta1.ImageClassificationConfig image_classification_config = 2;
Type | Description |
ImageClassificationConfig.Builder |
getImageClassificationConfigOrBuilder()
public ImageClassificationConfigOrBuilder getImageClassificationConfigOrBuilder()
Configuration for image classification task.
.google.cloud.datalabeling.v1beta1.ImageClassificationConfig image_classification_config = 2;
Type | Description |
ImageClassificationConfigOrBuilder |
getObjectDetectionConfig()
public ObjectDetectionConfig getObjectDetectionConfig()
Configuration for video object detection task.
.google.cloud.datalabeling.v1beta1.ObjectDetectionConfig object_detection_config = 7;
Type | Description |
ObjectDetectionConfig | The objectDetectionConfig. |
getObjectDetectionConfigBuilder()
public ObjectDetectionConfig.Builder getObjectDetectionConfigBuilder()
Configuration for video object detection task.
.google.cloud.datalabeling.v1beta1.ObjectDetectionConfig object_detection_config = 7;
Type | Description |
ObjectDetectionConfig.Builder |
getObjectDetectionConfigOrBuilder()
public ObjectDetectionConfigOrBuilder getObjectDetectionConfigOrBuilder()
Configuration for video object detection task.
.google.cloud.datalabeling.v1beta1.ObjectDetectionConfig object_detection_config = 7;
Type | Description |
ObjectDetectionConfigOrBuilder |
getObjectTrackingConfig()
public ObjectTrackingConfig getObjectTrackingConfig()
Configuration for video object tracking task.
.google.cloud.datalabeling.v1beta1.ObjectTrackingConfig object_tracking_config = 8;
Type | Description |
ObjectTrackingConfig | The objectTrackingConfig. |
getObjectTrackingConfigBuilder()
public ObjectTrackingConfig.Builder getObjectTrackingConfigBuilder()
Configuration for video object tracking task.
.google.cloud.datalabeling.v1beta1.ObjectTrackingConfig object_tracking_config = 8;
Type | Description |
ObjectTrackingConfig.Builder |
getObjectTrackingConfigOrBuilder()
public ObjectTrackingConfigOrBuilder getObjectTrackingConfigOrBuilder()
Configuration for video object tracking task.
.google.cloud.datalabeling.v1beta1.ObjectTrackingConfig object_tracking_config = 8;
Type | Description |
ObjectTrackingConfigOrBuilder |
getPolylineConfig()
public PolylineConfig getPolylineConfig()
Configuration for image polyline task.
.google.cloud.datalabeling.v1beta1.PolylineConfig polyline_config = 4;
Type | Description |
PolylineConfig | The polylineConfig. |
getPolylineConfigBuilder()
public PolylineConfig.Builder getPolylineConfigBuilder()
Configuration for image polyline task.
.google.cloud.datalabeling.v1beta1.PolylineConfig polyline_config = 4;
Type | Description |
PolylineConfig.Builder |
getPolylineConfigOrBuilder()
public PolylineConfigOrBuilder getPolylineConfigOrBuilder()
Configuration for image polyline task.
.google.cloud.datalabeling.v1beta1.PolylineConfig polyline_config = 4;
Type | Description |
PolylineConfigOrBuilder |
getSegmentationConfig()
public SegmentationConfig getSegmentationConfig()
Configuration for image segmentation task.
.google.cloud.datalabeling.v1beta1.SegmentationConfig segmentation_config = 5;
Type | Description |
SegmentationConfig | The segmentationConfig. |
getSegmentationConfigBuilder()
public SegmentationConfig.Builder getSegmentationConfigBuilder()
Configuration for image segmentation task.
.google.cloud.datalabeling.v1beta1.SegmentationConfig segmentation_config = 5;
Type | Description |
SegmentationConfig.Builder |
getSegmentationConfigOrBuilder()
public SegmentationConfigOrBuilder getSegmentationConfigOrBuilder()
Configuration for image segmentation task.
.google.cloud.datalabeling.v1beta1.SegmentationConfig segmentation_config = 5;
Type | Description |
SegmentationConfigOrBuilder |
getTextClassificationConfig()
public TextClassificationConfig getTextClassificationConfig()
Configuration for text classification task.
.google.cloud.datalabeling.v1beta1.TextClassificationConfig text_classification_config = 10;
Type | Description |
TextClassificationConfig | The textClassificationConfig. |
getTextClassificationConfigBuilder()
public TextClassificationConfig.Builder getTextClassificationConfigBuilder()
Configuration for text classification task.
.google.cloud.datalabeling.v1beta1.TextClassificationConfig text_classification_config = 10;
Type | Description |
TextClassificationConfig.Builder |
getTextClassificationConfigOrBuilder()
public TextClassificationConfigOrBuilder getTextClassificationConfigOrBuilder()
Configuration for text classification task.
.google.cloud.datalabeling.v1beta1.TextClassificationConfig text_classification_config = 10;
Type | Description |
TextClassificationConfigOrBuilder |
getTextEntityExtractionConfig()
public TextEntityExtractionConfig getTextEntityExtractionConfig()
Configuration for text entity extraction task.
.google.cloud.datalabeling.v1beta1.TextEntityExtractionConfig text_entity_extraction_config = 11;
Type | Description |
TextEntityExtractionConfig | The textEntityExtractionConfig. |
getTextEntityExtractionConfigBuilder()
public TextEntityExtractionConfig.Builder getTextEntityExtractionConfigBuilder()
Configuration for text entity extraction task.
.google.cloud.datalabeling.v1beta1.TextEntityExtractionConfig text_entity_extraction_config = 11;
Type | Description |
TextEntityExtractionConfig.Builder |
getTextEntityExtractionConfigOrBuilder()
public TextEntityExtractionConfigOrBuilder getTextEntityExtractionConfigOrBuilder()
Configuration for text entity extraction task.
.google.cloud.datalabeling.v1beta1.TextEntityExtractionConfig text_entity_extraction_config = 11;
Type | Description |
TextEntityExtractionConfigOrBuilder |
getVideoClassificationConfig()
public VideoClassificationConfig getVideoClassificationConfig()
Configuration for video classification task.
.google.cloud.datalabeling.v1beta1.VideoClassificationConfig video_classification_config = 6;
Type | Description |
VideoClassificationConfig | The videoClassificationConfig. |
getVideoClassificationConfigBuilder()
public VideoClassificationConfig.Builder getVideoClassificationConfigBuilder()
Configuration for video classification task.
.google.cloud.datalabeling.v1beta1.VideoClassificationConfig video_classification_config = 6;
Type | Description |
VideoClassificationConfig.Builder |
getVideoClassificationConfigOrBuilder()
public VideoClassificationConfigOrBuilder getVideoClassificationConfigOrBuilder()
Configuration for video classification task.
.google.cloud.datalabeling.v1beta1.VideoClassificationConfig video_classification_config = 6;
Type | Description |
VideoClassificationConfigOrBuilder |
hasBoundingPolyConfig()
public boolean hasBoundingPolyConfig()
Configuration for image bounding box and bounding poly task.
.google.cloud.datalabeling.v1beta1.BoundingPolyConfig bounding_poly_config = 3;
Type | Description |
boolean | Whether the boundingPolyConfig field is set. |
hasEventConfig()
public boolean hasEventConfig()
Configuration for video event labeling task.
.google.cloud.datalabeling.v1beta1.EventConfig event_config = 9;
Type | Description |
boolean | Whether the eventConfig field is set. |
hasHumanAnnotationConfig()
public boolean hasHumanAnnotationConfig()
HumanAnnotationConfig used when requesting the human labeling task for this AnnotatedDataset.
.google.cloud.datalabeling.v1beta1.HumanAnnotationConfig human_annotation_config = 1;
Type | Description |
boolean | Whether the humanAnnotationConfig field is set. |
hasImageClassificationConfig()
public boolean hasImageClassificationConfig()
Configuration for image classification task.
.google.cloud.datalabeling.v1beta1.ImageClassificationConfig image_classification_config = 2;
Type | Description |
boolean | Whether the imageClassificationConfig field is set. |
hasObjectDetectionConfig()
public boolean hasObjectDetectionConfig()
Configuration for video object detection task.
.google.cloud.datalabeling.v1beta1.ObjectDetectionConfig object_detection_config = 7;
Type | Description |
boolean | Whether the objectDetectionConfig field is set. |
hasObjectTrackingConfig()
public boolean hasObjectTrackingConfig()
Configuration for video object tracking task.
.google.cloud.datalabeling.v1beta1.ObjectTrackingConfig object_tracking_config = 8;
Type | Description |
boolean | Whether the objectTrackingConfig field is set. |
hasPolylineConfig()
public boolean hasPolylineConfig()
Configuration for image polyline task.
.google.cloud.datalabeling.v1beta1.PolylineConfig polyline_config = 4;
Type | Description |
boolean | Whether the polylineConfig field is set. |
hasSegmentationConfig()
public boolean hasSegmentationConfig()
Configuration for image segmentation task.
.google.cloud.datalabeling.v1beta1.SegmentationConfig segmentation_config = 5;
Type | Description |
boolean | Whether the segmentationConfig field is set. |
hasTextClassificationConfig()
public boolean hasTextClassificationConfig()
Configuration for text classification task.
.google.cloud.datalabeling.v1beta1.TextClassificationConfig text_classification_config = 10;
Type | Description |
boolean | Whether the textClassificationConfig field is set. |
hasTextEntityExtractionConfig()
public boolean hasTextEntityExtractionConfig()
Configuration for text entity extraction task.
.google.cloud.datalabeling.v1beta1.TextEntityExtractionConfig text_entity_extraction_config = 11;
Type | Description |
boolean | Whether the textEntityExtractionConfig field is set. |
hasVideoClassificationConfig()
public boolean hasVideoClassificationConfig()
Configuration for video classification task.
.google.cloud.datalabeling.v1beta1.VideoClassificationConfig video_classification_config = 6;
Type | Description |
boolean | Whether the videoClassificationConfig field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeBoundingPolyConfig(BoundingPolyConfig value)
public AnnotatedDatasetMetadata.Builder mergeBoundingPolyConfig(BoundingPolyConfig value)
Configuration for image bounding box and bounding poly task.
.google.cloud.datalabeling.v1beta1.BoundingPolyConfig bounding_poly_config = 3;
Name | Description |
value | BoundingPolyConfig |
Type | Description |
AnnotatedDatasetMetadata.Builder |
mergeEventConfig(EventConfig value)
public AnnotatedDatasetMetadata.Builder mergeEventConfig(EventConfig value)
Configuration for video event labeling task.
.google.cloud.datalabeling.v1beta1.EventConfig event_config = 9;
Name | Description |
value | EventConfig |
Type | Description |
AnnotatedDatasetMetadata.Builder |
mergeFrom(AnnotatedDatasetMetadata other)
public AnnotatedDatasetMetadata.Builder mergeFrom(AnnotatedDatasetMetadata other)
Name | Description |
other | AnnotatedDatasetMetadata |
Type | Description |
AnnotatedDatasetMetadata.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public AnnotatedDatasetMetadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
AnnotatedDatasetMetadata.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public AnnotatedDatasetMetadata.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
AnnotatedDatasetMetadata.Builder |
mergeHumanAnnotationConfig(HumanAnnotationConfig value)
public AnnotatedDatasetMetadata.Builder mergeHumanAnnotationConfig(HumanAnnotationConfig value)
HumanAnnotationConfig used when requesting the human labeling task for this AnnotatedDataset.
.google.cloud.datalabeling.v1beta1.HumanAnnotationConfig human_annotation_config = 1;
Name | Description |
value | HumanAnnotationConfig |
Type | Description |
AnnotatedDatasetMetadata.Builder |
mergeImageClassificationConfig(ImageClassificationConfig value)
public AnnotatedDatasetMetadata.Builder mergeImageClassificationConfig(ImageClassificationConfig value)
Configuration for image classification task.
.google.cloud.datalabeling.v1beta1.ImageClassificationConfig image_classification_config = 2;
Name | Description |
value | ImageClassificationConfig |
Type | Description |
AnnotatedDatasetMetadata.Builder |
mergeObjectDetectionConfig(ObjectDetectionConfig value)
public AnnotatedDatasetMetadata.Builder mergeObjectDetectionConfig(ObjectDetectionConfig value)
Configuration for video object detection task.
.google.cloud.datalabeling.v1beta1.ObjectDetectionConfig object_detection_config = 7;
Name | Description |
value | ObjectDetectionConfig |
Type | Description |
AnnotatedDatasetMetadata.Builder |
mergeObjectTrackingConfig(ObjectTrackingConfig value)
public AnnotatedDatasetMetadata.Builder mergeObjectTrackingConfig(ObjectTrackingConfig value)
Configuration for video object tracking task.
.google.cloud.datalabeling.v1beta1.ObjectTrackingConfig object_tracking_config = 8;
Name | Description |
value | ObjectTrackingConfig |
Type | Description |
AnnotatedDatasetMetadata.Builder |
mergePolylineConfig(PolylineConfig value)
public AnnotatedDatasetMetadata.Builder mergePolylineConfig(PolylineConfig value)
Configuration for image polyline task.
.google.cloud.datalabeling.v1beta1.PolylineConfig polyline_config = 4;
Name | Description |
value | PolylineConfig |
Type | Description |
AnnotatedDatasetMetadata.Builder |
mergeSegmentationConfig(SegmentationConfig value)
public AnnotatedDatasetMetadata.Builder mergeSegmentationConfig(SegmentationConfig value)
Configuration for image segmentation task.
.google.cloud.datalabeling.v1beta1.SegmentationConfig segmentation_config = 5;
Name | Description |
value | SegmentationConfig |
Type | Description |
AnnotatedDatasetMetadata.Builder |
mergeTextClassificationConfig(TextClassificationConfig value)
public AnnotatedDatasetMetadata.Builder mergeTextClassificationConfig(TextClassificationConfig value)
Configuration for text classification task.
.google.cloud.datalabeling.v1beta1.TextClassificationConfig text_classification_config = 10;
Name | Description |
value | TextClassificationConfig |
Type | Description |
AnnotatedDatasetMetadata.Builder |
mergeTextEntityExtractionConfig(TextEntityExtractionConfig value)
public AnnotatedDatasetMetadata.Builder mergeTextEntityExtractionConfig(TextEntityExtractionConfig value)
Configuration for text entity extraction task.
.google.cloud.datalabeling.v1beta1.TextEntityExtractionConfig text_entity_extraction_config = 11;
Name | Description |
value | TextEntityExtractionConfig |
Type | Description |
AnnotatedDatasetMetadata.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final AnnotatedDatasetMetadata.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
AnnotatedDatasetMetadata.Builder |
mergeVideoClassificationConfig(VideoClassificationConfig value)
public AnnotatedDatasetMetadata.Builder mergeVideoClassificationConfig(VideoClassificationConfig value)
Configuration for video classification task.
.google.cloud.datalabeling.v1beta1.VideoClassificationConfig video_classification_config = 6;
Name | Description |
value | VideoClassificationConfig |
Type | Description |
AnnotatedDatasetMetadata.Builder |
setBoundingPolyConfig(BoundingPolyConfig value)
public AnnotatedDatasetMetadata.Builder setBoundingPolyConfig(BoundingPolyConfig value)
Configuration for image bounding box and bounding poly task.
.google.cloud.datalabeling.v1beta1.BoundingPolyConfig bounding_poly_config = 3;
Name | Description |
value | BoundingPolyConfig |
Type | Description |
AnnotatedDatasetMetadata.Builder |
setBoundingPolyConfig(BoundingPolyConfig.Builder builderForValue)
public AnnotatedDatasetMetadata.Builder setBoundingPolyConfig(BoundingPolyConfig.Builder builderForValue)
Configuration for image bounding box and bounding poly task.
.google.cloud.datalabeling.v1beta1.BoundingPolyConfig bounding_poly_config = 3;
Name | Description |
builderForValue | BoundingPolyConfig.Builder |
Type | Description |
AnnotatedDatasetMetadata.Builder |
setEventConfig(EventConfig value)
public AnnotatedDatasetMetadata.Builder setEventConfig(EventConfig value)
Configuration for video event labeling task.
.google.cloud.datalabeling.v1beta1.EventConfig event_config = 9;
Name | Description |
value | EventConfig |
Type | Description |
AnnotatedDatasetMetadata.Builder |
setEventConfig(EventConfig.Builder builderForValue)
public AnnotatedDatasetMetadata.Builder setEventConfig(EventConfig.Builder builderForValue)
Configuration for video event labeling task.
.google.cloud.datalabeling.v1beta1.EventConfig event_config = 9;
Name | Description |
builderForValue | EventConfig.Builder |
Type | Description |
AnnotatedDatasetMetadata.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public AnnotatedDatasetMetadata.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
AnnotatedDatasetMetadata.Builder |
setHumanAnnotationConfig(HumanAnnotationConfig value)
public AnnotatedDatasetMetadata.Builder setHumanAnnotationConfig(HumanAnnotationConfig value)
HumanAnnotationConfig used when requesting the human labeling task for this AnnotatedDataset.
.google.cloud.datalabeling.v1beta1.HumanAnnotationConfig human_annotation_config = 1;
Name | Description |
value | HumanAnnotationConfig |
Type | Description |
AnnotatedDatasetMetadata.Builder |
setHumanAnnotationConfig(HumanAnnotationConfig.Builder builderForValue)
public AnnotatedDatasetMetadata.Builder setHumanAnnotationConfig(HumanAnnotationConfig.Builder builderForValue)
HumanAnnotationConfig used when requesting the human labeling task for this AnnotatedDataset.
.google.cloud.datalabeling.v1beta1.HumanAnnotationConfig human_annotation_config = 1;
Name | Description |
builderForValue | HumanAnnotationConfig.Builder |
Type | Description |
AnnotatedDatasetMetadata.Builder |
setImageClassificationConfig(ImageClassificationConfig value)
public AnnotatedDatasetMetadata.Builder setImageClassificationConfig(ImageClassificationConfig value)
Configuration for image classification task.
.google.cloud.datalabeling.v1beta1.ImageClassificationConfig image_classification_config = 2;
Name | Description |
value | ImageClassificationConfig |
Type | Description |
AnnotatedDatasetMetadata.Builder |
setImageClassificationConfig(ImageClassificationConfig.Builder builderForValue)
public AnnotatedDatasetMetadata.Builder setImageClassificationConfig(ImageClassificationConfig.Builder builderForValue)
Configuration for image classification task.
.google.cloud.datalabeling.v1beta1.ImageClassificationConfig image_classification_config = 2;
Name | Description |
builderForValue | ImageClassificationConfig.Builder |
Type | Description |
AnnotatedDatasetMetadata.Builder |
setObjectDetectionConfig(ObjectDetectionConfig value)
public AnnotatedDatasetMetadata.Builder setObjectDetectionConfig(ObjectDetectionConfig value)
Configuration for video object detection task.
.google.cloud.datalabeling.v1beta1.ObjectDetectionConfig object_detection_config = 7;
Name | Description |
value | ObjectDetectionConfig |
Type | Description |
AnnotatedDatasetMetadata.Builder |
setObjectDetectionConfig(ObjectDetectionConfig.Builder builderForValue)
public AnnotatedDatasetMetadata.Builder setObjectDetectionConfig(ObjectDetectionConfig.Builder builderForValue)
Configuration for video object detection task.
.google.cloud.datalabeling.v1beta1.ObjectDetectionConfig object_detection_config = 7;
Name | Description |
builderForValue | ObjectDetectionConfig.Builder |
Type | Description |
AnnotatedDatasetMetadata.Builder |
setObjectTrackingConfig(ObjectTrackingConfig value)
public AnnotatedDatasetMetadata.Builder setObjectTrackingConfig(ObjectTrackingConfig value)
Configuration for video object tracking task.
.google.cloud.datalabeling.v1beta1.ObjectTrackingConfig object_tracking_config = 8;
Name | Description |
value | ObjectTrackingConfig |
Type | Description |
AnnotatedDatasetMetadata.Builder |
setObjectTrackingConfig(ObjectTrackingConfig.Builder builderForValue)
public AnnotatedDatasetMetadata.Builder setObjectTrackingConfig(ObjectTrackingConfig.Builder builderForValue)
Configuration for video object tracking task.
.google.cloud.datalabeling.v1beta1.ObjectTrackingConfig object_tracking_config = 8;
Name | Description |
builderForValue | ObjectTrackingConfig.Builder |
Type | Description |
AnnotatedDatasetMetadata.Builder |
setPolylineConfig(PolylineConfig value)
public AnnotatedDatasetMetadata.Builder setPolylineConfig(PolylineConfig value)
Configuration for image polyline task.
.google.cloud.datalabeling.v1beta1.PolylineConfig polyline_config = 4;
Name | Description |
value | PolylineConfig |
Type | Description |
AnnotatedDatasetMetadata.Builder |
setPolylineConfig(PolylineConfig.Builder builderForValue)
public AnnotatedDatasetMetadata.Builder setPolylineConfig(PolylineConfig.Builder builderForValue)
Configuration for image polyline task.
.google.cloud.datalabeling.v1beta1.PolylineConfig polyline_config = 4;
Name | Description |
builderForValue | PolylineConfig.Builder |
Type | Description |
AnnotatedDatasetMetadata.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public AnnotatedDatasetMetadata.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
AnnotatedDatasetMetadata.Builder |
setSegmentationConfig(SegmentationConfig value)
public AnnotatedDatasetMetadata.Builder setSegmentationConfig(SegmentationConfig value)
Configuration for image segmentation task.
.google.cloud.datalabeling.v1beta1.SegmentationConfig segmentation_config = 5;
Name | Description |
value | SegmentationConfig |
Type | Description |
AnnotatedDatasetMetadata.Builder |
setSegmentationConfig(SegmentationConfig.Builder builderForValue)
public AnnotatedDatasetMetadata.Builder setSegmentationConfig(SegmentationConfig.Builder builderForValue)
Configuration for image segmentation task.
.google.cloud.datalabeling.v1beta1.SegmentationConfig segmentation_config = 5;
Name | Description |
builderForValue | SegmentationConfig.Builder |
Type | Description |
AnnotatedDatasetMetadata.Builder |
setTextClassificationConfig(TextClassificationConfig value)
public AnnotatedDatasetMetadata.Builder setTextClassificationConfig(TextClassificationConfig value)
Configuration for text classification task.
.google.cloud.datalabeling.v1beta1.TextClassificationConfig text_classification_config = 10;
Name | Description |
value | TextClassificationConfig |
Type | Description |
AnnotatedDatasetMetadata.Builder |
setTextClassificationConfig(TextClassificationConfig.Builder builderForValue)
public AnnotatedDatasetMetadata.Builder setTextClassificationConfig(TextClassificationConfig.Builder builderForValue)
Configuration for text classification task.
.google.cloud.datalabeling.v1beta1.TextClassificationConfig text_classification_config = 10;
Name | Description |
builderForValue | TextClassificationConfig.Builder |
Type | Description |
AnnotatedDatasetMetadata.Builder |
setTextEntityExtractionConfig(TextEntityExtractionConfig value)
public AnnotatedDatasetMetadata.Builder setTextEntityExtractionConfig(TextEntityExtractionConfig value)
Configuration for text entity extraction task.
.google.cloud.datalabeling.v1beta1.TextEntityExtractionConfig text_entity_extraction_config = 11;
Name | Description |
value | TextEntityExtractionConfig |
Type | Description |
AnnotatedDatasetMetadata.Builder |
setTextEntityExtractionConfig(TextEntityExtractionConfig.Builder builderForValue)
public AnnotatedDatasetMetadata.Builder setTextEntityExtractionConfig(TextEntityExtractionConfig.Builder builderForValue)
Configuration for text entity extraction task.
.google.cloud.datalabeling.v1beta1.TextEntityExtractionConfig text_entity_extraction_config = 11;
Name | Description |
builderForValue | TextEntityExtractionConfig.Builder |
Type | Description |
AnnotatedDatasetMetadata.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final AnnotatedDatasetMetadata.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
AnnotatedDatasetMetadata.Builder |
setVideoClassificationConfig(VideoClassificationConfig value)
public AnnotatedDatasetMetadata.Builder setVideoClassificationConfig(VideoClassificationConfig value)
Configuration for video classification task.
.google.cloud.datalabeling.v1beta1.VideoClassificationConfig video_classification_config = 6;
Name | Description |
value | VideoClassificationConfig |
Type | Description |
AnnotatedDatasetMetadata.Builder |
setVideoClassificationConfig(VideoClassificationConfig.Builder builderForValue)
public AnnotatedDatasetMetadata.Builder setVideoClassificationConfig(VideoClassificationConfig.Builder builderForValue)
Configuration for video classification task.
.google.cloud.datalabeling.v1beta1.VideoClassificationConfig video_classification_config = 6;
Name | Description |
builderForValue | VideoClassificationConfig.Builder |
Type | Description |
AnnotatedDatasetMetadata.Builder |