Struct gapi_grpc::google::cloud::aiplatform::v1beta1::TensorboardTimeSeries[][src]

pub struct TensorboardTimeSeries {
    pub name: String,
    pub display_name: String,
    pub description: String,
    pub value_type: i32,
    pub create_time: Option<Timestamp>,
    pub update_time: Option<Timestamp>,
    pub etag: String,
    pub plugin_name: String,
    pub plugin_data: Vec<u8>,
    pub metadata: Option<Metadata>,
}
[]

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][+]

impl<T> Borrow<T> for T where
    T: ?Sized
[src][+]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src][+]

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][+]

impl<T> IntoRequest<T> for T[src][+]

impl<T> ToOwned for T where
    T: Clone
[src][+]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src][+]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src][+]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src][+]

impl<T> WithSubscriber for T[src][+]