Skip to content

Commit 212c87c

Browse files
feat: Add Lustre support to the Vertex Training Custom Job API (#8822)
* feat: Add Lustre support to the Vertex Training Custom Job API docs: Update comments for machine resources and autoscaling PiperOrigin-RevId: 846415033 Source-Link: googleapis/googleapis@affadb6 Source-Link: googleapis/googleapis-gen@ef55c62 Copy-Tag: eyJwIjoiQWlQbGF0Zm9ybS8uT3dsQm90LnlhbWwiLCJoIjoiZWY1NWM2MjFlYjdiNTllOGJiOGQ3YTk5Mzg1ZDNjMmE4MmExYzQ1YyJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 08eebe9 commit 212c87c

10 files changed

Lines changed: 341 additions & 144 deletions

File tree

70 Bytes
Binary file not shown.

AiPlatform/metadata/V1/MachineResources.php

Lines changed: 8 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

AiPlatform/samples/V1/DeploymentResourcePoolServiceClient/create_deployment_resource_pool.php

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,11 @@
3838
* @param string $formattedParent The parent location resource where this DeploymentResourcePool
3939
* will be created. Format: `projects/{project}/locations/{location}`
4040
* Please see {@see DeploymentResourcePoolServiceClient::locationName()} for help formatting this field.
41-
* @param int $deploymentResourcePoolDedicatedResourcesMinReplicaCount Immutable. The minimum number of machine replicas this
42-
* DeployedModel will be always deployed on. This value must be greater than
43-
* or equal to 1.
41+
* @param int $deploymentResourcePoolDedicatedResourcesMinReplicaCount Immutable. The minimum number of machine replicas that will be
42+
* always deployed on. This value must be greater than or equal to 1.
4443
*
45-
* If traffic against the DeployedModel increases, it may dynamically be
46-
* deployed onto more replicas, and as traffic decreases, some of these extra
47-
* replicas may be freed.
44+
* If traffic increases, it may dynamically be deployed onto more replicas,
45+
* and as traffic decreases, some of these extra replicas may be freed.
4846
* @param string $deploymentResourcePoolId The ID to use for the DeploymentResourcePool, which
4947
* will become the final component of the DeploymentResourcePool's resource
5048
* name.

AiPlatform/samples/V1/DeploymentResourcePoolServiceClient/update_deployment_resource_pool.php

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,11 @@
3636
/**
3737
* Update a DeploymentResourcePool.
3838
*
39-
* @param int $deploymentResourcePoolDedicatedResourcesMinReplicaCount Immutable. The minimum number of machine replicas this
40-
* DeployedModel will be always deployed on. This value must be greater than
41-
* or equal to 1.
39+
* @param int $deploymentResourcePoolDedicatedResourcesMinReplicaCount Immutable. The minimum number of machine replicas that will be
40+
* always deployed on. This value must be greater than or equal to 1.
4241
*
43-
* If traffic against the DeployedModel increases, it may dynamically be
44-
* deployed onto more replicas, and as traffic decreases, some of these extra
45-
* replicas may be freed.
42+
* If traffic increases, it may dynamically be deployed onto more replicas,
43+
* and as traffic decreases, some of these extra replicas may be freed.
4644
*/
4745
function update_deployment_resource_pool_sample(
4846
int $deploymentResourcePoolDedicatedResourcesMinReplicaCount

AiPlatform/src/V1/AutomaticResources.php

Lines changed: 44 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

AiPlatform/src/V1/AutoscalingMetricSpec.php

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)