- 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 LabelOperationMetadata.Builder extends GeneratedMessageV3.Builder<LabelOperationMetadata.Builder> implements LabelOperationMetadataOrBuilder
Metadata of a labeling operation, such as LabelImage or LabelVideo. Next tag: 20
Protobuf type google.cloud.datalabeling.v1beta1.LabelOperationMetadata
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > LabelOperationMetadata.BuilderImplements
LabelOperationMetadataOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addAllPartialFailures(Iterable<? extends Status> values)
public LabelOperationMetadata.Builder addAllPartialFailures(Iterable<? extends Status> values)
Output only. Partial failures encountered. E.g. single files that couldn't be read. Status details field will contain standard GCP error details.
repeated .google.rpc.Status partial_failures = 2;
Parameter | |
---|---|
Name | Description |
values | Iterable<? extends com.google.rpc.Status> |
Returns | |
---|---|
Type | Description |
LabelOperationMetadata.Builder |
addPartialFailures(Status value)
public LabelOperationMetadata.Builder addPartialFailures(Status value)
Output only. Partial failures encountered. E.g. single files that couldn't be read. Status details field will contain standard GCP error details.
repeated .google.rpc.Status partial_failures = 2;
Parameter | |
---|---|
Name | Description |
value | com.google.rpc.Status |
Returns | |
---|---|
Type | Description |
LabelOperationMetadata.Builder |
addPartialFailures(Status.Builder builderForValue)
public LabelOperationMetadata.Builder addPartialFailures(Status.Builder builderForValue)
Output only. Partial failures encountered. E.g. single files that couldn't be read. Status details field will contain standard GCP error details.
repeated .google.rpc.Status partial_failures = 2;
Parameter | |
---|---|
Name | Description |
builderForValue | com.google.rpc.Status.Builder |
Returns | |
---|---|
Type | Description |
LabelOperationMetadata.Builder |
addPartialFailures(int index, Status value)
public LabelOperationMetadata.Builder addPartialFailures(int index, Status value)
Output only. Partial failures encountered. E.g. single files that couldn't be read. Status details field will contain standard GCP error details.
repeated .google.rpc.Status partial_failures = 2;
Parameters | |
---|---|
Name | Description |
index | int |
value | com.google.rpc.Status |
Returns | |
---|---|
Type | Description |
LabelOperationMetadata.Builder |
addPartialFailures(int index, Status.Builder builderForValue)
public LabelOperationMetadata.Builder addPartialFailures(int index, Status.Builder builderForValue)
Output only. Partial failures encountered. E.g. single files that couldn't be read. Status details field will contain standard GCP error details.
repeated .google.rpc.Status partial_failures = 2;
Parameters | |
---|---|
Name | Description |
index | int |
builderForValue | com.google.rpc.Status.Builder |
Returns | |
---|---|
Type | Description |
LabelOperationMetadata.Builder |
addPartialFailuresBuilder()
public Status.Builder addPartialFailuresBuilder()
Output only. Partial failures encountered. E.g. single files that couldn't be read. Status details field will contain standard GCP error details.
repeated .google.rpc.Status partial_failures = 2;
Returns | |
---|---|
Type | Description |
com.google.rpc.Status.Builder |
addPartialFailuresBuilder(int index)
public Status.Builder addPartialFailuresBuilder(int index)
Output only. Partial failures encountered. E.g. single files that couldn't be read. Status details field will contain standard GCP error details.
repeated .google.rpc.Status partial_failures = 2;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
com.google.rpc.Status.Builder |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public LabelOperationMetadata.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
LabelOperationMetadata.Builder |
build()
public LabelOperationMetadata build()
Returns | |
---|---|
Type | Description |
LabelOperationMetadata |
buildPartial()
public LabelOperationMetadata buildPartial()
Returns | |
---|---|
Type | Description |
LabelOperationMetadata |
clear()
public LabelOperationMetadata.Builder clear()
Returns | |
---|---|
Type | Description |
LabelOperationMetadata.Builder |
clearCreateTime()
public LabelOperationMetadata.Builder clearCreateTime()
Output only. Timestamp when labeling request was created.
.google.protobuf.Timestamp create_time = 16;
Returns | |
---|---|
Type | Description |
LabelOperationMetadata.Builder |
clearDetails()
public LabelOperationMetadata.Builder clearDetails()
Returns | |
---|---|
Type | Description |
LabelOperationMetadata.Builder |
clearField(Descriptors.FieldDescriptor field)
public LabelOperationMetadata.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field | FieldDescriptor |
Returns | |
---|---|
Type | Description |
LabelOperationMetadata.Builder |
clearImageBoundingBoxDetails()
public LabelOperationMetadata.Builder clearImageBoundingBoxDetails()
Details of label image bounding box operation.
.google.cloud.datalabeling.v1beta1.LabelImageBoundingBoxOperationMetadata image_bounding_box_details = 4;
Returns | |
---|---|
Type | Description |
LabelOperationMetadata.Builder |
clearImageBoundingPolyDetails()
public LabelOperationMetadata.Builder clearImageBoundingPolyDetails()
Details of label image bounding poly operation.
.google.cloud.datalabeling.v1beta1.LabelImageBoundingPolyOperationMetadata image_bounding_poly_details = 11;
Returns | |
---|---|
Type | Description |
LabelOperationMetadata.Builder |
clearImageClassificationDetails()
public LabelOperationMetadata.Builder clearImageClassificationDetails()
Details of label image classification operation.
.google.cloud.datalabeling.v1beta1.LabelImageClassificationOperationMetadata image_classification_details = 3;
Returns | |
---|---|
Type | Description |
LabelOperationMetadata.Builder |
clearImageOrientedBoundingBoxDetails()
public LabelOperationMetadata.Builder clearImageOrientedBoundingBoxDetails()
Details of label image oriented bounding box operation.
.google.cloud.datalabeling.v1beta1.LabelImageOrientedBoundingBoxOperationMetadata image_oriented_bounding_box_details = 14;
Returns | |
---|---|
Type | Description |
LabelOperationMetadata.Builder |
clearImagePolylineDetails()
public LabelOperationMetadata.Builder clearImagePolylineDetails()
Details of label image polyline operation.
.google.cloud.datalabeling.v1beta1.LabelImagePolylineOperationMetadata image_polyline_details = 12;
Returns | |
---|---|
Type | Description |
LabelOperationMetadata.Builder |
clearImageSegmentationDetails()
public LabelOperationMetadata.Builder clearImageSegmentationDetails()
Details of label image segmentation operation.
.google.cloud.datalabeling.v1beta1.LabelImageSegmentationOperationMetadata image_segmentation_details = 15;
Returns | |
---|---|
Type | Description |
LabelOperationMetadata.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public LabelOperationMetadata.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof | OneofDescriptor |
Returns | |
---|---|
Type | Description |
LabelOperationMetadata.Builder |
clearPartialFailures()
public LabelOperationMetadata.Builder clearPartialFailures()
Output only. Partial failures encountered. E.g. single files that couldn't be read. Status details field will contain standard GCP error details.
repeated .google.rpc.Status partial_failures = 2;
Returns | |
---|---|
Type | Description |
LabelOperationMetadata.Builder |
clearProgressPercent()
public LabelOperationMetadata.Builder clearProgressPercent()
Output only. Progress of label operation. Range: [0, 100].
int32 progress_percent = 1;
Returns | |
---|---|
Type | Description |
LabelOperationMetadata.Builder | This builder for chaining. |
clearTextClassificationDetails()
public LabelOperationMetadata.Builder clearTextClassificationDetails()
Details of label text classification operation.
.google.cloud.datalabeling.v1beta1.LabelTextClassificationOperationMetadata text_classification_details = 9;
Returns | |
---|---|
Type | Description |
LabelOperationMetadata.Builder |
clearTextEntityExtractionDetails()
public LabelOperationMetadata.Builder clearTextEntityExtractionDetails()
Details of label text entity extraction operation.
.google.cloud.datalabeling.v1beta1.LabelTextEntityExtractionOperationMetadata text_entity_extraction_details = 13;
Returns | |
---|---|
Type | Description |
LabelOperationMetadata.Builder |
clearVideoClassificationDetails()
public LabelOperationMetadata.Builder clearVideoClassificationDetails()
Details of label video classification operation.
.google.cloud.datalabeling.v1beta1.LabelVideoClassificationOperationMetadata video_classification_details = 5;
Returns | |
---|---|
Type | Description |
LabelOperationMetadata.Builder |
clearVideoEventDetails()
public LabelOperationMetadata.Builder clearVideoEventDetails()
Details of label video event operation.
.google.cloud.datalabeling.v1beta1.LabelVideoEventOperationMetadata video_event_details = 8;
Returns | |
---|---|
Type | Description |
LabelOperationMetadata.Builder |
clearVideoObjectDetectionDetails()
public LabelOperationMetadata.Builder clearVideoObjectDetectionDetails()
Details of label video object detection operation.
.google.cloud.datalabeling.v1beta1.LabelVideoObjectDetectionOperationMetadata video_object_detection_details = 6;
Returns | |
---|---|
Type | Description |
LabelOperationMetadata.Builder |
clearVideoObjectTrackingDetails()
public LabelOperationMetadata.Builder clearVideoObjectTrackingDetails()
Details of label video object tracking operation.
.google.cloud.datalabeling.v1beta1.LabelVideoObjectTrackingOperationMetadata video_object_tracking_details = 7;
Returns | |
---|---|
Type | Description |
LabelOperationMetadata.Builder |
clone()
public LabelOperationMetadata.Builder clone()
Returns | |
---|---|
Type | Description |
LabelOperationMetadata.Builder |
getCreateTime()
public Timestamp getCreateTime()
Output only. Timestamp when labeling request was created.
.google.protobuf.Timestamp create_time = 16;
Returns | |
---|---|
Type | Description |
Timestamp | The createTime. |
getCreateTimeBuilder()
public Timestamp.Builder getCreateTimeBuilder()
Output only. Timestamp when labeling request was created.
.google.protobuf.Timestamp create_time = 16;
Returns | |
---|---|
Type | Description |
Builder |
getCreateTimeOrBuilder()
public TimestampOrBuilder getCreateTimeOrBuilder()
Output only. Timestamp when labeling request was created.
.google.protobuf.Timestamp create_time = 16;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getDefaultInstanceForType()
public LabelOperationMetadata getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
LabelOperationMetadata |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getDetailsCase()
public LabelOperationMetadata.DetailsCase getDetailsCase()
Returns | |
---|---|
Type | Description |
LabelOperationMetadata.DetailsCase |
getImageBoundingBoxDetails()
public LabelImageBoundingBoxOperationMetadata getImageBoundingBoxDetails()
Details of label image bounding box operation.
.google.cloud.datalabeling.v1beta1.LabelImageBoundingBoxOperationMetadata image_bounding_box_details = 4;
Returns | |
---|---|
Type | Description |
LabelImageBoundingBoxOperationMetadata | The imageBoundingBoxDetails. |
getImageBoundingBoxDetailsBuilder()
public LabelImageBoundingBoxOperationMetadata.Builder getImageBoundingBoxDetailsBuilder()
Details of label image bounding box operation.
.google.cloud.datalabeling.v1beta1.LabelImageBoundingBoxOperationMetadata image_bounding_box_details = 4;
Returns | |
---|---|
Type | Description |
LabelImageBoundingBoxOperationMetadata.Builder |
getImageBoundingBoxDetailsOrBuilder()
public LabelImageBoundingBoxOperationMetadataOrBuilder getImageBoundingBoxDetailsOrBuilder()
Details of label image bounding box operation.
.google.cloud.datalabeling.v1beta1.LabelImageBoundingBoxOperationMetadata image_bounding_box_details = 4;
Returns | |
---|---|
Type | Description |
LabelImageBoundingBoxOperationMetadataOrBuilder |
getImageBoundingPolyDetails()
public LabelImageBoundingPolyOperationMetadata getImageBoundingPolyDetails()
Details of label image bounding poly operation.
.google.cloud.datalabeling.v1beta1.LabelImageBoundingPolyOperationMetadata image_bounding_poly_details = 11;
Returns | |
---|---|
Type | Description |
LabelImageBoundingPolyOperationMetadata | The imageBoundingPolyDetails. |
getImageBoundingPolyDetailsBuilder()
public LabelImageBoundingPolyOperationMetadata.Builder getImageBoundingPolyDetailsBuilder()
Details of label image bounding poly operation.
.google.cloud.datalabeling.v1beta1.LabelImageBoundingPolyOperationMetadata image_bounding_poly_details = 11;
Returns | |
---|---|
Type | Description |
LabelImageBoundingPolyOperationMetadata.Builder |
getImageBoundingPolyDetailsOrBuilder()
public LabelImageBoundingPolyOperationMetadataOrBuilder getImageBoundingPolyDetailsOrBuilder()
Details of label image bounding poly operation.
.google.cloud.datalabeling.v1beta1.LabelImageBoundingPolyOperationMetadata image_bounding_poly_details = 11;
Returns | |
---|---|
Type | Description |
LabelImageBoundingPolyOperationMetadataOrBuilder |
getImageClassificationDetails()
public LabelImageClassificationOperationMetadata getImageClassificationDetails()
Details of label image classification operation.
.google.cloud.datalabeling.v1beta1.LabelImageClassificationOperationMetadata image_classification_details = 3;
Returns | |
---|---|
Type | Description |
LabelImageClassificationOperationMetadata | The imageClassificationDetails. |
getImageClassificationDetailsBuilder()
public LabelImageClassificationOperationMetadata.Builder getImageClassificationDetailsBuilder()
Details of label image classification operation.
.google.cloud.datalabeling.v1beta1.LabelImageClassificationOperationMetadata image_classification_details = 3;
Returns | |
---|---|
Type | Description |
LabelImageClassificationOperationMetadata.Builder |
getImageClassificationDetailsOrBuilder()
public LabelImageClassificationOperationMetadataOrBuilder getImageClassificationDetailsOrBuilder()
Details of label image classification operation.
.google.cloud.datalabeling.v1beta1.LabelImageClassificationOperationMetadata image_classification_details = 3;
Returns | |
---|---|
Type | Description |
LabelImageClassificationOperationMetadataOrBuilder |
getImageOrientedBoundingBoxDetails()
public LabelImageOrientedBoundingBoxOperationMetadata getImageOrientedBoundingBoxDetails()
Details of label image oriented bounding box operation.
.google.cloud.datalabeling.v1beta1.LabelImageOrientedBoundingBoxOperationMetadata image_oriented_bounding_box_details = 14;
Returns | |
---|---|
Type | Description |
LabelImageOrientedBoundingBoxOperationMetadata | The imageOrientedBoundingBoxDetails. |
getImageOrientedBoundingBoxDetailsBuilder()
public LabelImageOrientedBoundingBoxOperationMetadata.Builder getImageOrientedBoundingBoxDetailsBuilder()
Details of label image oriented bounding box operation.
.google.cloud.datalabeling.v1beta1.LabelImageOrientedBoundingBoxOperationMetadata image_oriented_bounding_box_details = 14;
Returns | |
---|---|
Type | Description |
LabelImageOrientedBoundingBoxOperationMetadata.Builder |
getImageOrientedBoundingBoxDetailsOrBuilder()
public LabelImageOrientedBoundingBoxOperationMetadataOrBuilder getImageOrientedBoundingBoxDetailsOrBuilder()
Details of label image oriented bounding box operation.
.google.cloud.datalabeling.v1beta1.LabelImageOrientedBoundingBoxOperationMetadata image_oriented_bounding_box_details = 14;
Returns | |
---|---|
Type | Description |
LabelImageOrientedBoundingBoxOperationMetadataOrBuilder |
getImagePolylineDetails()
public LabelImagePolylineOperationMetadata getImagePolylineDetails()
Details of label image polyline operation.
.google.cloud.datalabeling.v1beta1.LabelImagePolylineOperationMetadata image_polyline_details = 12;
Returns | |
---|---|
Type | Description |
LabelImagePolylineOperationMetadata | The imagePolylineDetails. |
getImagePolylineDetailsBuilder()
public LabelImagePolylineOperationMetadata.Builder getImagePolylineDetailsBuilder()
Details of label image polyline operation.
.google.cloud.datalabeling.v1beta1.LabelImagePolylineOperationMetadata image_polyline_details = 12;
Returns | |
---|---|
Type | Description |
LabelImagePolylineOperationMetadata.Builder |
getImagePolylineDetailsOrBuilder()
public LabelImagePolylineOperationMetadataOrBuilder getImagePolylineDetailsOrBuilder()
Details of label image polyline operation.
.google.cloud.datalabeling.v1beta1.LabelImagePolylineOperationMetadata image_polyline_details = 12;
Returns | |
---|---|
Type | Description |
LabelImagePolylineOperationMetadataOrBuilder |
getImageSegmentationDetails()
public LabelImageSegmentationOperationMetadata getImageSegmentationDetails()
Details of label image segmentation operation.
.google.cloud.datalabeling.v1beta1.LabelImageSegmentationOperationMetadata image_segmentation_details = 15;
Returns | |
---|---|
Type | Description |
LabelImageSegmentationOperationMetadata | The imageSegmentationDetails. |
getImageSegmentationDetailsBuilder()
public LabelImageSegmentationOperationMetadata.Builder getImageSegmentationDetailsBuilder()
Details of label image segmentation operation.
.google.cloud.datalabeling.v1beta1.LabelImageSegmentationOperationMetadata image_segmentation_details = 15;
Returns | |
---|---|
Type | Description |
LabelImageSegmentationOperationMetadata.Builder |
getImageSegmentationDetailsOrBuilder()
public LabelImageSegmentationOperationMetadataOrBuilder getImageSegmentationDetailsOrBuilder()
Details of label image segmentation operation.
.google.cloud.datalabeling.v1beta1.LabelImageSegmentationOperationMetadata image_segmentation_details = 15;
Returns | |
---|---|
Type | Description |
LabelImageSegmentationOperationMetadataOrBuilder |
getPartialFailures(int index)
public Status getPartialFailures(int index)
Output only. Partial failures encountered. E.g. single files that couldn't be read. Status details field will contain standard GCP error details.
repeated .google.rpc.Status partial_failures = 2;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
com.google.rpc.Status |
getPartialFailuresBuilder(int index)
public Status.Builder getPartialFailuresBuilder(int index)
Output only. Partial failures encountered. E.g. single files that couldn't be read. Status details field will contain standard GCP error details.
repeated .google.rpc.Status partial_failures = 2;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
com.google.rpc.Status.Builder |
getPartialFailuresBuilderList()
public List<Status.Builder> getPartialFailuresBuilderList()
Output only. Partial failures encountered. E.g. single files that couldn't be read. Status details field will contain standard GCP error details.
repeated .google.rpc.Status partial_failures = 2;
Returns | |
---|---|
Type | Description |
List<com.google.rpc.Status.Builder> |
getPartialFailuresCount()
public int getPartialFailuresCount()
Output only. Partial failures encountered. E.g. single files that couldn't be read. Status details field will contain standard GCP error details.
repeated .google.rpc.Status partial_failures = 2;
Returns | |
---|---|
Type | Description |
int |
getPartialFailuresList()
public List<Status> getPartialFailuresList()
Output only. Partial failures encountered. E.g. single files that couldn't be read. Status details field will contain standard GCP error details.
repeated .google.rpc.Status partial_failures = 2;
Returns | |
---|---|
Type | Description |
List<com.google.rpc.Status> |
getPartialFailuresOrBuilder(int index)
public StatusOrBuilder getPartialFailuresOrBuilder(int index)
Output only. Partial failures encountered. E.g. single files that couldn't be read. Status details field will contain standard GCP error details.
repeated .google.rpc.Status partial_failures = 2;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
com.google.rpc.StatusOrBuilder |
getPartialFailuresOrBuilderList()
public List<? extends StatusOrBuilder> getPartialFailuresOrBuilderList()
Output only. Partial failures encountered. E.g. single files that couldn't be read. Status details field will contain standard GCP error details.
repeated .google.rpc.Status partial_failures = 2;
Returns | |
---|---|
Type | Description |
List<? extends com.google.rpc.StatusOrBuilder> |
getProgressPercent()
public int getProgressPercent()
Output only. Progress of label operation. Range: [0, 100].
int32 progress_percent = 1;
Returns | |
---|---|
Type | Description |
int | The progressPercent. |
getTextClassificationDetails()
public LabelTextClassificationOperationMetadata getTextClassificationDetails()
Details of label text classification operation.
.google.cloud.datalabeling.v1beta1.LabelTextClassificationOperationMetadata text_classification_details = 9;
Returns | |
---|---|
Type | Description |
LabelTextClassificationOperationMetadata | The textClassificationDetails. |
getTextClassificationDetailsBuilder()
public LabelTextClassificationOperationMetadata.Builder getTextClassificationDetailsBuilder()
Details of label text classification operation.
.google.cloud.datalabeling.v1beta1.LabelTextClassificationOperationMetadata text_classification_details = 9;
Returns | |
---|---|
Type | Description |
LabelTextClassificationOperationMetadata.Builder |
getTextClassificationDetailsOrBuilder()
public LabelTextClassificationOperationMetadataOrBuilder getTextClassificationDetailsOrBuilder()
Details of label text classification operation.
.google.cloud.datalabeling.v1beta1.LabelTextClassificationOperationMetadata text_classification_details = 9;
Returns | |
---|---|
Type | Description |
LabelTextClassificationOperationMetadataOrBuilder |
getTextEntityExtractionDetails()
public LabelTextEntityExtractionOperationMetadata getTextEntityExtractionDetails()
Details of label text entity extraction operation.
.google.cloud.datalabeling.v1beta1.LabelTextEntityExtractionOperationMetadata text_entity_extraction_details = 13;
Returns | |
---|---|
Type | Description |
LabelTextEntityExtractionOperationMetadata | The textEntityExtractionDetails. |
getTextEntityExtractionDetailsBuilder()
public LabelTextEntityExtractionOperationMetadata.Builder getTextEntityExtractionDetailsBuilder()
Details of label text entity extraction operation.
.google.cloud.datalabeling.v1beta1.LabelTextEntityExtractionOperationMetadata text_entity_extraction_details = 13;
Returns | |
---|---|
Type | Description |
LabelTextEntityExtractionOperationMetadata.Builder |
getTextEntityExtractionDetailsOrBuilder()
public LabelTextEntityExtractionOperationMetadataOrBuilder getTextEntityExtractionDetailsOrBuilder()
Details of label text entity extraction operation.
.google.cloud.datalabeling.v1beta1.LabelTextEntityExtractionOperationMetadata text_entity_extraction_details = 13;
Returns | |
---|---|
Type | Description |
LabelTextEntityExtractionOperationMetadataOrBuilder |
getVideoClassificationDetails()
public LabelVideoClassificationOperationMetadata getVideoClassificationDetails()
Details of label video classification operation.
.google.cloud.datalabeling.v1beta1.LabelVideoClassificationOperationMetadata video_classification_details = 5;
Returns | |
---|---|
Type | Description |
LabelVideoClassificationOperationMetadata | The videoClassificationDetails. |
getVideoClassificationDetailsBuilder()
public LabelVideoClassificationOperationMetadata.Builder getVideoClassificationDetailsBuilder()
Details of label video classification operation.
.google.cloud.datalabeling.v1beta1.LabelVideoClassificationOperationMetadata video_classification_details = 5;
Returns | |
---|---|
Type | Description |
LabelVideoClassificationOperationMetadata.Builder |
getVideoClassificationDetailsOrBuilder()
public LabelVideoClassificationOperationMetadataOrBuilder getVideoClassificationDetailsOrBuilder()
Details of label video classification operation.
.google.cloud.datalabeling.v1beta1.LabelVideoClassificationOperationMetadata video_classification_details = 5;
Returns | |
---|---|
Type | Description |
LabelVideoClassificationOperationMetadataOrBuilder |
getVideoEventDetails()
public LabelVideoEventOperationMetadata getVideoEventDetails()
Details of label video event operation.
.google.cloud.datalabeling.v1beta1.LabelVideoEventOperationMetadata video_event_details = 8;
Returns | |
---|---|
Type | Description |
LabelVideoEventOperationMetadata | The videoEventDetails. |
getVideoEventDetailsBuilder()
public LabelVideoEventOperationMetadata.Builder getVideoEventDetailsBuilder()
Details of label video event operation.
.google.cloud.datalabeling.v1beta1.LabelVideoEventOperationMetadata video_event_details = 8;
Returns | |
---|---|
Type | Description |
LabelVideoEventOperationMetadata.Builder |
getVideoEventDetailsOrBuilder()
public LabelVideoEventOperationMetadataOrBuilder getVideoEventDetailsOrBuilder()
Details of label video event operation.
.google.cloud.datalabeling.v1beta1.LabelVideoEventOperationMetadata video_event_details = 8;
Returns | |
---|---|
Type | Description |
LabelVideoEventOperationMetadataOrBuilder |
getVideoObjectDetectionDetails()
public LabelVideoObjectDetectionOperationMetadata getVideoObjectDetectionDetails()
Details of label video object detection operation.
.google.cloud.datalabeling.v1beta1.LabelVideoObjectDetectionOperationMetadata video_object_detection_details = 6;
Returns | |
---|---|
Type | Description |
LabelVideoObjectDetectionOperationMetadata | The videoObjectDetectionDetails. |
getVideoObjectDetectionDetailsBuilder()
public LabelVideoObjectDetectionOperationMetadata.Builder getVideoObjectDetectionDetailsBuilder()
Details of label video object detection operation.
.google.cloud.datalabeling.v1beta1.LabelVideoObjectDetectionOperationMetadata video_object_detection_details = 6;
Returns | |
---|---|
Type | Description |
LabelVideoObjectDetectionOperationMetadata.Builder |
getVideoObjectDetectionDetailsOrBuilder()
public LabelVideoObjectDetectionOperationMetadataOrBuilder getVideoObjectDetectionDetailsOrBuilder()
Details of label video object detection operation.
.google.cloud.datalabeling.v1beta1.LabelVideoObjectDetectionOperationMetadata video_object_detection_details = 6;
Returns | |
---|---|
Type | Description |
LabelVideoObjectDetectionOperationMetadataOrBuilder |
getVideoObjectTrackingDetails()
public LabelVideoObjectTrackingOperationMetadata getVideoObjectTrackingDetails()
Details of label video object tracking operation.
.google.cloud.datalabeling.v1beta1.LabelVideoObjectTrackingOperationMetadata video_object_tracking_details = 7;
Returns | |
---|---|
Type | Description |
LabelVideoObjectTrackingOperationMetadata | The videoObjectTrackingDetails. |
getVideoObjectTrackingDetailsBuilder()
public LabelVideoObjectTrackingOperationMetadata.Builder getVideoObjectTrackingDetailsBuilder()
Details of label video object tracking operation.
.google.cloud.datalabeling.v1beta1.LabelVideoObjectTrackingOperationMetadata video_object_tracking_details = 7;
Returns | |
---|---|
Type | Description |
LabelVideoObjectTrackingOperationMetadata.Builder |
getVideoObjectTrackingDetailsOrBuilder()
public LabelVideoObjectTrackingOperationMetadataOrBuilder getVideoObjectTrackingDetailsOrBuilder()
Details of label video object tracking operation.
.google.cloud.datalabeling.v1beta1.LabelVideoObjectTrackingOperationMetadata video_object_tracking_details = 7;
Returns | |
---|---|
Type | Description |
LabelVideoObjectTrackingOperationMetadataOrBuilder |
hasCreateTime()
public boolean hasCreateTime()
Output only. Timestamp when labeling request was created.
.google.protobuf.Timestamp create_time = 16;
Returns | |
---|---|
Type | Description |
boolean | Whether the createTime field is set. |
hasImageBoundingBoxDetails()
public boolean hasImageBoundingBoxDetails()
Details of label image bounding box operation.
.google.cloud.datalabeling.v1beta1.LabelImageBoundingBoxOperationMetadata image_bounding_box_details = 4;
Returns | |
---|---|
Type | Description |
boolean | Whether the imageBoundingBoxDetails field is set. |
hasImageBoundingPolyDetails()
public boolean hasImageBoundingPolyDetails()
Details of label image bounding poly operation.
.google.cloud.datalabeling.v1beta1.LabelImageBoundingPolyOperationMetadata image_bounding_poly_details = 11;
Returns | |
---|---|
Type | Description |
boolean | Whether the imageBoundingPolyDetails field is set. |
hasImageClassificationDetails()
public boolean hasImageClassificationDetails()
Details of label image classification operation.
.google.cloud.datalabeling.v1beta1.LabelImageClassificationOperationMetadata image_classification_details = 3;
Returns | |
---|---|
Type | Description |
boolean | Whether the imageClassificationDetails field is set. |
hasImageOrientedBoundingBoxDetails()
public boolean hasImageOrientedBoundingBoxDetails()
Details of label image oriented bounding box operation.
.google.cloud.datalabeling.v1beta1.LabelImageOrientedBoundingBoxOperationMetadata image_oriented_bounding_box_details = 14;
Returns | |
---|---|
Type | Description |
boolean | Whether the imageOrientedBoundingBoxDetails field is set. |
hasImagePolylineDetails()
public boolean hasImagePolylineDetails()
Details of label image polyline operation.
.google.cloud.datalabeling.v1beta1.LabelImagePolylineOperationMetadata image_polyline_details = 12;
Returns | |
---|---|
Type | Description |
boolean | Whether the imagePolylineDetails field is set. |
hasImageSegmentationDetails()
public boolean hasImageSegmentationDetails()
Details of label image segmentation operation.
.google.cloud.datalabeling.v1beta1.LabelImageSegmentationOperationMetadata image_segmentation_details = 15;
Returns | |
---|---|
Type | Description |
boolean | Whether the imageSegmentationDetails field is set. |
hasTextClassificationDetails()
public boolean hasTextClassificationDetails()
Details of label text classification operation.
.google.cloud.datalabeling.v1beta1.LabelTextClassificationOperationMetadata text_classification_details = 9;
Returns | |
---|---|
Type | Description |
boolean | Whether the textClassificationDetails field is set. |
hasTextEntityExtractionDetails()
public boolean hasTextEntityExtractionDetails()
Details of label text entity extraction operation.
.google.cloud.datalabeling.v1beta1.LabelTextEntityExtractionOperationMetadata text_entity_extraction_details = 13;
Returns | |
---|---|
Type | Description |
boolean | Whether the textEntityExtractionDetails field is set. |
hasVideoClassificationDetails()
public boolean hasVideoClassificationDetails()
Details of label video classification operation.
.google.cloud.datalabeling.v1beta1.LabelVideoClassificationOperationMetadata video_classification_details = 5;
Returns | |
---|---|
Type | Description |
boolean | Whether the videoClassificationDetails field is set. |
hasVideoEventDetails()
public boolean hasVideoEventDetails()
Details of label video event operation.
.google.cloud.datalabeling.v1beta1.LabelVideoEventOperationMetadata video_event_details = 8;
Returns | |
---|---|
Type | Description |
boolean | Whether the videoEventDetails field is set. |
hasVideoObjectDetectionDetails()
public boolean hasVideoObjectDetectionDetails()
Details of label video object detection operation.
.google.cloud.datalabeling.v1beta1.LabelVideoObjectDetectionOperationMetadata video_object_detection_details = 6;
Returns | |
---|---|
Type | Description |
boolean | Whether the videoObjectDetectionDetails field is set. |
hasVideoObjectTrackingDetails()
public boolean hasVideoObjectTrackingDetails()
Details of label video object tracking operation.
.google.cloud.datalabeling.v1beta1.LabelVideoObjectTrackingOperationMetadata video_object_tracking_details = 7;
Returns | |
---|---|
Type | Description |
boolean | Whether the videoObjectTrackingDetails field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeCreateTime(Timestamp value)
public LabelOperationMetadata.Builder mergeCreateTime(Timestamp value)
Output only. Timestamp when labeling request was created.
.google.protobuf.Timestamp create_time = 16;
Parameter | |
---|---|
Name | Description |
value | Timestamp |
Returns | |
---|---|
Type | Description |
LabelOperationMetadata.Builder |
mergeFrom(LabelOperationMetadata other)
public LabelOperationMetadata.Builder mergeFrom(LabelOperationMetadata other)
Parameter | |
---|---|
Name | Description |
other | LabelOperationMetadata |
Returns | |
---|---|
Type | Description |
LabelOperationMetadata.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public LabelOperationMetadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
LabelOperationMetadata.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public LabelOperationMetadata.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other | Message |
Returns | |
---|---|
Type | Description |
LabelOperationMetadata.Builder |
mergeImageBoundingBoxDetails(LabelImageBoundingBoxOperationMetadata value)
public LabelOperationMetadata.Builder mergeImageBoundingBoxDetails(LabelImageBoundingBoxOperationMetadata value)
Details of label image bounding box operation.
.google.cloud.datalabeling.v1beta1.LabelImageBoundingBoxOperationMetadata image_bounding_box_details = 4;
Parameter | |
---|---|
Name | Description |
value | LabelImageBoundingBoxOperationMetadata |
Returns | |
---|---|
Type | Description |
LabelOperationMetadata.Builder |
mergeImageBoundingPolyDetails(LabelImageBoundingPolyOperationMetadata value)
public LabelOperationMetadata.Builder mergeImageBoundingPolyDetails(LabelImageBoundingPolyOperationMetadata value)
Details of label image bounding poly operation.
.google.cloud.datalabeling.v1beta1.LabelImageBoundingPolyOperationMetadata image_bounding_poly_details = 11;
Parameter | |
---|---|
Name | Description |
value | LabelImageBoundingPolyOperationMetadata |
Returns | |
---|---|
Type | Description |
LabelOperationMetadata.Builder |
mergeImageClassificationDetails(LabelImageClassificationOperationMetadata value)
public LabelOperationMetadata.Builder mergeImageClassificationDetails(LabelImageClassificationOperationMetadata value)
Details of label image classification operation.
.google.cloud.datalabeling.v1beta1.LabelImageClassificationOperationMetadata image_classification_details = 3;
Parameter | |
---|---|
Name | Description |
value | LabelImageClassificationOperationMetadata |
Returns | |
---|---|
Type | Description |
LabelOperationMetadata.Builder |
mergeImageOrientedBoundingBoxDetails(LabelImageOrientedBoundingBoxOperationMetadata value)
public LabelOperationMetadata.Builder mergeImageOrientedBoundingBoxDetails(LabelImageOrientedBoundingBoxOperationMetadata value)
Details of label image oriented bounding box operation.
.google.cloud.datalabeling.v1beta1.LabelImageOrientedBoundingBoxOperationMetadata image_oriented_bounding_box_details = 14;
Parameter | |
---|---|
Name | Description |
value | LabelImageOrientedBoundingBoxOperationMetadata |
Returns | |
---|---|
Type | Description |
LabelOperationMetadata.Builder |
mergeImagePolylineDetails(LabelImagePolylineOperationMetadata value)
public LabelOperationMetadata.Builder mergeImagePolylineDetails(LabelImagePolylineOperationMetadata value)
Details of label image polyline operation.
.google.cloud.datalabeling.v1beta1.LabelImagePolylineOperationMetadata image_polyline_details = 12;
Parameter | |
---|---|
Name | Description |
value | LabelImagePolylineOperationMetadata |
Returns | |
---|---|
Type | Description |
LabelOperationMetadata.Builder |
mergeImageSegmentationDetails(LabelImageSegmentationOperationMetadata value)
public LabelOperationMetadata.Builder mergeImageSegmentationDetails(LabelImageSegmentationOperationMetadata value)
Details of label image segmentation operation.
.google.cloud.datalabeling.v1beta1.LabelImageSegmentationOperationMetadata image_segmentation_details = 15;
Parameter | |
---|---|
Name | Description |
value | LabelImageSegmentationOperationMetadata |
Returns | |
---|---|
Type | Description |
LabelOperationMetadata.Builder |
mergeTextClassificationDetails(LabelTextClassificationOperationMetadata value)
public LabelOperationMetadata.Builder mergeTextClassificationDetails(LabelTextClassificationOperationMetadata value)
Details of label text classification operation.
.google.cloud.datalabeling.v1beta1.LabelTextClassificationOperationMetadata text_classification_details = 9;
Parameter | |
---|---|
Name | Description |
value | LabelTextClassificationOperationMetadata |
Returns | |
---|---|
Type | Description |
LabelOperationMetadata.Builder |
mergeTextEntityExtractionDetails(LabelTextEntityExtractionOperationMetadata value)
public LabelOperationMetadata.Builder mergeTextEntityExtractionDetails(LabelTextEntityExtractionOperationMetadata value)
Details of label text entity extraction operation.
.google.cloud.datalabeling.v1beta1.LabelTextEntityExtractionOperationMetadata text_entity_extraction_details = 13;
Parameter | |
---|---|
Name | Description |
value | LabelTextEntityExtractionOperationMetadata |
Returns | |
---|---|
Type | Description |
LabelOperationMetadata.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final LabelOperationMetadata.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
LabelOperationMetadata.Builder |
mergeVideoClassificationDetails(LabelVideoClassificationOperationMetadata value)
public LabelOperationMetadata.Builder mergeVideoClassificationDetails(LabelVideoClassificationOperationMetadata value)
Details of label video classification operation.
.google.cloud.datalabeling.v1beta1.LabelVideoClassificationOperationMetadata video_classification_details = 5;
Parameter | |
---|---|
Name | Description |
value | LabelVideoClassificationOperationMetadata |
Returns | |
---|---|
Type | Description |
LabelOperationMetadata.Builder |
mergeVideoEventDetails(LabelVideoEventOperationMetadata value)
public LabelOperationMetadata.Builder mergeVideoEventDetails(LabelVideoEventOperationMetadata value)
Details of label video event operation.
.google.cloud.datalabeling.v1beta1.LabelVideoEventOperationMetadata video_event_details = 8;
Parameter | |
---|---|
Name | Description |
value | LabelVideoEventOperationMetadata |
Returns | |
---|---|
Type | Description |
LabelOperationMetadata.Builder |
mergeVideoObjectDetectionDetails(LabelVideoObjectDetectionOperationMetadata value)
public LabelOperationMetadata.Builder mergeVideoObjectDetectionDetails(LabelVideoObjectDetectionOperationMetadata value)
Details of label video object detection operation.
.google.cloud.datalabeling.v1beta1.LabelVideoObjectDetectionOperationMetadata video_object_detection_details = 6;
Parameter | |
---|---|
Name | Description |
value | LabelVideoObjectDetectionOperationMetadata |
Returns | |
---|---|
Type | Description |
LabelOperationMetadata.Builder |
mergeVideoObjectTrackingDetails(LabelVideoObjectTrackingOperationMetadata value)
public LabelOperationMetadata.Builder mergeVideoObjectTrackingDetails(LabelVideoObjectTrackingOperationMetadata value)
Details of label video object tracking operation.
.google.cloud.datalabeling.v1beta1.LabelVideoObjectTrackingOperationMetadata video_object_tracking_details = 7;
Parameter | |
---|---|
Name | Description |
value | LabelVideoObjectTrackingOperationMetadata |
Returns | |
---|---|
Type | Description |
LabelOperationMetadata.Builder |
removePartialFailures(int index)
public LabelOperationMetadata.Builder removePartialFailures(int index)
Output only. Partial failures encountered. E.g. single files that couldn't be read. Status details field will contain standard GCP error details.
repeated .google.rpc.Status partial_failures = 2;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
LabelOperationMetadata.Builder |
setCreateTime(Timestamp value)
public LabelOperationMetadata.Builder setCreateTime(Timestamp value)
Output only. Timestamp when labeling request was created.
.google.protobuf.Timestamp create_time = 16;
Parameter | |
---|---|
Name | Description |
value | Timestamp |
Returns | |
---|---|
Type | Description |
LabelOperationMetadata.Builder |
setCreateTime(Timestamp.Builder builderForValue)
public LabelOperationMetadata.Builder setCreateTime(Timestamp.Builder builderForValue)
Output only. Timestamp when labeling request was created.
.google.protobuf.Timestamp create_time = 16;
Parameter | |
---|---|
Name | Description |
builderForValue | Builder |
Returns | |
---|---|
Type | Description |
LabelOperationMetadata.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public LabelOperationMetadata.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
LabelOperationMetadata.Builder |
setImageBoundingBoxDetails(LabelImageBoundingBoxOperationMetadata value)
public LabelOperationMetadata.Builder setImageBoundingBoxDetails(LabelImageBoundingBoxOperationMetadata value)
Details of label image bounding box operation.
.google.cloud.datalabeling.v1beta1.LabelImageBoundingBoxOperationMetadata image_bounding_box_details = 4;
Parameter | |
---|---|
Name | Description |
value | LabelImageBoundingBoxOperationMetadata |
Returns | |
---|---|
Type | Description |
LabelOperationMetadata.Builder |
setImageBoundingBoxDetails(LabelImageBoundingBoxOperationMetadata.Builder builderForValue)
public LabelOperationMetadata.Builder setImageBoundingBoxDetails(LabelImageBoundingBoxOperationMetadata.Builder builderForValue)
Details of label image bounding box operation.
.google.cloud.datalabeling.v1beta1.LabelImageBoundingBoxOperationMetadata image_bounding_box_details = 4;
Parameter | |
---|---|
Name | Description |
builderForValue | LabelImageBoundingBoxOperationMetadata.Builder |
Returns | |
---|---|
Type | Description |
LabelOperationMetadata.Builder |
setImageBoundingPolyDetails(LabelImageBoundingPolyOperationMetadata value)
public LabelOperationMetadata.Builder setImageBoundingPolyDetails(LabelImageBoundingPolyOperationMetadata value)
Details of label image bounding poly operation.
.google.cloud.datalabeling.v1beta1.LabelImageBoundingPolyOperationMetadata image_bounding_poly_details = 11;
Parameter | |
---|---|
Name | Description |
value | LabelImageBoundingPolyOperationMetadata |
Returns | |
---|---|
Type | Description |
LabelOperationMetadata.Builder |
setImageBoundingPolyDetails(LabelImageBoundingPolyOperationMetadata.Builder builderForValue)
public LabelOperationMetadata.Builder setImageBoundingPolyDetails(LabelImageBoundingPolyOperationMetadata.Builder builderForValue)
Details of label image bounding poly operation.
.google.cloud.datalabeling.v1beta1.LabelImageBoundingPolyOperationMetadata image_bounding_poly_details = 11;
Parameter | |
---|---|
Name | Description |
builderForValue | LabelImageBoundingPolyOperationMetadata.Builder |
Returns | |
---|---|
Type | Description |
LabelOperationMetadata.Builder |
setImageClassificationDetails(LabelImageClassificationOperationMetadata value)
public LabelOperationMetadata.Builder setImageClassificationDetails(LabelImageClassificationOperationMetadata value)
Details of label image classification operation.
.google.cloud.datalabeling.v1beta1.LabelImageClassificationOperationMetadata image_classification_details = 3;
Parameter | |
---|---|
Name | Description |
value | LabelImageClassificationOperationMetadata |
Returns | |
---|---|
Type | Description |
LabelOperationMetadata.Builder |
setImageClassificationDetails(LabelImageClassificationOperationMetadata.Builder builderForValue)
public LabelOperationMetadata.Builder setImageClassificationDetails(LabelImageClassificationOperationMetadata.Builder builderForValue)
Details of label image classification operation.
.google.cloud.datalabeling.v1beta1.LabelImageClassificationOperationMetadata image_classification_details = 3;
Parameter | |
---|---|
Name | Description |
builderForValue | LabelImageClassificationOperationMetadata.Builder |
Returns | |
---|---|
Type | Description |
LabelOperationMetadata.Builder |
setImageOrientedBoundingBoxDetails(LabelImageOrientedBoundingBoxOperationMetadata value)
public LabelOperationMetadata.Builder setImageOrientedBoundingBoxDetails(LabelImageOrientedBoundingBoxOperationMetadata value)
Details of label image oriented bounding box operation.
.google.cloud.datalabeling.v1beta1.LabelImageOrientedBoundingBoxOperationMetadata image_oriented_bounding_box_details = 14;
Parameter | |
---|---|
Name | Description |
value | LabelImageOrientedBoundingBoxOperationMetadata |
Returns | |
---|---|
Type | Description |
LabelOperationMetadata.Builder |
setImageOrientedBoundingBoxDetails(LabelImageOrientedBoundingBoxOperationMetadata.Builder builderForValue)
public LabelOperationMetadata.Builder setImageOrientedBoundingBoxDetails(LabelImageOrientedBoundingBoxOperationMetadata.Builder builderForValue)
Details of label image oriented bounding box operation.
.google.cloud.datalabeling.v1beta1.LabelImageOrientedBoundingBoxOperationMetadata image_oriented_bounding_box_details = 14;
Parameter | |
---|---|
Name | Description |
builderForValue | LabelImageOrientedBoundingBoxOperationMetadata.Builder |
Returns | |
---|---|
Type | Description |
LabelOperationMetadata.Builder |
setImagePolylineDetails(LabelImagePolylineOperationMetadata value)
public LabelOperationMetadata.Builder setImagePolylineDetails(LabelImagePolylineOperationMetadata value)
Details of label image polyline operation.
.google.cloud.datalabeling.v1beta1.LabelImagePolylineOperationMetadata image_polyline_details = 12;
Parameter | |
---|---|
Name | Description |
value | LabelImagePolylineOperationMetadata |
Returns | |
---|---|
Type | Description |
LabelOperationMetadata.Builder |
setImagePolylineDetails(LabelImagePolylineOperationMetadata.Builder builderForValue)
public LabelOperationMetadata.Builder setImagePolylineDetails(LabelImagePolylineOperationMetadata.Builder builderForValue)
Details of label image polyline operation.
.google.cloud.datalabeling.v1beta1.LabelImagePolylineOperationMetadata image_polyline_details = 12;
Parameter | |
---|---|
Name | Description |
builderForValue | LabelImagePolylineOperationMetadata.Builder |
Returns | |
---|---|
Type | Description |
LabelOperationMetadata.Builder |
setImageSegmentationDetails(LabelImageSegmentationOperationMetadata value)
public LabelOperationMetadata.Builder setImageSegmentationDetails(LabelImageSegmentationOperationMetadata value)
Details of label image segmentation operation.
.google.cloud.datalabeling.v1beta1.LabelImageSegmentationOperationMetadata image_segmentation_details = 15;
Parameter | |
---|---|
Name | Description |
value | LabelImageSegmentationOperationMetadata |
Returns | |
---|---|
Type | Description |
LabelOperationMetadata.Builder |
setImageSegmentationDetails(LabelImageSegmentationOperationMetadata.Builder builderForValue)
public LabelOperationMetadata.Builder setImageSegmentationDetails(LabelImageSegmentationOperationMetadata.Builder builderForValue)
Details of label image segmentation operation.
.google.cloud.datalabeling.v1beta1.LabelImageSegmentationOperationMetadata image_segmentation_details = 15;
Parameter | |
---|---|
Name | Description |
builderForValue | LabelImageSegmentationOperationMetadata.Builder |
Returns | |
---|---|
Type | Description |
LabelOperationMetadata.Builder |
setPartialFailures(int index, Status value)
public LabelOperationMetadata.Builder setPartialFailures(int index, Status value)
Output only. Partial failures encountered. E.g. single files that couldn't be read. Status details field will contain standard GCP error details.
repeated .google.rpc.Status partial_failures = 2;
Parameters | |
---|---|
Name | Description |
index | int |
value | com.google.rpc.Status |
Returns | |
---|---|
Type | Description |
LabelOperationMetadata.Builder |
setPartialFailures(int index, Status.Builder builderForValue)
public LabelOperationMetadata.Builder setPartialFailures(int index, Status.Builder builderForValue)
Output only. Partial failures encountered. E.g. single files that couldn't be read. Status details field will contain standard GCP error details.
repeated .google.rpc.Status partial_failures = 2;
Parameters | |
---|---|
Name | Description |
index | int |
builderForValue | com.google.rpc.Status.Builder |
Returns | |
---|---|
Type | Description |
LabelOperationMetadata.Builder |
setProgressPercent(int value)
public LabelOperationMetadata.Builder setProgressPercent(int value)
Output only. Progress of label operation. Range: [0, 100].
int32 progress_percent = 1;
Parameter | |
---|---|
Name | Description |
value | int The progressPercent to set. |
Returns | |
---|---|
Type | Description |
LabelOperationMetadata.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public LabelOperationMetadata.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Returns | |
---|---|
Type | Description |
LabelOperationMetadata.Builder |
setTextClassificationDetails(LabelTextClassificationOperationMetadata value)
public LabelOperationMetadata.Builder setTextClassificationDetails(LabelTextClassificationOperationMetadata value)
Details of label text classification operation.
.google.cloud.datalabeling.v1beta1.LabelTextClassificationOperationMetadata text_classification_details = 9;
Parameter | |
---|---|
Name | Description |
value | LabelTextClassificationOperationMetadata |
Returns | |
---|---|
Type | Description |
LabelOperationMetadata.Builder |
setTextClassificationDetails(LabelTextClassificationOperationMetadata.Builder builderForValue)
public LabelOperationMetadata.Builder setTextClassificationDetails(LabelTextClassificationOperationMetadata.Builder builderForValue)
Details of label text classification operation.
.google.cloud.datalabeling.v1beta1.LabelTextClassificationOperationMetadata text_classification_details = 9;
Parameter | |
---|---|
Name | Description |
builderForValue | LabelTextClassificationOperationMetadata.Builder |
Returns | |
---|---|
Type | Description |
LabelOperationMetadata.Builder |
setTextEntityExtractionDetails(LabelTextEntityExtractionOperationMetadata value)
public LabelOperationMetadata.Builder setTextEntityExtractionDetails(LabelTextEntityExtractionOperationMetadata value)
Details of label text entity extraction operation.
.google.cloud.datalabeling.v1beta1.LabelTextEntityExtractionOperationMetadata text_entity_extraction_details = 13;
Parameter | |
---|---|
Name | Description |
value | LabelTextEntityExtractionOperationMetadata |
Returns | |
---|---|
Type | Description |
LabelOperationMetadata.Builder |
setTextEntityExtractionDetails(LabelTextEntityExtractionOperationMetadata.Builder builderForValue)
public LabelOperationMetadata.Builder setTextEntityExtractionDetails(LabelTextEntityExtractionOperationMetadata.Builder builderForValue)
Details of label text entity extraction operation.
.google.cloud.datalabeling.v1beta1.LabelTextEntityExtractionOperationMetadata text_entity_extraction_details = 13;
Parameter | |
---|---|
Name | Description |
builderForValue | LabelTextEntityExtractionOperationMetadata.Builder |
Returns | |
---|---|
Type | Description |
LabelOperationMetadata.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final LabelOperationMetadata.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
LabelOperationMetadata.Builder |
setVideoClassificationDetails(LabelVideoClassificationOperationMetadata value)
public LabelOperationMetadata.Builder setVideoClassificationDetails(LabelVideoClassificationOperationMetadata value)
Details of label video classification operation.
.google.cloud.datalabeling.v1beta1.LabelVideoClassificationOperationMetadata video_classification_details = 5;
Parameter | |
---|---|
Name | Description |
value | LabelVideoClassificationOperationMetadata |
Returns | |
---|---|
Type | Description |
LabelOperationMetadata.Builder |
setVideoClassificationDetails(LabelVideoClassificationOperationMetadata.Builder builderForValue)
public LabelOperationMetadata.Builder setVideoClassificationDetails(LabelVideoClassificationOperationMetadata.Builder builderForValue)
Details of label video classification operation.
.google.cloud.datalabeling.v1beta1.LabelVideoClassificationOperationMetadata video_classification_details = 5;
Parameter | |
---|---|
Name | Description |
builderForValue | LabelVideoClassificationOperationMetadata.Builder |
Returns | |
---|---|
Type | Description |
LabelOperationMetadata.Builder |
setVideoEventDetails(LabelVideoEventOperationMetadata value)
public LabelOperationMetadata.Builder setVideoEventDetails(LabelVideoEventOperationMetadata value)
Details of label video event operation.
.google.cloud.datalabeling.v1beta1.LabelVideoEventOperationMetadata video_event_details = 8;
Parameter | |
---|---|
Name | Description |
value | LabelVideoEventOperationMetadata |
Returns | |
---|---|
Type | Description |
LabelOperationMetadata.Builder |
setVideoEventDetails(LabelVideoEventOperationMetadata.Builder builderForValue)
public LabelOperationMetadata.Builder setVideoEventDetails(LabelVideoEventOperationMetadata.Builder builderForValue)
Details of label video event operation.
.google.cloud.datalabeling.v1beta1.LabelVideoEventOperationMetadata video_event_details = 8;
Parameter | |
---|---|
Name | Description |
builderForValue | LabelVideoEventOperationMetadata.Builder |
Returns | |
---|---|
Type | Description |
LabelOperationMetadata.Builder |
setVideoObjectDetectionDetails(LabelVideoObjectDetectionOperationMetadata value)
public LabelOperationMetadata.Builder setVideoObjectDetectionDetails(LabelVideoObjectDetectionOperationMetadata value)
Details of label video object detection operation.
.google.cloud.datalabeling.v1beta1.LabelVideoObjectDetectionOperationMetadata video_object_detection_details = 6;
Parameter | |
---|---|
Name | Description |
value | LabelVideoObjectDetectionOperationMetadata |
Returns | |
---|---|
Type | Description |
LabelOperationMetadata.Builder |
setVideoObjectDetectionDetails(LabelVideoObjectDetectionOperationMetadata.Builder builderForValue)
public LabelOperationMetadata.Builder setVideoObjectDetectionDetails(LabelVideoObjectDetectionOperationMetadata.Builder builderForValue)
Details of label video object detection operation.
.google.cloud.datalabeling.v1beta1.LabelVideoObjectDetectionOperationMetadata video_object_detection_details = 6;
Parameter | |
---|---|
Name | Description |
builderForValue | LabelVideoObjectDetectionOperationMetadata.Builder |
Returns | |
---|---|
Type | Description |
LabelOperationMetadata.Builder |
setVideoObjectTrackingDetails(LabelVideoObjectTrackingOperationMetadata value)
public LabelOperationMetadata.Builder setVideoObjectTrackingDetails(LabelVideoObjectTrackingOperationMetadata value)
Details of label video object tracking operation.
.google.cloud.datalabeling.v1beta1.LabelVideoObjectTrackingOperationMetadata video_object_tracking_details = 7;
Parameter | |
---|---|
Name | Description |
value | LabelVideoObjectTrackingOperationMetadata |
Returns | |
---|---|
Type | Description |
LabelOperationMetadata.Builder |
setVideoObjectTrackingDetails(LabelVideoObjectTrackingOperationMetadata.Builder builderForValue)
public LabelOperationMetadata.Builder setVideoObjectTrackingDetails(LabelVideoObjectTrackingOperationMetadata.Builder builderForValue)
Details of label video object tracking operation.
.google.cloud.datalabeling.v1beta1.LabelVideoObjectTrackingOperationMetadata video_object_tracking_details = 7;
Parameter | |
---|---|
Name | Description |
builderForValue | LabelVideoObjectTrackingOperationMetadata.Builder |
Returns | |
---|---|
Type | Description |
LabelOperationMetadata.Builder |