Show / Hide Table of Contents

Class GoogleCloudAiplatformV1TimeSeriesDataPoint

A TensorboardTimeSeries data point.

Inheritance
object
GoogleCloudAiplatformV1TimeSeriesDataPoint
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 GoogleCloudAiplatformV1TimeSeriesDataPoint : IDirectResponseSchema

Properties

Blobs

A blob sequence value.

Declaration
[JsonProperty("blobs")]
public virtual GoogleCloudAiplatformV1TensorboardBlobSequence Blobs { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1TensorboardBlobSequence

ETag

The ETag of the item.

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

Scalar

A scalar value.

Declaration
[JsonProperty("scalar")]
public virtual GoogleCloudAiplatformV1Scalar Scalar { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1Scalar

Step

Step index of this data point within the run.

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

Tensor

A tensor value.

Declaration
[JsonProperty("tensor")]
public virtual GoogleCloudAiplatformV1TensorboardTensor Tensor { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1TensorboardTensor

WallTime

object representation of WallTimeRaw.

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

WallTimeDateTimeOffset

DateTimeOffset representation of WallTimeRaw.

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

WallTimeRaw

Wall clock timestamp when this data point is generated by the end user.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX