Skip to content

Commit

Permalink
feat: add MALFORMED_FUNCTION_CALL to FinishReason (#7449)
Browse files Browse the repository at this point in the history
feat: add preflight_validations to PipelineJob
feat: add encryption_spec to TuningJob
PiperOrigin-RevId: 643389856
Source-Link: googleapis/googleapis@f20b8a2
Source-Link: googleapis/googleapis-gen@b6345d1
Copy-Tag: eyJwIjoiQWlQbGF0Zm9ybS8uT3dsQm90LnlhbWwiLCJoIjoiYjYzNDVkMWFmNDdmZGY5NzM1ZmU4ZTE4YmI0YzkwZmRjZjgzMDg3OCJ9
  • Loading branch information
gcf-owl-bot[bot] authored Jun 21, 2024
1 parent cc58829 commit 0588ce4
Show file tree
Hide file tree
Showing 35 changed files with 3,217 additions and 30 deletions.
Binary file modified AiPlatform/metadata/V1/Content.php
Binary file not shown.
Binary file modified AiPlatform/metadata/V1/PipelineJob.php
Binary file not shown.
Binary file modified AiPlatform/metadata/V1/PredictionService.php
Binary file not shown.
Binary file modified AiPlatform/metadata/V1/TuningJob.php
Binary file not shown.
7 changes: 7 additions & 0 deletions AiPlatform/src/V1/Candidate/FinishReason.php

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

34 changes: 34 additions & 0 deletions AiPlatform/src/V1/PipelineJob.php

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

52 changes: 52 additions & 0 deletions AiPlatform/src/V1/TuningJob.php

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

120 changes: 120 additions & 0 deletions AiPlatform/src/V1/resources/dataset_service_rest_client_config.php
Original file line number Diff line number Diff line change
Expand Up @@ -584,6 +584,18 @@
'method' => 'post',
'uriTemplate' => '/ui/{name=projects/*/locations/*/models/*/evaluations/*/operations/*}:cancel',
],
[
'method' => 'post',
'uriTemplate' => '/ui/{name=projects/*/locations/*/notebookExecutionJobs/*/operations/*}:cancel',
],
[
'method' => 'post',
'uriTemplate' => '/ui/{name=projects/*/locations/*/notebookRuntimes/*/operations/*}:cancel',
],
[
'method' => 'post',
'uriTemplate' => '/ui/{name=projects/*/locations/*/notebookRuntimeTemplates/*/operations/*}:cancel',
],
[
'method' => 'post',
'uriTemplate' => '/ui/{name=projects/*/locations/*/persistentResources/*/operations/*}:cancel',
Expand Down Expand Up @@ -728,6 +740,18 @@
'method' => 'post',
'uriTemplate' => '/v1/{name=projects/*/locations/*/models/*/evaluations/*/operations/*}:cancel',
],
[
'method' => 'post',
'uriTemplate' => '/v1/{name=projects/*/locations/*/notebookExecutionJobs/*/operations/*}:cancel',
],
[
'method' => 'post',
'uriTemplate' => '/v1/{name=projects/*/locations/*/notebookRuntimes/*/operations/*}:cancel',
],
[
'method' => 'post',
'uriTemplate' => '/v1/{name=projects/*/locations/*/notebookRuntimeTemplates/*/operations/*}:cancel',
],
[
'method' => 'post',
'uriTemplate' => '/v1/{name=projects/*/locations/*/persistentResources/*/operations/*}:cancel',
Expand Down Expand Up @@ -901,6 +925,18 @@
'method' => 'delete',
'uriTemplate' => '/ui/{name=projects/*/locations/*/models/*/evaluations/*/operations/*}',
],
[
'method' => 'delete',
'uriTemplate' => '/ui/{name=projects/*/locations/*/notebookExecutionJobs/*/operations/*}',
],
[
'method' => 'delete',
'uriTemplate' => '/ui/{name=projects/*/locations/*/notebookRuntimes/*/operations/*}',
],
[
'method' => 'delete',
'uriTemplate' => '/ui/{name=projects/*/locations/*/notebookRuntimeTemplates/*/operations/*}',
],
[
'method' => 'delete',
'uriTemplate' => '/ui/{name=projects/*/locations/*/persistentResources/*/operations/*}',
Expand Down Expand Up @@ -1057,6 +1093,18 @@
'method' => 'delete',
'uriTemplate' => '/v1/{name=projects/*/locations/*/models/*/evaluations/*/operations/*}',
],
[
'method' => 'delete',
'uriTemplate' => '/v1/{name=projects/*/locations/*/notebookExecutionJobs/*/operations/*}',
],
[
'method' => 'delete',
'uriTemplate' => '/v1/{name=projects/*/locations/*/notebookRuntimes/*/operations/*}',
],
[
'method' => 'delete',
'uriTemplate' => '/v1/{name=projects/*/locations/*/notebookRuntimeTemplates/*/operations/*}',
],
[
'method' => 'delete',
'uriTemplate' => '/v1/{name=projects/*/locations/*/studies/*/operations/*}',
Expand Down Expand Up @@ -1254,6 +1302,18 @@
'method' => 'get',
'uriTemplate' => '/ui/{name=projects/*/locations/*/models/*/evaluations/*/operations/*}',
],
[
'method' => 'get',
'uriTemplate' => '/ui/{name=projects/*/locations/*/notebookExecutionJobs/*/operations/*}',
],
[
'method' => 'get',
'uriTemplate' => '/ui/{name=projects/*/locations/*/notebookRuntimes/*/operations/*}',
],
[
'method' => 'get',
'uriTemplate' => '/ui/{name=projects/*/locations/*/notebookRuntimeTemplates/*/operations/*}',
],
[
'method' => 'get',
'uriTemplate' => '/ui/{name=projects/*/locations/*/persistentResources/*/operations/*}',
Expand Down Expand Up @@ -1414,6 +1474,18 @@
'method' => 'get',
'uriTemplate' => '/v1/{name=projects/*/locations/*/models/*/evaluations/*/operations/*}',
],
[
'method' => 'get',
'uriTemplate' => '/v1/{name=projects/*/locations/*/notebookExecutionJobs/*/operations/*}',
],
[
'method' => 'get',
'uriTemplate' => '/v1/{name=projects/*/locations/*/notebookRuntimes/*/operations/*}',
],
[
'method' => 'get',
'uriTemplate' => '/v1/{name=projects/*/locations/*/notebookRuntimeTemplates/*/operations/*}',
],
[
'method' => 'get',
'uriTemplate' => '/v1/{name=projects/*/locations/*/studies/*/operations/*}',
Expand Down Expand Up @@ -1607,6 +1679,18 @@
'method' => 'get',
'uriTemplate' => '/ui/{name=projects/*/locations/*/models/*/evaluations/*}/operations',
],
[
'method' => 'get',
'uriTemplate' => '/ui/{name=projects/*/locations/*/notebookExecutionJobs/*}/operations',
],
[
'method' => 'get',
'uriTemplate' => '/ui/{name=projects/*/locations/*/notebookRuntimes/*}/operations',
],
[
'method' => 'get',
'uriTemplate' => '/ui/{name=projects/*/locations/*/notebookRuntimeTemplates/*}/operations',
],
[
'method' => 'get',
'uriTemplate' => '/ui/{name=projects/*/locations/*/studies/*}/operations',
Expand Down Expand Up @@ -1767,6 +1851,18 @@
'method' => 'get',
'uriTemplate' => '/v1/{name=projects/*/locations/*/models/*/evaluations/*}/operations',
],
[
'method' => 'get',
'uriTemplate' => '/v1/{name=projects/*/locations/*/notebookExecutionJobs/*}/operations',
],
[
'method' => 'get',
'uriTemplate' => '/v1/{name=projects/*/locations/*/notebookRuntimes/*}/operations',
],
[
'method' => 'get',
'uriTemplate' => '/v1/{name=projects/*/locations/*/notebookRuntimeTemplates/*}/operations',
],
[
'method' => 'get',
'uriTemplate' => '/v1/{name=projects/*/locations/*/studies/*}/operations',
Expand Down Expand Up @@ -1960,6 +2056,18 @@
'method' => 'post',
'uriTemplate' => '/ui/{name=projects/*/locations/*/models/*/evaluations/*/operations/*}:wait',
],
[
'method' => 'post',
'uriTemplate' => '/ui/{name=projects/*/locations/*/notebookExecutionJobs/*/operations/*}:wait',
],
[
'method' => 'post',
'uriTemplate' => '/ui/{name=projects/*/locations/*/notebookRuntimes/*/operations/*}:wait',
],
[
'method' => 'post',
'uriTemplate' => '/ui/{name=projects/*/locations/*/notebookRuntimeTemplates/*/operations/*}:wait',
],
[
'method' => 'post',
'uriTemplate' => '/ui/{name=projects/*/locations/*/studies/*/operations/*}:wait',
Expand Down Expand Up @@ -2116,6 +2224,18 @@
'method' => 'post',
'uriTemplate' => '/v1/{name=projects/*/locations/*/models/*/evaluations/*/operations/*}:wait',
],
[
'method' => 'post',
'uriTemplate' => '/v1/{name=projects/*/locations/*/notebookExecutionJobs/*/operations/*}:wait',
],
[
'method' => 'post',
'uriTemplate' => '/v1/{name=projects/*/locations/*/notebookRuntimes/*/operations/*}:wait',
],
[
'method' => 'post',
'uriTemplate' => '/v1/{name=projects/*/locations/*/notebookRuntimeTemplates/*/operations/*}:wait',
],
[
'method' => 'post',
'uriTemplate' => '/v1/{name=projects/*/locations/*/studies/*/operations/*}:wait',
Expand Down
Loading

0 comments on commit 0588ce4

Please sign in to comment.