Google Cloud Ai Platform V1 Client - Class UpdateDeploymentResourcePoolRequest (1.40.0)

Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class UpdateDeploymentResourcePoolRequest.

Request message for UpdateDeploymentResourcePool method.

Generated from protobuf message google.cloud.aiplatform.v1.UpdateDeploymentResourcePoolRequest

Namespace

Google \ Cloud \ AIPlatform \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ deployment_resource_pool 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 Google\Protobuf\FieldMask

Required. The list of fields to update.

getDeploymentResourcePool

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
Type Description
DeploymentResourcePool|null

hasDeploymentResourcePool

clearDeploymentResourcePool

setDeploymentResourcePool

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}

Parameter
Name Description
var DeploymentResourcePool
Returns
Type Description
$this

getUpdateMask

Required. The list of fields to update.

Returns
Type Description
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

Required. The list of fields to update.

Parameter
Name Description
var Google\Protobuf\FieldMask
Returns
Type Description
$this

static::build

Parameters
Name Description
deploymentResourcePool 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}

updateMask Google\Protobuf\FieldMask

Required. The list of fields to update.

Returns
Type Description
UpdateDeploymentResourcePoolRequest

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月08日 UTC.