Class: Google::Cloud::AIPlatform::V1::ListDeploymentResourcePoolsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ListDeploymentResourcePoolsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/deployment_resource_pool_service.rb
Overview
Response message for ListDeploymentResourcePools method.
Instance Attribute Summary collapse
-
#deployment_resource_pools ⇒ ::Array<::Google::Cloud::AIPlatform::V1::DeploymentResourcePool>
The DeploymentResourcePools from the specified location.
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_token
to retrieve the next page.
Instance Attribute Details
#deployment_resource_pools ⇒ ::Array<::Google::Cloud::AIPlatform::V1::DeploymentResourcePool>
Returns The DeploymentResourcePools from the specified location.
95 96 97 98 |
# File 'proto_docs/google/cloud/aiplatform/v1/deployment_resource_pool_service.rb', line 95 class ListDeploymentResourcePoolsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
95 96 97 98 |
# File 'proto_docs/google/cloud/aiplatform/v1/deployment_resource_pool_service.rb', line 95 class ListDeploymentResourcePoolsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |