SavedQuery class final
A SavedQuery is a view of the dataset. It references a subset of annotations by problem type and filters.
- Inheritance
-
- Object
- ProtoMessage
- SavedQuery
Constructors
- SavedQuery({String name = '', required String displayName, Value? metadata, Timestamp? createTime, Timestamp? updateTime, String annotationFilter = '', required String problemType, int annotationSpecCount = 0, String etag = '', bool supportAutomlTraining = false})
-
SavedQuery.fromJson(Map<
String, dynamic> json) -
factory
Properties
- annotationFilter → String
-
Output only. Filters on the Annotations in the dataset.
final
- annotationSpecCount → int
-
Output only. Number of AnnotationSpecs in the context of the SavedQuery.
final
- createTime → Timestamp?
-
Output only. Timestamp when this SavedQuery was created.
final
- displayName → String
-
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.
final
- etag → String
-
Used to perform a consistent read-modify-write update. If not set, a blind
"overwrite" update happens.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- metadata → Value?
-
Some additional information about the SavedQuery.
final
- name → String
-
Output only. Resource name of the SavedQuery.
final
- problemType → String
-
Required. Problem type of the SavedQuery.
Allowed values:
final
- qualifiedName → String
-
The fully qualified name of this message, i.e.,
google.protobuf.Durationorgoogle.rpc.ErrorInfo.finalinherited - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- supportAutomlTraining → bool
-
Output only. If the Annotations belonging to the SavedQuery can be used for
AutoML training.
final
- updateTime → Timestamp?
-
Output only. Timestamp when SavedQuery was last updated.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Object -
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- fullyQualifiedName → const String