Show / Hide Table of Contents

Class GoogleCloudAiplatformV1TensorboardTimeSeriesMetadata

Describes metadata for a TensorboardTimeSeries.

Inheritance
object
GoogleCloudAiplatformV1TensorboardTimeSeriesMetadata
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1TensorboardTimeSeriesMetadata : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

MaxBlobSequenceLength

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

Declaration
[JsonProperty("maxBlobSequenceLength")]
public virtual long? MaxBlobSequenceLength { get; set; }
Property Value
Type Description
long?

MaxStep

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

Declaration
[JsonProperty("maxStep")]
public virtual long? MaxStep { get; set; }
Property Value
Type Description
long?

MaxWallTime

object representation of MaxWallTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use MaxWallTimeDateTimeOffset instead.")]
public virtual object MaxWallTime { get; set; }
Property Value
Type Description
object

MaxWallTimeDateTimeOffset

DateTimeOffset representation of MaxWallTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? MaxWallTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

MaxWallTimeRaw

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

Declaration
[JsonProperty("maxWallTime")]
public virtual string MaxWallTimeRaw { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX