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 | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
Google\Cloud\DataLabeling\V1beta1\LabelImageClassificationOperationMetadata|null |
hasImageClassificationDetails
setImageClassificationDetails
Details of label image classification operation.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\DataLabeling\V1beta1\LabelImageClassificationOperationMetadata
|
Returns | |
---|---|
Type | Description |
$this |
getImageBoundingBoxDetails
Details of label image bounding box operation.
Returns | |
---|---|
Type | Description |
Google\Cloud\DataLabeling\V1beta1\LabelImageBoundingBoxOperationMetadata|null |
hasImageBoundingBoxDetails
setImageBoundingBoxDetails
Details of label image bounding box operation.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\DataLabeling\V1beta1\LabelImageBoundingBoxOperationMetadata
|
Returns | |
---|---|
Type | Description |
$this |
getImageBoundingPolyDetails
Details of label image bounding poly operation.
Returns | |
---|---|
Type | Description |
Google\Cloud\DataLabeling\V1beta1\LabelImageBoundingPolyOperationMetadata|null |
hasImageBoundingPolyDetails
setImageBoundingPolyDetails
Details of label image bounding poly operation.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\DataLabeling\V1beta1\LabelImageBoundingPolyOperationMetadata
|
Returns | |
---|---|
Type | Description |
$this |
getImageOrientedBoundingBoxDetails
Details of label image oriented bounding box operation.
Returns | |
---|---|
Type | Description |
Google\Cloud\DataLabeling\V1beta1\LabelImageOrientedBoundingBoxOperationMetadata|null |
hasImageOrientedBoundingBoxDetails
setImageOrientedBoundingBoxDetails
Details of label image oriented bounding box operation.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\DataLabeling\V1beta1\LabelImageOrientedBoundingBoxOperationMetadata
|
Returns | |
---|---|
Type | Description |
$this |
getImagePolylineDetails
Details of label image polyline operation.
Returns | |
---|---|
Type | Description |
Google\Cloud\DataLabeling\V1beta1\LabelImagePolylineOperationMetadata|null |
hasImagePolylineDetails
setImagePolylineDetails
Details of label image polyline operation.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\DataLabeling\V1beta1\LabelImagePolylineOperationMetadata
|
Returns | |
---|---|
Type | Description |
$this |
getImageSegmentationDetails
Details of label image segmentation operation.
Returns | |
---|---|
Type | Description |
Google\Cloud\DataLabeling\V1beta1\LabelImageSegmentationOperationMetadata|null |
hasImageSegmentationDetails
setImageSegmentationDetails
Details of label image segmentation operation.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\DataLabeling\V1beta1\LabelImageSegmentationOperationMetadata
|
Returns | |
---|---|
Type | Description |
$this |
getVideoClassificationDetails
Details of label video classification operation.
Returns | |
---|---|
Type | Description |
Google\Cloud\DataLabeling\V1beta1\LabelVideoClassificationOperationMetadata|null |
hasVideoClassificationDetails
setVideoClassificationDetails
Details of label video classification operation.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\DataLabeling\V1beta1\LabelVideoClassificationOperationMetadata
|
Returns | |
---|---|
Type | Description |
$this |
getVideoObjectDetectionDetails
Details of label video object detection operation.
Returns | |
---|---|
Type | Description |
Google\Cloud\DataLabeling\V1beta1\LabelVideoObjectDetectionOperationMetadata|null |
hasVideoObjectDetectionDetails
setVideoObjectDetectionDetails
Details of label video object detection operation.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\DataLabeling\V1beta1\LabelVideoObjectDetectionOperationMetadata
|
Returns | |
---|---|
Type | Description |
$this |
getVideoObjectTrackingDetails
Details of label video object tracking operation.
Returns | |
---|---|
Type | Description |
Google\Cloud\DataLabeling\V1beta1\LabelVideoObjectTrackingOperationMetadata|null |
hasVideoObjectTrackingDetails
setVideoObjectTrackingDetails
Details of label video object tracking operation.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\DataLabeling\V1beta1\LabelVideoObjectTrackingOperationMetadata
|
Returns | |
---|---|
Type | Description |
$this |
getVideoEventDetails
Details of label video event operation.
Returns | |
---|---|
Type | Description |
Google\Cloud\DataLabeling\V1beta1\LabelVideoEventOperationMetadata|null |
hasVideoEventDetails
setVideoEventDetails
Details of label video event operation.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\DataLabeling\V1beta1\LabelVideoEventOperationMetadata
|
Returns | |
---|---|
Type | Description |
$this |
getTextClassificationDetails
Details of label text classification operation.
Returns | |
---|---|
Type | Description |
Google\Cloud\DataLabeling\V1beta1\LabelTextClassificationOperationMetadata|null |
hasTextClassificationDetails
setTextClassificationDetails
Details of label text classification operation.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\DataLabeling\V1beta1\LabelTextClassificationOperationMetadata
|
Returns | |
---|---|
Type | Description |
$this |
getTextEntityExtractionDetails
Details of label text entity extraction operation.
Returns | |
---|---|
Type | Description |
Google\Cloud\DataLabeling\V1beta1\LabelTextEntityExtractionOperationMetadata|null |
hasTextEntityExtractionDetails
setTextEntityExtractionDetails
Details of label text entity extraction operation.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\DataLabeling\V1beta1\LabelTextEntityExtractionOperationMetadata
|
Returns | |
---|---|
Type | Description |
$this |
getProgressPercent
Output only. Progress of label operation. Range: [0, 100].
Returns | |
---|---|
Type | Description |
int |
setProgressPercent
Output only. Progress of label operation. Range: [0, 100].
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
array<Google\Rpc\Status>
|
Returns | |
---|---|
Type | Description |
$this |
getCreateTime
Output only. Timestamp when labeling request was created.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasCreateTime
clearCreateTime
setCreateTime
Output only. Timestamp when labeling request was created.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getDetails
Returns | |
---|---|
Type | Description |
string |