Class: Google::Cloud::AIPlatform::V1::ListTensorboardRunsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ListTensorboardRunsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/tensorboard_service.rb
Overview
Response message for TensorboardService.ListTensorboardRuns.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token, which can be sent as ListTensorboardRunsRequest.page_token to retrieve the next page.
-
#tensorboard_runs ⇒ ::Array<::Google::Cloud::AIPlatform::V1::TensorboardRun>
The TensorboardRuns mathching the request.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns 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.
460 461 462 463 |
# File 'proto_docs/google/cloud/aiplatform/v1/tensorboard_service.rb', line 460 class ListTensorboardRunsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#tensorboard_runs ⇒ ::Array<::Google::Cloud::AIPlatform::V1::TensorboardRun>
Returns The TensorboardRuns mathching the request.
460 461 462 463 |
# File 'proto_docs/google/cloud/aiplatform/v1/tensorboard_service.rb', line 460 class ListTensorboardRunsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |