Class SavedQuery (1.17.0)

SavedQuery(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A SavedQuery is a view of the dataset. It references a subset of annotations by problem type and filters.

Attributes

NameDescription
name str
Output only. Resource name of the SavedQuery.
display_name str
Required. The user-defined name of the SavedQuery. The name can be up to 128 characters long and can consist of any UTF-8 characters.
metadata google.protobuf.struct_pb2.Value
Some additional information about the SavedQuery.
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. Timestamp when this SavedQuery was created.
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. Timestamp when SavedQuery was last updated.
annotation_filter str
Output only. Filters on the Annotations in the dataset.
problem_type str
Required. Problem type of the SavedQuery. Allowed values: - IMAGE_CLASSIFICATION_SINGLE_LABEL - IMAGE_CLASSIFICATION_MULTI_LABEL - IMAGE_BOUNDING_POLY - IMAGE_BOUNDING_BOX - TEXT_CLASSIFICATION_SINGLE_LABEL - TEXT_CLASSIFICATION_MULTI_LABEL - TEXT_EXTRACTION - TEXT_SENTIMENT - VIDEO_CLASSIFICATION - VIDEO_OBJECT_TRACKING
annotation_spec_count int
Output only. Number of AnnotationSpecs in the context of the SavedQuery.
etag str
Used to perform a consistent read-modify-write update. If not set, a blind "overwrite" update happens.
support_automl_training bool
Output only. If the Annotations belonging to the SavedQuery can be used for AutoML training.

Inheritance

builtins.object > proto.message.Message > SavedQuery