Class GoogleCloudAiplatformV1TimeSeriesDataPoint
A TensorboardTimeSeries data point.
Implements
Inherited Members
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 |