Google Cloud Datalabeling V1beta1 Client - Class LabelOperationMetadata (0.2.0)

Reference documentation and code samples for the Google Cloud Datalabeling V1beta1 Client class LabelOperationMetadata.

Metadata of a labeling operation, such as LabelImage or LabelVideo.

Next tag: 20

Generated from protobuf message google.cloud.datalabeling.v1beta1.LabelOperationMetadata

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ image_classification_details Google\Cloud\DataLabeling\V1beta1\LabelImageClassificationOperationMetadata

Details of label image classification operation.

↳ image_bounding_box_details Google\Cloud\DataLabeling\V1beta1\LabelImageBoundingBoxOperationMetadata

Details of label image bounding box operation.

↳ image_bounding_poly_details Google\Cloud\DataLabeling\V1beta1\LabelImageBoundingPolyOperationMetadata

Details of label image bounding poly operation.

↳ image_oriented_bounding_box_details Google\Cloud\DataLabeling\V1beta1\LabelImageOrientedBoundingBoxOperationMetadata

Details of label image oriented bounding box operation.

↳ image_polyline_details Google\Cloud\DataLabeling\V1beta1\LabelImagePolylineOperationMetadata

Details of label image polyline operation.

↳ image_segmentation_details Google\Cloud\DataLabeling\V1beta1\LabelImageSegmentationOperationMetadata

Details of label image segmentation operation.

↳ video_classification_details Google\Cloud\DataLabeling\V1beta1\LabelVideoClassificationOperationMetadata

Details of label video classification operation.

↳ video_object_detection_details Google\Cloud\DataLabeling\V1beta1\LabelVideoObjectDetectionOperationMetadata

Details of label video object detection operation.

↳ video_object_tracking_details Google\Cloud\DataLabeling\V1beta1\LabelVideoObjectTrackingOperationMetadata

Details of label video object tracking operation.

↳ video_event_details Google\Cloud\DataLabeling\V1beta1\LabelVideoEventOperationMetadata

Details of label video event operation.

↳ text_classification_details Google\Cloud\DataLabeling\V1beta1\LabelTextClassificationOperationMetadata

Details of label text classification operation.

↳ text_entity_extraction_details Google\Cloud\DataLabeling\V1beta1\LabelTextEntityExtractionOperationMetadata

Details of label text entity extraction operation.

↳ progress_percent int

Output only. Progress of label operation. Range: [0, 100].

↳ partial_failures array<Google\Rpc\Status>

Output only. Partial failures encountered. E.g. single files that couldn't be read. Status details field will contain standard GCP error details.

↳ create_time Google\Protobuf\Timestamp

Output only. Timestamp when labeling request was created.

getImageClassificationDetails

Details of label image classification operation.

Returns
TypeDescription
Google\Cloud\DataLabeling\V1beta1\LabelImageClassificationOperationMetadata|null

hasImageClassificationDetails

setImageClassificationDetails

Details of label image classification operation.

Parameter
NameDescription
var Google\Cloud\DataLabeling\V1beta1\LabelImageClassificationOperationMetadata
Returns
TypeDescription
$this

getImageBoundingBoxDetails

Details of label image bounding box operation.

Returns
TypeDescription
Google\Cloud\DataLabeling\V1beta1\LabelImageBoundingBoxOperationMetadata|null

hasImageBoundingBoxDetails

setImageBoundingBoxDetails

Details of label image bounding box operation.

Parameter
NameDescription
var Google\Cloud\DataLabeling\V1beta1\LabelImageBoundingBoxOperationMetadata
Returns
TypeDescription
$this

getImageBoundingPolyDetails

Details of label image bounding poly operation.

Returns
TypeDescription
Google\Cloud\DataLabeling\V1beta1\LabelImageBoundingPolyOperationMetadata|null

hasImageBoundingPolyDetails

setImageBoundingPolyDetails

Details of label image bounding poly operation.

Parameter
NameDescription
var Google\Cloud\DataLabeling\V1beta1\LabelImageBoundingPolyOperationMetadata
Returns
TypeDescription
$this

getImageOrientedBoundingBoxDetails

Details of label image oriented bounding box operation.

Returns
TypeDescription
Google\Cloud\DataLabeling\V1beta1\LabelImageOrientedBoundingBoxOperationMetadata|null

hasImageOrientedBoundingBoxDetails

setImageOrientedBoundingBoxDetails

Details of label image oriented bounding box operation.

