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
ListDeploymentResourcePoolscall. -
#parent ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
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
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
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 |