Class ListTensorboardRunsResponse (1.17.0)

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

Response message for TensorboardService.ListTensorboardRuns.

Attributes

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

Inheritance

builtins.object > proto.message.Message > ListTensorboardRunsResponse