Class: Google::Cloud::AIPlatform::V1::ListTensorboardExperimentsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ListTensorboardExperimentsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/tensorboard_service.rb
Overview
Response message for TensorboardService.ListTensorboardExperiments.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token, which can be sent as ListTensorboardExperimentsRequest.page_token to retrieve the next page.
-
#tensorboard_experiments ⇒ ::Array<::Google::Cloud::AIPlatform::V1::TensorboardExperiment>
The TensorboardExperiments mathching the request.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token, which can be sent as ListTensorboardExperimentsRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.
289 290 291 292 |
# File 'proto_docs/google/cloud/aiplatform/v1/tensorboard_service.rb', line 289 class ListTensorboardExperimentsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#tensorboard_experiments ⇒ ::Array<::Google::Cloud::AIPlatform::V1::TensorboardExperiment>
Returns The TensorboardExperiments mathching the request.
289 290 291 292 |
# File 'proto_docs/google/cloud/aiplatform/v1/tensorboard_service.rb', line 289 class ListTensorboardExperimentsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |