Class GoogleCloudAiplatformV1beta1BatchReadTensorboardTimeSeriesDataResponse
Response message for TensorboardService.BatchReadTensorboardTimeSeriesData.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1BatchReadTensorboardTimeSeriesDataResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
TimeSeriesData
The returned time series data.
Declaration
[JsonProperty("timeSeriesData")]
public virtual IList<GoogleCloudAiplatformV1beta1TimeSeriesData> TimeSeriesData { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudAiplatformV1beta1TimeSeriesData> |