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
Namespace
Google \ Cloud \ DataLabeling \ V1beta1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ image_classification_details |
LabelImageClassificationOperationMetadata
Details of label image classification operation. |
↳ image_bounding_box_details |
LabelImageBoundingBoxOperationMetadata
Details of label image bounding box operation. |
↳ image_bounding_poly_details |
LabelImageBoundingPolyOperationMetadata
Details of label image bounding poly operation. |
↳ image_oriented_bounding_box_details |
LabelImageOrientedBoundingBoxOperationMetadata
Details of label image oriented bounding box operation. |
↳ image_polyline_details |
LabelImagePolylineOperationMetadata
Details of label image polyline operation. |
↳ image_segmentation_details |
LabelImageSegmentationOperationMetadata
Details of label image segmentation operation. |
↳ video_classification_details |
LabelVideoClassificationOperationMetadata
Details of label video classification operation. |
↳ video_object_detection_details |
LabelVideoObjectDetectionOperationMetadata
Details of label video object detection operation. |
↳ video_object_tracking_details |
LabelVideoObjectTrackingOperationMetadata
Details of label video object tracking operation. |
↳ video_event_details |
LabelVideoEventOperationMetadata
Details of label video event operation. |
↳ text_classification_details |
LabelTextClassificationOperationMetadata
Details of label text classification operation. |
↳ text_entity_extraction_details |
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 |
LabelImageClassificationOperationMetadata|null |
hasImageClassificationDetails
setImageClassificationDetails
Details of label image classification operation.
Parameter | |
---|---|
Name | Description |
var |
LabelImageClassificationOperationMetadata
|
Returns | |
---|---|
Type | Description |
$this |
getImageBoundingBoxDetails
Details of label image bounding box operation.
Returns | |
---|---|
Type | Description |
LabelImageBoundingBoxOperationMetadata|null |
hasImageBoundingBoxDetails
setImageBoundingBoxDetails
Details of label image bounding box operation.
Parameter | |
---|---|
Name | Description |
var |
LabelImageBoundingBoxOperationMetadata
|
Returns | |
---|---|
Type | Description |
$this |
getImageBoundingPolyDetails
Details of label image bounding poly operation.
Returns | |
---|---|
Type | Description |
LabelImageBoundingPolyOperationMetadata|null |
hasImageBoundingPolyDetails
setImageBoundingPolyDetails
Details of label image bounding poly operation.
Parameter | |
---|---|
Name | Description |
var |
LabelImageBoundingPolyOperationMetadata
|
Returns | |
---|---|
Type | Description |
$this |
getImageOrientedBoundingBoxDetails
Details of label image oriented bounding box operation.
Returns | |
---|---|
Type | Description |
LabelImageOrientedBoundingBoxOperationMetadata|null |
hasImageOrientedBoundingBoxDetails
setImageOrientedBoundingBoxDetails
Details of label image oriented bounding box operation.
Parameter | |
---|---|
Name | Description |
var |
LabelImageOrientedBoundingBoxOperationMetadata
|
Returns | |
---|---|
Type | Description |
$this |
getImagePolylineDetails
Details of label image polyline operation.
Returns | |
---|---|
Type | Description |
LabelImagePolylineOperationMetadata|null |
hasImagePolylineDetails
setImagePolylineDetails
Details of label image polyline operation.
Parameter | |
---|---|
Name | Description |
var |
LabelImagePolylineOperationMetadata
|
Returns | |
---|---|
Type | Description |
$this |
getImageSegmentationDetails
Details of label image segmentation operation.
Returns | |
---|---|
Type | Description |
LabelImageSegmentationOperationMetadata|null |
hasImageSegmentationDetails
setImageSegmentationDetails
Details of label image segmentation operation.
Parameter | |
---|---|
Name | Description |
var |
LabelImageSegmentationOperationMetadata
|
Returns | |
---|---|
Type | Description |
$this |
getVideoClassificationDetails
Details of label video classification operation.
Returns | |
---|---|
Type | Description |
LabelVideoClassificationOperationMetadata|null |
hasVideoClassificationDetails
setVideoClassificationDetails
Details of label video classification operation.
Parameter | |
---|---|
Name | Description |
var |
LabelVideoClassificationOperationMetadata
|
Returns | |
---|---|
Type | Description |
$this |
getVideoObjectDetectionDetails
Details of label video object detection operation.
Returns | |
---|---|
Type | Description |
LabelVideoObjectDetectionOperationMetadata|null |
hasVideoObjectDetectionDetails
setVideoObjectDetectionDetails
Details of label video object detection operation.
Parameter | |
---|---|
Name | Description |
var |
LabelVideoObjectDetectionOperationMetadata
|
Returns | |
---|---|
Type | Description |
$this |
getVideoObjectTrackingDetails
Details of label video object tracking operation.
Returns | |
---|---|
Type | Description |
LabelVideoObjectTrackingOperationMetadata|null |
hasVideoObjectTrackingDetails
setVideoObjectTrackingDetails
Details of label video object tracking operation.
Parameter | |
---|---|
Name | Description |
var |
LabelVideoObjectTrackingOperationMetadata
|
Returns | |
---|---|
Type | Description |
$this |
getVideoEventDetails
Details of label video event operation.
Returns | |
---|---|
Type | Description |
LabelVideoEventOperationMetadata|null |
hasVideoEventDetails
setVideoEventDetails
Details of label video event operation.
Parameter | |
---|---|
Name | Description |
var |
LabelVideoEventOperationMetadata
|
Returns | |
---|---|
Type | Description |
$this |
getTextClassificationDetails
Details of label text classification operation.
Returns | |
---|---|
Type | Description |
LabelTextClassificationOperationMetadata|null |
hasTextClassificationDetails
setTextClassificationDetails
Details of label text classification operation.
Parameter | |
---|---|
Name | Description |
var |
LabelTextClassificationOperationMetadata
|
Returns | |
---|---|
Type | Description |
$this |
getTextEntityExtractionDetails
Details of label text entity extraction operation.
Returns | |
---|---|
Type | Description |
LabelTextEntityExtractionOperationMetadata|null |
hasTextEntityExtractionDetails
setTextEntityExtractionDetails
Details of label text entity extraction operation.
Parameter | |
---|---|
Name | Description |
var |
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 |