- 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 interface LabelOperationMetadataOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCreateTime()
public abstract Timestamp getCreateTime()
Output only. Timestamp when labeling request was created.
.google.protobuf.Timestamp create_time = 16;
Returns | |
---|---|
Type | Description |
Timestamp |
The createTime. |
getCreateTimeOrBuilder()
public abstract TimestampOrBuilder getCreateTimeOrBuilder()
Output only. Timestamp when labeling request was created.
.google.protobuf.Timestamp create_time = 16;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getDetailsCase()
public abstract LabelOperationMetadata.DetailsCase getDetailsCase()
Returns | |
---|---|
Type | Description |
LabelOperationMetadata.DetailsCase |
getImageBoundingBoxDetails()
public abstract 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. |
getImageBoundingBoxDetailsOrBuilder()
public abstract 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 abstract 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. |
getImageBoundingPolyDetailsOrBuilder()
public abstract 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 abstract LabelImageClassificationOperationMetadata getImageClassificationDetails()
Details of label image classification operation.
.google.cloud.datalabeling.v1beta1.LabelImageClassificationOperationMetadata image_classification_details = 3;
Returns | |
---|---|
Type | Description |
LabelImageClassificationOperationMetadata |
The imageClassificationDetails. |
getImageClassificationDetailsOrBuilder()
public abstract LabelImageClassificationOperationMetadataOrBuilder getImageClassificationDetailsOrBuilder()
Details of label image classification operation.
.google.cloud.datalabeling.v1beta1.LabelImageClassificationOperationMetadata image_classification_details = 3;
Returns | |
---|---|
Type | Description |
LabelImageClassificationOperationMetadataOrBuilder |
getImageOrientedBoundingBoxDetails()
public abstract 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. |
getImageOrientedBoundingBoxDetailsOrBuilder()
public abstract 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 abstract LabelImagePolylineOperationMetadata getImagePolylineDetails()
Details of label image polyline operation.
.google.cloud.datalabeling.v1beta1.LabelImagePolylineOperationMetadata image_polyline_details = 12;
Returns | |
---|---|
Type | Description |
LabelImagePolylineOperationMetadata |
The imagePolylineDetails. |
getImagePolylineDetailsOrBuilder()
public abstract LabelImagePolylineOperationMetadataOrBuilder getImagePolylineDetailsOrBuilder()
Details of label image polyline operation.
.google.cloud.datalabeling.v1beta1.LabelImagePolylineOperationMetadata image_polyline_details = 12;
Returns | |
---|---|
Type | Description |
LabelImagePolylineOperationMetadataOrBuilder |
getImageSegmentationDetails()
public abstract LabelImageSegmentationOperationMetadata getImageSegmentationDetails()
Details of label image segmentation operation.
.google.cloud.datalabeling.v1beta1.LabelImageSegmentationOperationMetadata image_segmentation_details = 15;
Returns | |
---|---|
Type | Description |
LabelImageSegmentationOperationMetadata |
The imageSegmentationDetails. |
getImageSegmentationDetailsOrBuilder()
public abstract 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 abstract 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 |
getPartialFailuresCount()
public abstract 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 abstract 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 abstract 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 abstract 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 abstract int getProgressPercent()
Output only. Progress of label operation. Range: [0, 100].
int32 progress_percent = 1;
Returns | |
---|---|
Type | Description |
int |
The progressPercent. |
getTextClassificationDetails()
public abstract LabelTextClassificationOperationMetadata getTextClassificationDetails()
Details of label text classification operation.
.google.cloud.datalabeling.v1beta1.LabelTextClassificationOperationMetadata text_classification_details = 9;
Returns | |
---|---|
Type | Description |
LabelTextClassificationOperationMetadata |
The textClassificationDetails. |
getTextClassificationDetailsOrBuilder()
public abstract LabelTextClassificationOperationMetadataOrBuilder getTextClassificationDetailsOrBuilder()
Details of label text classification operation.
.google.cloud.datalabeling.v1beta1.LabelTextClassificationOperationMetadata text_classification_details = 9;
Returns | |
---|---|
Type | Description |
LabelTextClassificationOperationMetadataOrBuilder |
getTextEntityExtractionDetails()
public abstract 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. |
getTextEntityExtractionDetailsOrBuilder()
public abstract 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 abstract LabelVideoClassificationOperationMetadata getVideoClassificationDetails()
Details of label video classification operation.
.google.cloud.datalabeling.v1beta1.LabelVideoClassificationOperationMetadata video_classification_details = 5;
Returns | |
---|---|
Type | Description |
LabelVideoClassificationOperationMetadata |
The videoClassificationDetails. |
getVideoClassificationDetailsOrBuilder()
public abstract LabelVideoClassificationOperationMetadataOrBuilder getVideoClassificationDetailsOrBuilder()
Details of label video classification operation.
.google.cloud.datalabeling.v1beta1.LabelVideoClassificationOperationMetadata video_classification_details = 5;
Returns | |
---|---|
Type | Description |
LabelVideoClassificationOperationMetadataOrBuilder |
getVideoEventDetails()
public abstract LabelVideoEventOperationMetadata getVideoEventDetails()
Details of label video event operation.
.google.cloud.datalabeling.v1beta1.LabelVideoEventOperationMetadata video_event_details = 8;
Returns | |
---|---|
Type | Description |
LabelVideoEventOperationMetadata |
The videoEventDetails. |
getVideoEventDetailsOrBuilder()
public abstract LabelVideoEventOperationMetadataOrBuilder getVideoEventDetailsOrBuilder()
Details of label video event operation.
.google.cloud.datalabeling.v1beta1.LabelVideoEventOperationMetadata video_event_details = 8;
Returns | |
---|---|
Type | Description |
LabelVideoEventOperationMetadataOrBuilder |
getVideoObjectDetectionDetails()
public abstract 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. |
getVideoObjectDetectionDetailsOrBuilder()
public abstract 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 abstract 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. |
getVideoObjectTrackingDetailsOrBuilder()
public abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract 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. |