Struct gapi_grpc::google::cloud::aiplatform::v1beta1::Tensorboard [−][src]
Tensorboard is a physical database that stores users’ training metrics. A default Tensorboard is provided in each region of a GCP 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: HashMap<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.
Trait Implementations
impl Clone for Tensorboard
[src][+]
impl Debug for Tensorboard
[src][+]
impl Default for Tensorboard
[src][+]
impl Message for Tensorboard
[src][+]
impl PartialEq<Tensorboard> for Tensorboard
[src][+]
impl StructuralPartialEq for Tensorboard
[src]
Auto Trait Implementations
impl RefUnwindSafe for Tensorboard
impl Send for Tensorboard
impl Sync for Tensorboard
impl Unpin for Tensorboard
impl UnwindSafe for Tensorboard
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> IntoRequest<T> for T
[src][+]
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,