GoogleCloudAiplatformV1SavedQuery class

A SavedQuery is a view of the dataset.

It references a subset of annotations by problem type and filters.

Constructors

GoogleCloudAiplatformV1SavedQuery({String? annotationFilter, int? annotationSpecCount, String? createTime, String? displayName, String? etag, Object? metadata, String? name, String? problemType, bool? supportAutomlTraining, String? updateTime})
GoogleCloudAiplatformV1SavedQuery.fromJson(Map json_)

Properties

annotationFilter String?
Filters on the Annotations in the dataset.
getter/setter pair
annotationSpecCount int?
Number of AnnotationSpecs in the context of the SavedQuery.
getter/setter pair
createTime String?
Timestamp when this SavedQuery was created.
getter/setter pair
displayName String?
The user-defined name of the SavedQuery.
getter/setter pair
etag String?
Used to perform a consistent read-modify-write update.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
metadata Object?
Some additional information about the SavedQuery.
getter/setter pair
name String?
Resource name of the SavedQuery.
getter/setter pair
problemType String?
Problem type of the SavedQuery.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
supportAutomlTraining bool?
If the Annotations belonging to the SavedQuery can be used for AutoML training.
getter/setter pair
updateTime String?
Timestamp when SavedQuery was last updated.
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