GoogleCloudDatalabelingV1p1alpha1LabelOperationMetadata class
Metadata of a labeling operation, such as LabelImage or LabelVideo.
Next tag: 23
Constructors
-
GoogleCloudDatalabelingV1p1alpha1LabelOperationMetadata({String? annotatedDataset, String? createTime, String? dataset, GoogleCloudDatalabelingV1p1alpha1LabelImageBoundingBoxOperationMetadata? imageBoundingBoxDetails, GoogleCloudDatalabelingV1p1alpha1LabelImageBoundingPolyOperationMetadata? imageBoundingPolyDetails, GoogleCloudDatalabelingV1p1alpha1LabelImageClassificationOperationMetadata? imageClassificationDetails, GoogleCloudDatalabelingV1p1alpha1LabelImageOrientedBoundingBoxOperationMetadata? imageOrientedBoundingBoxDetails, GoogleCloudDatalabelingV1p1alpha1LabelImagePolylineOperationMetadata? imagePolylineDetails, GoogleCloudDatalabelingV1p1alpha1LabelImageSegmentationOperationMetadata? imageSegmentationDetails, List<
GoogleRpcStatus> ? partialFailures, int? progressPercent, GoogleCloudDatalabelingV1p1alpha1LabelTextClassificationOperationMetadata? textClassificationDetails, GoogleCloudDatalabelingV1p1alpha1LabelTextEntityExtractionOperationMetadata? textEntityExtractionDetails, GoogleCloudDatalabelingV1p1alpha1LabelVideoClassificationOperationMetadata? videoClassificationDetails, GoogleCloudDatalabelingV1p1alpha1LabelVideoEventOperationMetadata? videoEventDetails, GoogleCloudDatalabelingV1p1alpha1LabelVideoObjectDetectionOperationMetadata? videoObjectDetectionDetails, GoogleCloudDatalabelingV1p1alpha1LabelVideoObjectTrackingOperationMetadata? videoObjectTrackingDetails}) - GoogleCloudDatalabelingV1p1alpha1LabelOperationMetadata.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 ↔ GoogleCloudDatalabelingV1p1alpha1LabelImageBoundingBoxOperationMetadata?
-
Details of label image bounding box operation.
getter/setter pair
- imageBoundingPolyDetails ↔ GoogleCloudDatalabelingV1p1alpha1LabelImageBoundingPolyOperationMetadata?
-
Details of label image bounding poly operation.
getter/setter pair
- imageClassificationDetails ↔ GoogleCloudDatalabelingV1p1alpha1LabelImageClassificationOperationMetadata?
-
Details of label image classification operation.
getter/setter pair
- imageOrientedBoundingBoxDetails ↔ GoogleCloudDatalabelingV1p1alpha1LabelImageOrientedBoundingBoxOperationMetadata?
-
Details of label image oriented bounding box operation.
getter/setter pair
- imagePolylineDetails ↔ GoogleCloudDatalabelingV1p1alpha1LabelImagePolylineOperationMetadata?
-
Details of label image polyline operation.
getter/setter pair
- imageSegmentationDetails ↔ GoogleCloudDatalabelingV1p1alpha1LabelImageSegmentationOperationMetadata?
-
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 ↔ GoogleCloudDatalabelingV1p1alpha1LabelTextClassificationOperationMetadata?
-
Details of label text classification operation.
getter/setter pair
- textEntityExtractionDetails ↔ GoogleCloudDatalabelingV1p1alpha1LabelTextEntityExtractionOperationMetadata?
-
Details of label text entity extraction operation.
getter/setter pair
- videoClassificationDetails ↔ GoogleCloudDatalabelingV1p1alpha1LabelVideoClassificationOperationMetadata?
-
Details of label video classification operation.
getter/setter pair
- videoEventDetails ↔ GoogleCloudDatalabelingV1p1alpha1LabelVideoEventOperationMetadata?
-
Details of label video event operation.
getter/setter pair
- videoObjectDetectionDetails ↔ GoogleCloudDatalabelingV1p1alpha1LabelVideoObjectDetectionOperationMetadata?
-
Details of label video object detection operation.
getter/setter pair
- videoObjectTrackingDetails ↔ GoogleCloudDatalabelingV1p1alpha1LabelVideoObjectTrackingOperationMetadata?
-
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