Parameter
NameDescription
var Google\Cloud\DataLabeling\V1beta1\LabelImageOrientedBoundingBoxOperationMetadata
Returns
TypeDescription
$this

getImagePolylineDetails

Details of label image polyline operation.

Returns
TypeDescription
Google\Cloud\DataLabeling\V1beta1\LabelImagePolylineOperationMetadata|null

hasImagePolylineDetails

setImagePolylineDetails

Details of label image polyline operation.

Parameter
NameDescription
var Google\Cloud\DataLabeling\V1beta1\LabelImagePolylineOperationMetadata
Returns
TypeDescription
$this

getImageSegmentationDetails

Details of label image segmentation operation.

Returns
TypeDescription
Google\Cloud\DataLabeling\V1beta1\LabelImageSegmentationOperationMetadata|null

hasImageSegmentationDetails

setImageSegmentationDetails

Details of label image segmentation operation.

Parameter
NameDescription
var Google\Cloud\DataLabeling\V1beta1\LabelImageSegmentationOperationMetadata
Returns
TypeDescription
$this

getVideoClassificationDetails

Details of label video classification operation.

Returns
TypeDescription
Google\Cloud\DataLabeling\V1beta1\LabelVideoClassificationOperationMetadata|null

hasVideoClassificationDetails

setVideoClassificationDetails

Details of label video classification operation.

Parameter
NameDescription
var Google\Cloud\DataLabeling\V1beta1\LabelVideoClassificationOperationMetadata
Returns
TypeDescription
$this

getVideoObjectDetectionDetails

Details of label video object detection operation.

Returns
TypeDescription
Google\Cloud\DataLabeling\V1beta1\LabelVideoObjectDetectionOperationMetadata|null

hasVideoObjectDetectionDetails

setVideoObjectDetectionDetails

Details of label video object detection operation.

Parameter
NameDescription
var Google\Cloud\DataLabeling\V1beta1\LabelVideoObjectDetectionOperationMetadata
Returns
TypeDescription
$this

getVideoObjectTrackingDetails

Details of label video object tracking operation.

Returns
TypeDescription
Google\Cloud\DataLabeling\V1beta1\LabelVideoObjectTrackingOperationMetadata|null

hasVideoObjectTrackingDetails

setVideoObjectTrackingDetails

Details of label video object tracking operation.

Parameter
NameDescription
var Google\Cloud\DataLabeling\V1beta1\LabelVideoObjectTrackingOperationMetadata
Returns
TypeDescription
$this

getVideoEventDetails

Details of label video event operation.

Returns
TypeDescription
Google\Cloud\DataLabeling\V1beta1\LabelVideoEventOperationMetadata|null

hasVideoEventDetails

setVideoEventDetails

Details of label video event operation.

Parameter
NameDescription
var Google\Cloud\DataLabeling\V1beta1\LabelVideoEventOperationMetadata
Returns
TypeDescription
$this

getTextClassificationDetails

Details of label text classification operation.

Returns
TypeDescription
Google\Cloud\DataLabeling\V1beta1\LabelTextClassificationOperationMetadata|null

hasTextClassificationDetails

setTextClassificationDetails

Details of label text classification operation.

Parameter
NameDescription
var Google\Cloud\DataLabeling\V1beta1\LabelTextClassificationOperationMetadata
Returns
TypeDescription
$this

getTextEntityExtractionDetails

Details of label text entity extraction operation.

Returns
TypeDescription
Google\Cloud\DataLabeling\V1beta1\LabelTextEntityExtractionOperationMetadata|null

hasTextEntityExtractionDetails

setTextEntityExtractionDetails

Details of label text entity extraction operation.

Parameter
NameDescription
var Google\Cloud\DataLabeling\V1beta1\LabelTextEntityExtractionOperationMetadata
Returns
TypeDescription
$this

getProgressPercent

Output only. Progress of label operation. Range: [0, 100].

Returns
TypeDescription
int

setProgressPercent

Output only. Progress of label operation. Range: [0, 100].

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getPartialFailures

Output only. Partial failures encountered.

E.g. single files that couldn't be read. Status details field will contain standard GCP error details.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setPartialFailures

Output only. Partial failures encountered.

E.g. single files that couldn't be read. Status details field will contain standard GCP error details.

Parameter
NameDescription
var array<Google\Rpc\Status>
Returns
TypeDescription
$this

getCreateTime

Output only. Timestamp when labeling request was created.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasCreateTime

clearCreateTime

setCreateTime

Output only. Timestamp when labeling request was created.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getDetails

Returns
TypeDescription
string