Skip to content

Commit

Permalink
feat!: [AiPlatform] add reserved_ip_ranges to CustomJobSpec / move up…
Browse files Browse the repository at this point in the history
…dateMask from required to optional (#5221)

* feat: add reserved_ip_ranges to CustomJobSpec in aiplatform v1 custom_job.proto
feat: add nfs_mounts to WorkPoolSpec in aiplatform v1 custom_job.proto
feat: add JOB_STATE_UPDATING to JobState in aiplatform v1 job_state.proto
feat: add MfsMount in aiplatform v1 machine_resources.proto
feat: add ConvexAutomatedStoppingSpec to StudySpec in aiplatform v1 study.proto

BREAKING CHANGE: (php) remove several `REQUIRED` field annotations in featurestore.proto, metadata.proto, and pipeline_job.proto

PiperOrigin-RevId: 441616654

Source-Link: googleapis/googleapis@a476b9f

Source-Link: googleapis/googleapis-gen@ed936e9
Copy-Tag: eyJwIjoiQWlQbGF0Zm9ybS8uT3dsQm90LnlhbWwiLCJoIjoiZWQ5MzZlOTA1MjEyZTUwZmViODYyOTEyMWRmN2JlOTQzMGRiZDhhYSJ9

* 🦉 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>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] committed May 3, 2022
1 parent 8984639 commit d130ddf
Show file tree
Hide file tree
Showing 65 changed files with 2,289 additions and 1,151 deletions.
Binary file modified AiPlatform/metadata/V1/CustomJob.php
Binary file not shown.
Binary file modified AiPlatform/metadata/V1/Featurestore.php
Binary file not shown.
8 changes: 4 additions & 4 deletions AiPlatform/metadata/V1/IndexEndpoint.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified AiPlatform/metadata/V1/JobState.php
Binary file not shown.
8 changes: 6 additions & 2 deletions AiPlatform/metadata/V1/MachineResources.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions AiPlatform/metadata/V1/MetadataService.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified AiPlatform/metadata/V1/ModelDeploymentMonitoringJob.php
Binary file not shown.
22 changes: 14 additions & 8 deletions AiPlatform/metadata/V1/ModelEvaluation.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 9 additions & 4 deletions AiPlatform/metadata/V1/ModelService.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified AiPlatform/metadata/V1/PipelineJob.php
Binary file not shown.
Binary file modified AiPlatform/metadata/V1/Study.php
Binary file not shown.
54 changes: 54 additions & 0 deletions AiPlatform/src/V1/CustomJobSpec.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions AiPlatform/src/V1/DedicatedResources.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions AiPlatform/src/V1/Endpoint.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 12 additions & 16 deletions AiPlatform/src/V1/EntityType.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d130ddf

Please sign in to comment.