Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::UpdateDeploymentResourcePoolRequest (v0.45.0)

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

Request message for UpdateDeploymentResourcePool method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#deployment_resource_pool

def deployment_resource_pool() -> ::Google::Cloud::AIPlatform::V1::DeploymentResourcePool
Returns
  • (::Google::Cloud::AIPlatform::V1::DeploymentResourcePool) — Required. The DeploymentResourcePool to update.

    The DeploymentResourcePool's name field is used to identify the DeploymentResourcePool to update. Format: projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}

#deployment_resource_pool=

def deployment_resource_pool=(value) -> ::Google::Cloud::AIPlatform::V1::DeploymentResourcePool
Parameter
  • value (::Google::Cloud::AIPlatform::V1::DeploymentResourcePool) — Required. The DeploymentResourcePool to update.

    The DeploymentResourcePool's name field is used to identify the DeploymentResourcePool to update. Format: projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}

Returns
  • (::Google::Cloud::AIPlatform::V1::DeploymentResourcePool) — Required. The DeploymentResourcePool to update.

    The DeploymentResourcePool's name field is used to identify the DeploymentResourcePool to update. Format: projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}

#update_mask

def update_mask() -> ::Google::Protobuf::FieldMask
Returns

#update_mask=

def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
Returns