Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::ListDeploymentResourcePoolsRequest (v0.39.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::ListDeploymentResourcePoolsRequest.

Request message for ListDeploymentResourcePools method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#page_size

def page_size() -> ::Integer
Returns
  • (::Integer) — The maximum number of DeploymentResourcePools to return. The service may return fewer than this value.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — The maximum number of DeploymentResourcePools to return. The service may return fewer than this value.
Returns
  • (::Integer) — The maximum number of DeploymentResourcePools to return. The service may return fewer than this value.

#page_token

def page_token() -> ::String
Returns
  • (::String) — 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.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::String) — 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.

Returns
  • (::String) — 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.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The parent Location which owns this collection of DeploymentResourcePools. Format: projects/{project}/locations/{location}

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The parent Location which owns this collection of DeploymentResourcePools. Format: projects/{project}/locations/{location}
Returns
  • (::String) — Required. The parent Location which owns this collection of DeploymentResourcePools. Format: projects/{project}/locations/{location}