Struct google_api_proto::google::cloud::aiplatform::v1beta1::Tensorboard
source · pub struct Tensorboard {Show 13 fields
pub name: String,
pub display_name: String,
pub description: String,
pub encryption_spec: Option<EncryptionSpec>,
pub blob_storage_path_prefix: String,
pub run_count: i32,
pub create_time: Option<Timestamp>,
pub update_time: Option<Timestamp>,
pub labels: BTreeMap<String, String>,
pub etag: String,
pub is_default: bool,
pub satisfies_pzs: bool,
pub satisfies_pzi: bool,
}
Expand description
Tensorboard is a physical database that stores users’ training metrics. A default Tensorboard is provided in each region of a Google Cloud project. If needed users can also create extra Tensorboards in their projects.
Fields§
§name: String
Output only. Name of the Tensorboard.
Format:
projects/{project}/locations/{location}/tensorboards/{tensorboard}
display_name: String
Required. User provided name of this Tensorboard.
description: String
Description of this Tensorboard.
encryption_spec: Option<EncryptionSpec>
Customer-managed encryption key spec for a Tensorboard. If set, this Tensorboard and all sub-resources of this Tensorboard will be secured by this key.
blob_storage_path_prefix: String
Output only. Consumer project Cloud Storage path prefix used to store blob data, which can either be a bucket or directory. Does not end with a ‘/’.
run_count: i32
Output only. The number of Runs stored in this Tensorboard.
create_time: Option<Timestamp>
Output only. Timestamp when this Tensorboard was created.
update_time: Option<Timestamp>
Output only. Timestamp when this Tensorboard was last updated.
labels: BTreeMap<String, String>
The labels with user-defined metadata to organize your Tensorboards.
Label keys and values can be no 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 Tensorboard (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.
etag: String
Used to perform a consistent read-modify-write updates. If not set, a blind “overwrite” update happens.
is_default: bool
Used to indicate if the TensorBoard instance is the default one. Each project & region can have at most one default TensorBoard instance. Creation of a default TensorBoard instance and updating an existing TensorBoard instance to be default will mark all other TensorBoard instances (if any) as non default.
satisfies_pzs: bool
Output only. Reserved for future use.
satisfies_pzi: bool
Output only. Reserved for future use.
Trait Implementations§
source§impl Clone for Tensorboard
impl Clone for Tensorboard
source§fn clone(&self) -> Tensorboard
fn clone(&self) -> Tensorboard
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for Tensorboard
impl Debug for Tensorboard
source§impl Default for Tensorboard
impl Default for Tensorboard
source§impl Message for Tensorboard
impl Message for Tensorboard
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 Tensorboard
impl PartialEq for Tensorboard
source§fn eq(&self, other: &Tensorboard) -> bool
fn eq(&self, other: &Tensorboard) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for Tensorboard
Auto Trait Implementations§
impl Freeze for Tensorboard
impl RefUnwindSafe for Tensorboard
impl Send for Tensorboard
impl Sync for Tensorboard
impl Unpin for Tensorboard
impl UnwindSafe for Tensorboard
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