Struct gapi_grpc::google::cloud::aiplatform::v1beta1::TensorboardTimeSeries [−][src]
TensorboardTimeSeries maps to times series produced in training runs
Fields
name: String
Output only. Name of the TensorboardTimeSeries.
display_name: String
Required. User provided name of this TensorboardTimeSeries. This value should be unique among all TensorboardTimeSeries resources belonging to the same TensorboardRun resource (parent resource).
description: String
Description of this TensorboardTimeSeries.
value_type: i32
Required. Immutable. Type of TensorboardTimeSeries value.
create_time: Option<Timestamp>
Output only. Timestamp when this TensorboardTimeSeries was created.
update_time: Option<Timestamp>
Output only. Timestamp when this TensorboardTimeSeries was last updated.
etag: String
Used to perform a consistent read-modify-write updates. If not set, a blind “overwrite” update happens.
plugin_name: String
Immutable. Name of the plugin this time series pertain to. Such as Scalar, Tensor, Blob
plugin_data: Vec<u8>
Data of the current plugin, with the size limited to 65KB.
metadata: Option<Metadata>
Output only. Scalar, Tensor, or Blob metadata for this TensorboardTimeSeries.
Implementations
impl TensorboardTimeSeries
[src][−]
pub fn value_type(&self) -> ValueType
[src][−]
Returns the enum value of value_type
, or the default if the field is set to an invalid enum value.
pub fn set_value_type(&mut self, value: ValueType)
[src][−]
Sets value_type
to the provided enum value.
Trait Implementations
impl Clone for TensorboardTimeSeries
[src][+]
impl Debug for TensorboardTimeSeries
[src][+]
impl Default for TensorboardTimeSeries
[src][+]
impl Message for TensorboardTimeSeries
[src][+]
impl PartialEq<TensorboardTimeSeries> for TensorboardTimeSeries
[src][+]
impl StructuralPartialEq for TensorboardTimeSeries
[src]
Auto Trait Implementations
impl RefUnwindSafe for TensorboardTimeSeries
impl Send for TensorboardTimeSeries
impl Sync for TensorboardTimeSeries
impl Unpin for TensorboardTimeSeries
impl UnwindSafe for TensorboardTimeSeries
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>,