Struct google_api_proto::google::cloud::aiplatform::v1beta1::DatasetVersion
source · pub struct DatasetVersion {
pub name: String,
pub create_time: Option<Timestamp>,
pub update_time: Option<Timestamp>,
pub etag: String,
pub big_query_dataset_name: String,
pub display_name: String,
pub metadata: Option<Value>,
pub model_reference: String,
pub satisfies_pzs: bool,
pub satisfies_pzi: bool,
}
Expand description
Describes the dataset version.
Fields§
§name: String
Output only. Identifier. The resource name of the DatasetVersion.
create_time: Option<Timestamp>
Output only. Timestamp when this DatasetVersion was created.
update_time: Option<Timestamp>
Output only. Timestamp when this DatasetVersion was last updated.
etag: String
Used to perform consistent read-modify-write updates. If not set, a blind “overwrite” update happens.
big_query_dataset_name: String
Output only. Name of the associated BigQuery dataset.
display_name: String
The user-defined name of the DatasetVersion. The name can be up to 128 characters long and can consist of any UTF-8 characters.
metadata: Option<Value>
Required. Output only. Additional information about the DatasetVersion.
model_reference: String
Output only. Reference to the public base model last used by the dataset version. Only set for prompt dataset versions.
satisfies_pzs: bool
Output only. Reserved for future use.
satisfies_pzi: bool
Output only. Reserved for future use.
Trait Implementations§
source§impl Clone for DatasetVersion
impl Clone for DatasetVersion
source§fn clone(&self) -> DatasetVersion
fn clone(&self) -> DatasetVersion
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for DatasetVersion
impl Debug for DatasetVersion
source§impl Default for DatasetVersion
impl Default for DatasetVersion
source§impl Message for DatasetVersion
impl Message for DatasetVersion
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 DatasetVersion
impl PartialEq for DatasetVersion
source§fn eq(&self, other: &DatasetVersion) -> bool
fn eq(&self, other: &DatasetVersion) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DatasetVersion
Auto Trait Implementations§
impl Freeze for DatasetVersion
impl RefUnwindSafe for DatasetVersion
impl Send for DatasetVersion
impl Sync for DatasetVersion
impl Unpin for DatasetVersion
impl UnwindSafe for DatasetVersion
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