Struct google_api_proto::google::cloud::aiplatform::v1::SavedQuery
source · pub struct SavedQuery {
pub name: String,
pub display_name: String,
pub metadata: Option<Value>,
pub create_time: Option<Timestamp>,
pub update_time: Option<Timestamp>,
pub annotation_filter: String,
pub problem_type: String,
pub annotation_spec_count: i32,
pub etag: String,
pub support_automl_training: bool,
}
Expand description
A SavedQuery is a view of the dataset. It references a subset of annotations by problem type and filters.
Fields§
§name: String
Output only. Resource name of the SavedQuery.
display_name: 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.
metadata: Option<Value>
Some additional information about the SavedQuery.
create_time: Option<Timestamp>
Output only. Timestamp when this SavedQuery was created.
update_time: Option<Timestamp>
Output only. Timestamp when SavedQuery was last updated.
annotation_filter: String
Output only. Filters on the Annotations in the dataset.
problem_type: String
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: i32
Output only. Number of AnnotationSpecs in the context of the SavedQuery.
etag: String
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.
Trait Implementations§
source§impl Clone for SavedQuery
impl Clone for SavedQuery
source§fn clone(&self) -> SavedQuery
fn clone(&self) -> SavedQuery
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for SavedQuery
impl Debug for SavedQuery
source§impl Default for SavedQuery
impl Default for SavedQuery
source§impl Message for SavedQuery
impl Message for SavedQuery
source§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
source§fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
. Read moresource§fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
.source§impl PartialEq for SavedQuery
impl PartialEq for SavedQuery
source§fn eq(&self, other: &SavedQuery) -> bool
fn eq(&self, other: &SavedQuery) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for SavedQuery
Auto Trait Implementations§
impl Freeze for SavedQuery
impl RefUnwindSafe for SavedQuery
impl Send for SavedQuery
impl Sync for SavedQuery
impl Unpin for SavedQuery
impl UnwindSafe for SavedQuery
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
T
in a tonic::Request