Class GoogleCloudAiplatformV1TimeSeriesData
All the data stored in a TensorboardTimeSeries.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1TimeSeriesData : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
TensorboardTimeSeriesId
Required. The ID of the TensorboardTimeSeries, which will become the final component of the TensorboardTimeSeries' resource name
Declaration
[JsonProperty("tensorboardTimeSeriesId")]
public virtual string TensorboardTimeSeriesId { get; set; }
Property Value
Type | Description |
---|---|
string |
ValueType
Required. Immutable. The value type of this time series. All the values in this time series data must match this value type.
Declaration
[JsonProperty("valueType")]
public virtual string ValueType { get; set; }
Property Value
Type | Description |
---|---|
string |
Values
Required. Data points in this time series.
Declaration
[JsonProperty("values")]
public virtual IList<GoogleCloudAiplatformV1TimeSeriesDataPoint> Values { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudAiplatformV1TimeSeriesDataPoint> |