Cloud AI Platform v1 API - Class TensorboardTimeSeries.Types.Metadata (2.27.0)

public sealed class TensorboardTimeSeries.Types.Metadata : IMessage<TensorboardTimeSeries.Types.Metadata>, IEquatable<TensorboardTimeSeries.Types.Metadata>, IDeepCloneable<TensorboardTimeSeries.Types.Metadata>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class TensorboardTimeSeries.Types.Metadata.

Describes metadata for a TensorboardTimeSeries.

Inheritance

object > TensorboardTimeSeries.Types.Metadata

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

Metadata()

public Metadata()

Metadata(Metadata)

public Metadata(TensorboardTimeSeries.Types.Metadata other)
Parameter
NameDescription
otherTensorboardTimeSeriesTypesMetadata

Properties

MaxBlobSequenceLength

public long MaxBlobSequenceLength { get; set; }

Output only. The largest blob sequence length (number of blobs) of all data points in this time series, if its ValueType is BLOB_SEQUENCE.

Property Value
TypeDescription
long

MaxStep

public long MaxStep { get; set; }

Output only. Max step index of all data points within a TensorboardTimeSeries.

Property Value
TypeDescription
long

MaxWallTime

public Timestamp MaxWallTime { get; set; }

Output only. Max wall clock timestamp of all data points within a TensorboardTimeSeries.

Property Value
TypeDescription
Timestamp