Class ListTensorboardRunsResponse (1.12.1)

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

Response message for TensorboardService.ListTensorboardRuns .

Attributes

Name Description
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