View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ExportTensorboardTimeSeriesDataResponse (google_api_ai_platform v0.18.1)
Response message for TensorboardService.ExportTensorboardTimeSeriesData.
Attributes
-
nextPageToken(type:String.t, default:nil) - A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages. -
timeSeriesDataPoints(type:list(GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1TimeSeriesDataPoint.t), default:nil) - The returned time series data points.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ExportTensorboardTimeSeriesDataResponse{ nextPageToken: String.t() | nil, timeSeriesDataPoints: [ GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1TimeSeriesDataPoint.t() ] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.