GoogleCloudDatalabelingV1p2alpha1LabelOperationMetadata class

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

Next tag: 23

Properties

annotatedDataset String?
The name of annotated dataset in format "projects / * /datasets / * /annotatedDatasets / * ".
getter/setter pair
createTime String?
Timestamp when labeling request was created.
getter/setter pair
dataset String?
The name of dataset to be labeled.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
imageBoundingBoxDetails GoogleCloudDatalabelingV1p2alpha1LabelImageBoundingBoxOperationMetadata?
Details of label image bounding box operation.
getter/setter pair
imageBoundingPolyDetails GoogleCloudDatalabelingV1p2alpha1LabelImageBoundingPolyOperationMetadata?
Details of label image bounding poly operation.
getter/setter pair
imageClassificationDetails GoogleCloudDatalabelingV1p2alpha1LabelImageClassificationOperationMetadata?
Details of label image classification operation.
getter/setter pair
imageOrientedBoundingBoxDetails GoogleCloudDatalabelingV1p2alpha1LabelImageOrientedBoundingBoxOperationMetadata?
Details of label image oriented bounding box operation.
getter/setter pair
imagePolylineDetails GoogleCloudDatalabelingV1p2alpha1LabelImagePolylineOperationMetadata?
Details of label image polyline operation.
getter/setter pair
imageSegmentationDetails GoogleCloudDatalabelingV1p2alpha1LabelImageSegmentationOperationMetadata?
Details of label image segmentation operation.
getter/setter pair
partialFailures List<GoogleRpcStatus>?
Partial failures encountered.
getter/setter pair
progressPercent int?
Progress of label operation.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textClassificationDetails GoogleCloudDatalabelingV1p2alpha1LabelTextClassificationOperationMetadata?
Details of label text classification operation.
getter/setter pair
textEntityExtractionDetails GoogleCloudDatalabelingV1p2alpha1LabelTextEntityExtractionOperationMetadata?
Details of label text entity extraction operation.
getter/setter pair
videoClassificationDetails GoogleCloudDatalabelingV1p2alpha1LabelVideoClassificationOperationMetadata?
Details of label video classification operation.
getter/setter pair
videoEventDetails GoogleCloudDatalabelingV1p2alpha1LabelVideoEventOperationMetadata?
Details of label video event operation.
getter/setter pair
videoObjectDetectionDetails GoogleCloudDatalabelingV1p2alpha1LabelVideoObjectDetectionOperationMetadata?
Details of label video object detection operation.
getter/setter pair
videoObjectTrackingDetails GoogleCloudDatalabelingV1p2alpha1LabelVideoObjectTrackingOperationMetadata?
Details of label video object tracking operation.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited