public sealed class TensorboardTimeSeries.Types.Metadata : IMessage<TensorboardTimeSeries.Types.Metadata>, IEquatable<TensorboardTimeSeries.Types.Metadata>, IDeepCloneable<TensorboardTimeSeries.Types.Metadata>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class TensorboardTimeSeries.Types.Metadata.
Describes metadata for a TensorboardTimeSeries.
Implements
IMessageTensorboardTimeSeriesTypesMetadata, IEquatableTensorboardTimeSeriesTypesMetadata, IDeepCloneableTensorboardTimeSeriesTypesMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
Metadata()
public Metadata()Metadata(Metadata)
public Metadata(TensorboardTimeSeries.Types.Metadata other)| Parameter | |
|---|---|
| Name | Description |
other |
TensorboardTimeSeriesTypesMetadata |
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 | |
|---|---|
| Type | Description |
long |
|
MaxStep
public long MaxStep { get; set; }Output only. Max step index of all data points within a TensorboardTimeSeries.
| Property Value | |
|---|---|
| Type | Description |
long |
|
MaxWallTime
public Timestamp MaxWallTime { get; set; }Output only. Max wall clock timestamp of all data points within a TensorboardTimeSeries.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|