Class GoogleCloudAiplatformV1beta1TensorboardTimeSeriesMetadata
Describes metadata for a TensorboardTimeSeries.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1TensorboardTimeSeriesMetadata : 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 |