GoogleCloudDatalabelingV1beta1AnnotatedDatasetMetadata class

Metadata on AnnotatedDataset.

Properties

boundingPolyConfig GoogleCloudDatalabelingV1beta1BoundingPolyConfig?
Configuration for image bounding box and bounding poly task.
getter/setter pair
eventConfig GoogleCloudDatalabelingV1beta1EventConfig?
Configuration for video event labeling task.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
humanAnnotationConfig GoogleCloudDatalabelingV1beta1HumanAnnotationConfig?
HumanAnnotationConfig used when requesting the human labeling task for this AnnotatedDataset.
getter/setter pair
imageClassificationConfig GoogleCloudDatalabelingV1beta1ImageClassificationConfig?
Configuration for image classification task.
getter/setter pair
objectDetectionConfig GoogleCloudDatalabelingV1beta1ObjectDetectionConfig?
Configuration for video object detection task.
getter/setter pair
objectTrackingConfig GoogleCloudDatalabelingV1beta1ObjectTrackingConfig?
Configuration for video object tracking task.
getter/setter pair
polylineConfig GoogleCloudDatalabelingV1beta1PolylineConfig?
Configuration for image polyline task.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
segmentationConfig GoogleCloudDatalabelingV1beta1SegmentationConfig?
Configuration for image segmentation task.
getter/setter pair
textClassificationConfig GoogleCloudDatalabelingV1beta1TextClassificationConfig?
Configuration for text classification task.
getter/setter pair
textEntityExtractionConfig GoogleCloudDatalabelingV1beta1TextEntityExtractionConfig?
Configuration for text entity extraction task.
getter/setter pair
videoClassificationConfig GoogleCloudDatalabelingV1beta1VideoClassificationConfig?
Configuration for video classification task.
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