Class: Google::Cloud::AIPlatform::V1::ListDeploymentResourcePoolsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ListDeploymentResourcePoolsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/deployment_resource_pool_service.rb
Overview
Request message for ListDeploymentResourcePools method.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
The maximum number of DeploymentResourcePools to return.
-
#page_token ⇒ ::String
A page token, received from a previous
ListDeploymentResourcePools
call. -
#parent ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
The maximum number of DeploymentResourcePools to return. The service may return fewer than this value.
82 83 84 85 |
# File 'proto_docs/google/cloud/aiplatform/v1/deployment_resource_pool_service.rb', line 82 class ListDeploymentResourcePoolsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns A page token, received from a previous ListDeploymentResourcePools
call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to
ListDeploymentResourcePools
must match the call that provided the page
token.
82 83 84 85 |
# File 'proto_docs/google/cloud/aiplatform/v1/deployment_resource_pool_service.rb', line 82 class ListDeploymentResourcePoolsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent Location which owns this collection of
DeploymentResourcePools. Format: projects/{project}/locations/{location}
.
82 83 84 85 |
# File 'proto_docs/google/cloud/aiplatform/v1/deployment_resource_pool_service.rb', line 82 class ListDeploymentResourcePoolsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |