Class ExportTensorboardTimeSeriesDataResponse (1.9.0)

ExportTensorboardTimeSeriesDataResponse(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Response message for TensorboardService.ExportTensorboardTimeSeriesData.

Attributes

NameDescription
time_series_data_points Sequence[google.cloud.aiplatform_v1.types.TimeSeriesDataPoint]
The returned time series data points.
next_page_token str
A token, which can be sent as [ExportTensorboardTimeSeriesRequest.page_token][] to retrieve the next page. If this field is omitted, there are no subsequent pages.

Inheritance

builtins.object > proto.message.Message > ExportTensorboardTimeSeriesDataResponse