View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SavedQuery (google_api_ai_platform v0.13.0)
A SavedQuery is a view of the dataset. It references a subset of annotations by problem type and filters.
Attributes
-
annotationFilter
(type:String.t
, default:nil
) - Output only. Filters on the Annotations in the dataset. -
annotationSpecCount
(type:integer()
, default:nil
) - Output only. Number of AnnotationSpecs in the context of the SavedQuery. -
createTime
(type:DateTime.t
, default:nil
) - Output only. Timestamp when this SavedQuery was created. -
displayName
(type:String.t
, default:nil
) - 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. -
etag
(type:String.t
, default:nil
) - Used to perform a consistent read-modify-write update. If not set, a blind "overwrite" update happens. -
metadata
(type:any()
, default:nil
) - Some additional information about the SavedQuery. -
name
(type:String.t
, default:nil
) - Output only. Resource name of the SavedQuery. -
problemType
(type:String.t
, default:nil
) - 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 -
supportAutomlTraining
(type:boolean()
, default:nil
) - Output only. If the Annotations belonging to the SavedQuery can be used for AutoML training. -
updateTime
(type:DateTime.t
, default:nil
) - Output only. Timestamp when SavedQuery was last updated.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SavedQuery{ annotationFilter: String.t() | nil, annotationSpecCount: integer() | nil, createTime: DateTime.t() | nil, displayName: String.t() | nil, etag: String.t() | nil, metadata: any() | nil, name: String.t() | nil, problemType: String.t() | nil, supportAutomlTraining: boolean() | nil, updateTime: DateTime.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.