Class ListTensorboardTimeSeriesResponse (1.16.0)

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

Response message for TensorboardService.ListTensorboardTimeSeries.

Attributes

NameDescription
tensorboard_time_series Sequence[google.cloud.aiplatform_v1.types.TensorboardTimeSeries]
The TensorboardTimeSeries mathching the request.
next_page_token str
A token, which can be sent as ListTensorboardTimeSeriesRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Inheritance

builtins.object > proto.message.Message > ListTensorboardTimeSeriesResponse