Struct google_api_proto::google::cloud::aiplatform::v1beta1::TensorboardExperiment
source · pub struct TensorboardExperiment {
pub name: String,
pub display_name: String,
pub description: String,
pub create_time: Option<Timestamp>,
pub update_time: Option<Timestamp>,
pub labels: BTreeMap<String, String>,
pub etag: String,
pub source: String,
}
Expand description
A TensorboardExperiment is a group of TensorboardRuns, that are typically the results of a training job run, in a Tensorboard.
Fields§
§name: String
Output only. Name of the TensorboardExperiment.
Format:
projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}
display_name: String
User provided name of this TensorboardExperiment.
description: String
Description of this TensorboardExperiment.
create_time: Option<Timestamp>
Output only. Timestamp when this TensorboardExperiment was created.
update_time: Option<Timestamp>
Output only. Timestamp when this TensorboardExperiment was last updated.
labels: BTreeMap<String, String>
The labels with user-defined metadata to organize your TensorboardExperiment.
Label keys and values cannot be longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. No more than 64 user labels can be associated with one Dataset (System labels are excluded).
See https://goo.gl/xmQnxf for more information and examples of labels.
System reserved label keys are prefixed with aiplatform.googleapis.com/
and are immutable. The following system labels exist for each Dataset:
aiplatform.googleapis.com/dataset_metadata_schema
: output only. Its value is the [metadata_schema’s][google.cloud.aiplatform.v1beta1.Dataset.metadata_schema_uri] title.
etag: String
Used to perform consistent read-modify-write updates. If not set, a blind “overwrite” update happens.
source: String
Immutable. Source of the TensorboardExperiment. Example: a custom training job.
Trait Implementations§
source§impl Clone for TensorboardExperiment
impl Clone for TensorboardExperiment
source§fn clone(&self) -> TensorboardExperiment
fn clone(&self) -> TensorboardExperiment
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for TensorboardExperiment
impl Debug for TensorboardExperiment
source§impl Default for TensorboardExperiment
impl Default for TensorboardExperiment
source§impl Message for TensorboardExperiment
impl Message for TensorboardExperiment
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 TensorboardExperiment
impl PartialEq for TensorboardExperiment
source§fn eq(&self, other: &TensorboardExperiment) -> bool
fn eq(&self, other: &TensorboardExperiment) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for TensorboardExperiment
Auto Trait Implementations§
impl Freeze for TensorboardExperiment
impl RefUnwindSafe for TensorboardExperiment
impl Send for TensorboardExperiment
impl Sync for TensorboardExperiment
impl Unpin for TensorboardExperiment
impl UnwindSafe for TensorboardExperiment
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