GoogleCloudDatalabelingV1beta1LabelOperationMetadata class
Metadata of a labeling operation, such as LabelImage or LabelVideo.
Next tag: 23
Constructors
-
GoogleCloudDatalabelingV1beta1LabelOperationMetadata({String? annotatedDataset, String? createTime, String? dataset, GoogleCloudDatalabelingV1beta1LabelImageBoundingBoxOperationMetadata? imageBoundingBoxDetails, GoogleCloudDatalabelingV1beta1LabelImageBoundingPolyOperationMetadata? imageBoundingPolyDetails, GoogleCloudDatalabelingV1beta1LabelImageClassificationOperationMetadata? imageClassificationDetails, GoogleCloudDatalabelingV1beta1LabelImageOrientedBoundingBoxOperationMetadata? imageOrientedBoundingBoxDetails, GoogleCloudDatalabelingV1beta1LabelImagePolylineOperationMetadata? imagePolylineDetails, GoogleCloudDatalabelingV1beta1LabelImageSegmentationOperationMetadata? imageSegmentationDetails, List<
GoogleRpcStatus> ? partialFailures, int? progressPercent, GoogleCloudDatalabelingV1beta1LabelTextClassificationOperationMetadata? textClassificationDetails, GoogleCloudDatalabelingV1beta1LabelTextEntityExtractionOperationMetadata? textEntityExtractionDetails, GoogleCloudDatalabelingV1beta1LabelVideoClassificationOperationMetadata? videoClassificationDetails, GoogleCloudDatalabelingV1beta1LabelVideoEventOperationMetadata? videoEventDetails, GoogleCloudDatalabelingV1beta1LabelVideoObjectDetectionOperationMetadata? videoObjectDetectionDetails, GoogleCloudDatalabelingV1beta1LabelVideoObjectTrackingOperationMetadata? videoObjectTrackingDetails}) - GoogleCloudDatalabelingV1beta1LabelOperationMetadata.fromJson(Map _json)
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 ↔ GoogleCloudDatalabelingV1beta1LabelImageBoundingBoxOperationMetadata?
-
Details of label image bounding box operation.
getter/setter pair
- imageBoundingPolyDetails ↔ GoogleCloudDatalabelingV1beta1LabelImageBoundingPolyOperationMetadata?
-
Details of label image bounding poly operation.
getter/setter pair
- imageClassificationDetails ↔ GoogleCloudDatalabelingV1beta1LabelImageClassificationOperationMetadata?
-
Details of label image classification operation.
getter/setter pair
- imageOrientedBoundingBoxDetails ↔ GoogleCloudDatalabelingV1beta1LabelImageOrientedBoundingBoxOperationMetadata?
-
Details of label image oriented bounding box operation.
getter/setter pair
- imagePolylineDetails ↔ GoogleCloudDatalabelingV1beta1LabelImagePolylineOperationMetadata?
-
Details of label image polyline operation.
getter/setter pair
- imageSegmentationDetails ↔ GoogleCloudDatalabelingV1beta1LabelImageSegmentationOperationMetadata?
-
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 ↔ GoogleCloudDatalabelingV1beta1LabelTextClassificationOperationMetadata?
-
Details of label text classification operation.
getter/setter pair
- textEntityExtractionDetails ↔ GoogleCloudDatalabelingV1beta1LabelTextEntityExtractionOperationMetadata?
-
Details of label text entity extraction operation.
getter/setter pair
- videoClassificationDetails ↔ GoogleCloudDatalabelingV1beta1LabelVideoClassificationOperationMetadata?
-
Details of label video classification operation.
getter/setter pair
- videoEventDetails ↔ GoogleCloudDatalabelingV1beta1LabelVideoEventOperationMetadata?
-
Details of label video event operation.
getter/setter pair
- videoObjectDetectionDetails ↔ GoogleCloudDatalabelingV1beta1LabelVideoObjectDetectionOperationMetadata?
-
Details of label video object detection operation.
getter/setter pair
- videoObjectTrackingDetails ↔ GoogleCloudDatalabelingV1beta1LabelVideoObjectTrackingOperationMetadata?
-
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