Class: Google::Cloud::AIPlatform::V1::ListTensorboardsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ListTensorboardsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/tensorboard_service.rb
Overview
Response message for TensorboardService.ListTensorboards.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token, which can be sent as ListTensorboardsRequest.page_token to retrieve the next page.
-
#tensorboards ⇒ ::Array<::Google::Cloud::AIPlatform::V1::Tensorboard>
The Tensorboards mathching the request.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns 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.
97 98 99 100 |
# File 'proto_docs/google/cloud/aiplatform/v1/tensorboard_service.rb', line 97 class ListTensorboardsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#tensorboards ⇒ ::Array<::Google::Cloud::AIPlatform::V1::Tensorboard>
Returns The Tensorboards mathching the request.
97 98 99 100 |
# File 'proto_docs/google/cloud/aiplatform/v1/tensorboard_service.rb', line 97 class ListTensorboardsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |