Class ListTensorboardsRequest (0.9.0)

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

Request message for TensorboardService.ListTensorboards.

Attributes

NameDescription
parent str
Required. The resource name of the Location to list Tensorboards. Format: 'projects/{project}/locations/{location}'
filter str
Lists the Tensorboards that match the filter expression.
page_size int
The maximum number of Tensorboards to return. The service may return fewer than this value. If unspecified, at most 100 Tensorboards will be returned. The maximum value is 100; values above 100 will be coerced to 100.
page_token str
A page token, received from a previous TensorboardService.ListTensorboards call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to TensorboardService.ListTensorboards must match the call that provided the page token.
order_by str
Field to use to sort the list.
read_mask google.protobuf.field_mask_pb2.FieldMask
Mask specifying which fields to read.

Inheritance

builtins.object > proto.message.Message > ListTensorboardsRequest