Class ListTensorboardsResponse (1.12.1)

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

Response message for TensorboardService.ListTensorboards .

Attributes

Name Description
tensorboards Sequence[ google.cloud.aiplatform_v1.types.Tensorboard ]
The Tensorboards mathching the request.
next_page_token str
A token, which can be sent as ListTensorboardsRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Inheritance

builtins.object > proto.message.Message > ListTensorboardsResponse