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 \ V1Methods
__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 |
↳ 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 |
updateMask |
Google\Protobuf\FieldMask
Required. The list of fields to update. |
| Returns | |
|---|---|
| Type | Description |
UpdateDeploymentResourcePoolRequest |
|