Interface LabelOperationMetadataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LabelOperationMetadata
,LabelOperationMetadata.Builder
public interface LabelOperationMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasImageClassificationDetails
boolean hasImageClassificationDetails()
Details of label image classification operation.
.google.cloud.datalabeling.v1beta1.LabelImageClassificationOperationMetadata image_classification_details = 3;
- Returns:
- Whether the imageClassificationDetails field is set.
-
getImageClassificationDetails
LabelImageClassificationOperationMetadata getImageClassificationDetails()
Details of label image classification operation.
.google.cloud.datalabeling.v1beta1.LabelImageClassificationOperationMetadata image_classification_details = 3;
- Returns:
- The imageClassificationDetails.
-
getImageClassificationDetailsOrBuilder
LabelImageClassificationOperationMetadataOrBuilder getImageClassificationDetailsOrBuilder()
Details of label image classification operation.
.google.cloud.datalabeling.v1beta1.LabelImageClassificationOperationMetadata image_classification_details = 3;
-
hasImageBoundingBoxDetails
boolean hasImageBoundingBoxDetails()
Details of label image bounding box operation.
.google.cloud.datalabeling.v1beta1.LabelImageBoundingBoxOperationMetadata image_bounding_box_details = 4;
- Returns:
- Whether the imageBoundingBoxDetails field is set.
-
getImageBoundingBoxDetails
LabelImageBoundingBoxOperationMetadata getImageBoundingBoxDetails()
Details of label image bounding box operation.
.google.cloud.datalabeling.v1beta1.LabelImageBoundingBoxOperationMetadata image_bounding_box_details = 4;
- Returns:
- The imageBoundingBoxDetails.
-
getImageBoundingBoxDetailsOrBuilder
LabelImageBoundingBoxOperationMetadataOrBuilder getImageBoundingBoxDetailsOrBuilder()
Details of label image bounding box operation.
.google.cloud.datalabeling.v1beta1.LabelImageBoundingBoxOperationMetadata image_bounding_box_details = 4;
-
hasImageBoundingPolyDetails
boolean hasImageBoundingPolyDetails()
Details of label image bounding poly operation.
.google.cloud.datalabeling.v1beta1.LabelImageBoundingPolyOperationMetadata image_bounding_poly_details = 11;
- Returns:
- Whether the imageBoundingPolyDetails field is set.
-
getImageBoundingPolyDetails
LabelImageBoundingPolyOperationMetadata getImageBoundingPolyDetails()
Details of label image bounding poly operation.
.google.cloud.datalabeling.v1beta1.LabelImageBoundingPolyOperationMetadata image_bounding_poly_details = 11;
- Returns:
- The imageBoundingPolyDetails.
-
getImageBoundingPolyDetailsOrBuilder
LabelImageBoundingPolyOperationMetadataOrBuilder getImageBoundingPolyDetailsOrBuilder()
Details of label image bounding poly operation.
.google.cloud.datalabeling.v1beta1.LabelImageBoundingPolyOperationMetadata image_bounding_poly_details = 11;
-
hasImageOrientedBoundingBoxDetails
boolean hasImageOrientedBoundingBoxDetails()
Details of label image oriented bounding box operation.
.google.cloud.datalabeling.v1beta1.LabelImageOrientedBoundingBoxOperationMetadata image_oriented_bounding_box_details = 14;
- Returns:
- Whether the imageOrientedBoundingBoxDetails field is set.
-
getImageOrientedBoundingBoxDetails
LabelImageOrientedBoundingBoxOperationMetadata getImageOrientedBoundingBoxDetails()
Details of label image oriented bounding box operation.
.google.cloud.datalabeling.v1beta1.LabelImageOrientedBoundingBoxOperationMetadata image_oriented_bounding_box_details = 14;
- Returns:
- The imageOrientedBoundingBoxDetails.
-
getImageOrientedBoundingBoxDetailsOrBuilder
LabelImageOrientedBoundingBoxOperationMetadataOrBuilder getImageOrientedBoundingBoxDetailsOrBuilder()
Details of label image oriented bounding box operation.
.google.cloud.datalabeling.v1beta1.LabelImageOrientedBoundingBoxOperationMetadata image_oriented_bounding_box_details = 14;
-
hasImagePolylineDetails
boolean hasImagePolylineDetails()
Details of label image polyline operation.
.google.cloud.datalabeling.v1beta1.LabelImagePolylineOperationMetadata image_polyline_details = 12;
- Returns:
- Whether the imagePolylineDetails field is set.
-
getImagePolylineDetails
LabelImagePolylineOperationMetadata getImagePolylineDetails()
Details of label image polyline operation.
.google.cloud.datalabeling.v1beta1.LabelImagePolylineOperationMetadata image_polyline_details = 12;
- Returns:
- The imagePolylineDetails.
-
getImagePolylineDetailsOrBuilder
LabelImagePolylineOperationMetadataOrBuilder getImagePolylineDetailsOrBuilder()
Details of label image polyline operation.
.google.cloud.datalabeling.v1beta1.LabelImagePolylineOperationMetadata image_polyline_details = 12;
-
hasImageSegmentationDetails
boolean hasImageSegmentationDetails()
Details of label image segmentation operation.
.google.cloud.datalabeling.v1beta1.LabelImageSegmentationOperationMetadata image_segmentation_details = 15;
- Returns:
- Whether the imageSegmentationDetails field is set.
-
getImageSegmentationDetails
LabelImageSegmentationOperationMetadata getImageSegmentationDetails()
Details of label image segmentation operation.
.google.cloud.datalabeling.v1beta1.LabelImageSegmentationOperationMetadata image_segmentation_details = 15;
- Returns:
- The imageSegmentationDetails.
-
getImageSegmentationDetailsOrBuilder
LabelImageSegmentationOperationMetadataOrBuilder getImageSegmentationDetailsOrBuilder()
Details of label image segmentation operation.
.google.cloud.datalabeling.v1beta1.LabelImageSegmentationOperationMetadata image_segmentation_details = 15;
-
hasVideoClassificationDetails
boolean hasVideoClassificationDetails()
Details of label video classification operation.
.google.cloud.datalabeling.v1beta1.LabelVideoClassificationOperationMetadata video_classification_details = 5;
- Returns:
- Whether the videoClassificationDetails field is set.
-
getVideoClassificationDetails
LabelVideoClassificationOperationMetadata getVideoClassificationDetails()
Details of label video classification operation.
.google.cloud.datalabeling.v1beta1.LabelVideoClassificationOperationMetadata video_classification_details = 5;
- Returns:
- The videoClassificationDetails.
-
getVideoClassificationDetailsOrBuilder
LabelVideoClassificationOperationMetadataOrBuilder getVideoClassificationDetailsOrBuilder()
Details of label video classification operation.
.google.cloud.datalabeling.v1beta1.LabelVideoClassificationOperationMetadata video_classification_details = 5;
-
hasVideoObjectDetectionDetails
boolean hasVideoObjectDetectionDetails()
Details of label video object detection operation.
.google.cloud.datalabeling.v1beta1.LabelVideoObjectDetectionOperationMetadata video_object_detection_details = 6;
- Returns:
- Whether the videoObjectDetectionDetails field is set.
-
getVideoObjectDetectionDetails
LabelVideoObjectDetectionOperationMetadata getVideoObjectDetectionDetails()
Details of label video object detection operation.
.google.cloud.datalabeling.v1beta1.LabelVideoObjectDetectionOperationMetadata video_object_detection_details = 6;
- Returns:
- The videoObjectDetectionDetails.
-
getVideoObjectDetectionDetailsOrBuilder
LabelVideoObjectDetectionOperationMetadataOrBuilder getVideoObjectDetectionDetailsOrBuilder()
Details of label video object detection operation.
.google.cloud.datalabeling.v1beta1.LabelVideoObjectDetectionOperationMetadata video_object_detection_details = 6;
-
hasVideoObjectTrackingDetails
boolean hasVideoObjectTrackingDetails()
Details of label video object tracking operation.
.google.cloud.datalabeling.v1beta1.LabelVideoObjectTrackingOperationMetadata video_object_tracking_details = 7;
- Returns:
- Whether the videoObjectTrackingDetails field is set.
-
getVideoObjectTrackingDetails
LabelVideoObjectTrackingOperationMetadata getVideoObjectTrackingDetails()
Details of label video object tracking operation.
.google.cloud.datalabeling.v1beta1.LabelVideoObjectTrackingOperationMetadata video_object_tracking_details = 7;
- Returns:
- The videoObjectTrackingDetails.
-
getVideoObjectTrackingDetailsOrBuilder
LabelVideoObjectTrackingOperationMetadataOrBuilder getVideoObjectTrackingDetailsOrBuilder()
Details of label video object tracking operation.
.google.cloud.datalabeling.v1beta1.LabelVideoObjectTrackingOperationMetadata video_object_tracking_details = 7;
-
hasVideoEventDetails
boolean hasVideoEventDetails()
Details of label video event operation.
.google.cloud.datalabeling.v1beta1.LabelVideoEventOperationMetadata video_event_details = 8;
- Returns:
- Whether the videoEventDetails field is set.
-
getVideoEventDetails
LabelVideoEventOperationMetadata getVideoEventDetails()
Details of label video event operation.
.google.cloud.datalabeling.v1beta1.LabelVideoEventOperationMetadata video_event_details = 8;
- Returns:
- The videoEventDetails.
-
getVideoEventDetailsOrBuilder
LabelVideoEventOperationMetadataOrBuilder getVideoEventDetailsOrBuilder()
Details of label video event operation.
.google.cloud.datalabeling.v1beta1.LabelVideoEventOperationMetadata video_event_details = 8;
-
hasTextClassificationDetails
boolean hasTextClassificationDetails()
Details of label text classification operation.
.google.cloud.datalabeling.v1beta1.LabelTextClassificationOperationMetadata text_classification_details = 9;
- Returns:
- Whether the textClassificationDetails field is set.
-
getTextClassificationDetails
LabelTextClassificationOperationMetadata getTextClassificationDetails()
Details of label text classification operation.
.google.cloud.datalabeling.v1beta1.LabelTextClassificationOperationMetadata text_classification_details = 9;
- Returns:
- The textClassificationDetails.
-
getTextClassificationDetailsOrBuilder
LabelTextClassificationOperationMetadataOrBuilder getTextClassificationDetailsOrBuilder()
Details of label text classification operation.
.google.cloud.datalabeling.v1beta1.LabelTextClassificationOperationMetadata text_classification_details = 9;
-
hasTextEntityExtractionDetails
boolean hasTextEntityExtractionDetails()
Details of label text entity extraction operation.
.google.cloud.datalabeling.v1beta1.LabelTextEntityExtractionOperationMetadata text_entity_extraction_details = 13;
- Returns:
- Whether the textEntityExtractionDetails field is set.
-
getTextEntityExtractionDetails
LabelTextEntityExtractionOperationMetadata getTextEntityExtractionDetails()
Details of label text entity extraction operation.
.google.cloud.datalabeling.v1beta1.LabelTextEntityExtractionOperationMetadata text_entity_extraction_details = 13;
- Returns:
- The textEntityExtractionDetails.
-
getTextEntityExtractionDetailsOrBuilder
LabelTextEntityExtractionOperationMetadataOrBuilder getTextEntityExtractionDetailsOrBuilder()
Details of label text entity extraction operation.
.google.cloud.datalabeling.v1beta1.LabelTextEntityExtractionOperationMetadata text_entity_extraction_details = 13;
-
getProgressPercent
int getProgressPercent()
Output only. Progress of label operation. Range: [0, 100].
int32 progress_percent = 1;
- Returns:
- The progressPercent.
-
getPartialFailuresList
List<com.google.rpc.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;
-
getPartialFailures
com.google.rpc.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;
-
getPartialFailuresCount
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;
-
getPartialFailuresOrBuilderList
List<? extends com.google.rpc.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;
-
getPartialFailuresOrBuilder
com.google.rpc.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;
-
hasCreateTime
boolean hasCreateTime()
Output only. Timestamp when labeling request was created.
.google.protobuf.Timestamp create_time = 16;
- Returns:
- Whether the createTime field is set.
-
getCreateTime
com.google.protobuf.Timestamp getCreateTime()
Output only. Timestamp when labeling request was created.
.google.protobuf.Timestamp create_time = 16;
- Returns:
- The createTime.
-
getCreateTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Output only. Timestamp when labeling request was created.
.google.protobuf.Timestamp create_time = 16;
-
getDetailsCase
LabelOperationMetadata.DetailsCase getDetailsCase()
-
-