Skip to content
This repository was archived by the owner on Sep 9, 2023. It is now read-only.

Commit 78bcdac

Browse files
chore(bazel): update version of Protobuf to v3.20.1 (#861)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 444328399 Source-Link: googleapis/googleapis@c7ca416 Source-Link: https://github.com/googleapis/googleapis-gen/commit/d61705453a62b3ecda78aa30c192840ebc5a8a90 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZDYxNzA1NDUzYTYyYjNlY2RhNzhhYTMwYzE5Mjg0MGViYzVhOGE5MCJ9 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: https://github.com/googleapis/googleapis-gen/commit/ed936e905212e50feb8629121df7be9430dbd8aa Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZWQ5MzZlOTA1MjEyZTUwZmViODYyOTEyMWRmN2JlOTQzMGRiZDhhYSJ9 feat: rename Similarity to Examples, and similarity to examples in ExplanationParameters in aiplatform v1beta1 explanation.proto feat: add reserved_ip_ranges to CustomJobSpec in aiplatform v1beta1 custom_job.proto feat: add nfs_mounts to WorkPoolSpec in aiplatform v1beta1 custom_job.proto feat: add PredictRequestResponseLoggingConfig to aiplatform v1beta1 endpoint.proto feat: add model_version_id to DeployedModel in aiplatform v1beta1 endpoint.proto feat: add JOB_STATE_UPDATING to JobState in aiplatform v1beta1 job_state.proto feat: add MfsMount in aiplatform v1beta1 machine_resources.proto feat: add version_id to Model in aiplatform v1beta1 model.proto feat: add LatestMonitoringPipelineMetadata to ModelDeploymentMonitoringJob in aiplatform v1beta1 model_deployment_monitoring_job.proto feat: add ListModelVersion, DeleteModelVersion, and MergeVersionAliases rpcs to aiplatform v1beta1 model_service.proto feat: add model_version_id to UploadModelRequest and UploadModelResponse in aiplatform v1beta1 model_service.proto feat: add model_version_id to PredictResponse in aiplatform v1beta1 prediction_service.proto feat: add ConvexAutomatedStoppingSpec to StudySpec in aiplatform v1beta1 study.proto feat: add model_id and parent_model to TrainingPipeline in aiplatform v1beta1 training_pipeline.proto feat: remove several `REQUIRED` field annotations in featurestore.proto, metadata.proto, and pipeline_job.proto PiperOrigin-RevId: 441615103 Source-Link: googleapis/googleapis@2ce1c56 Source-Link: https://github.com/googleapis/googleapis-gen/commit/54ad5302681697d4e45be69069322d9328b58580 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNTRhZDUzMDI2ODE2OTdkNGU0NWJlNjkwNjkzMjJkOTMyOGI1ODU4MCJ9
1 parent d41679b commit 78bcdac

File tree

1,223 files changed

+32422
-6429
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,223 files changed

+32422
-6429
lines changed

google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/MetadataServiceClient.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1083,7 +1083,7 @@ public final UnaryCallable<ListArtifactsRequest, ListArtifactsResponse> listArti
10831083
* [Artifact.name][google.cloud.aiplatform.v1.Artifact.name] field is used to identify the
10841084
* Artifact to be updated. Format:
10851085
* `projects/{project}/locations/{location}/metadataStores/{metadatastore}/artifacts/{artifact}`
1086-
* @param updateMask Required. A FieldMask indicating which fields should be updated.
1086+
* @param updateMask Optional. A FieldMask indicating which fields should be updated.
10871087
* Functionality of this field is not yet supported.
10881088
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
10891089
*/
@@ -1788,7 +1788,7 @@ public final UnaryCallable<ListContextsRequest, ListContextsResponse> listContex
17881788
* [Context.name][google.cloud.aiplatform.v1.Context.name] field is used to identify the
17891789
* Context to be updated. Format:
17901790
* `projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}`
1791-
* @param updateMask Required. A FieldMask indicating which fields should be updated.
1791+
* @param updateMask Optional. A FieldMask indicating which fields should be updated.
17921792
* Functionality of this field is not yet supported.
17931793
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
17941794
*/
@@ -2880,7 +2880,7 @@ public final ListExecutionsPagedResponse listExecutions(ListExecutionsRequest re
28802880
* [Execution.name][google.cloud.aiplatform.v1.Execution.name] field is used to identify the
28812881
* Execution to be updated. Format:
28822882
* `projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}`
2883-
* @param updateMask Required. A FieldMask indicating which fields should be updated.
2883+
* @param updateMask Optional. A FieldMask indicating which fields should be updated.
28842884
* Functionality of this field is not yet supported.
28852885
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
28862886
*/

google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/ModelServiceClient.java

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,18 @@ public final UnaryCallable<ListModelsRequest, ListModelsResponse> listModelsCall
539539
* }
540540
* }</pre>
541541
*
542-
* @param model Required. The Model which replaces the resource on the server.
542+
* @param model Required. The Model which replaces the resource on the server. When Model
543+
* Versioning is enabled, the model.name will be used to determine whether to update the model
544+
* or model version. 1. model.name with the {@literal @} value, e.g. models/123{@literal @}1,
545+
* refers to a version specific update. 2. model.name without the {@literal @} value, e.g.
546+
* models/123, refers to a model update. 3. model.name with {@literal @}-, e.g.
547+
* models/123{@literal @}-, refers to a model update. 4. Supported model fields: display_name,
548+
* description; supported version-specific fields: version_description. Labels are supported
549+
* in both scenarios. Both the model labels and the version labels are merged when a model is
550+
* returned. When updating labels, if the request is for model-specific update, model label
551+
* gets updated. Otherwise, version labels get updated. 5. A model name or model version name
552+
* fields update mismatch will cause a precondition error. 6. One request cannot update both
553+
* the model and the version fields. You must update them separately.
543554
* @param updateMask Required. The update mask applies to the resource. For the `FieldMask`
544555
* definition, see [google.protobuf.FieldMask][google.protobuf.FieldMask].
545556
* @throws com.google.api.gax.rpc.ApiException if the remote call fails

google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/MetadataServiceClient.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1084,7 +1084,7 @@ public final UnaryCallable<ListArtifactsRequest, ListArtifactsResponse> listArti
10841084
* [Artifact.name][google.cloud.aiplatform.v1beta1.Artifact.name] field is used to identify
10851085
* the Artifact to be updated. Format:
10861086
* `projects/{project}/locations/{location}/metadataStores/{metadatastore}/artifacts/{artifact}`
1087-
* @param updateMask Required. A FieldMask indicating which fields should be updated.
1087+
* @param updateMask Optional. A FieldMask indicating which fields should be updated.
10881088
* Functionality of this field is not yet supported.
10891089
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
10901090
*/
@@ -1789,7 +1789,7 @@ public final UnaryCallable<ListContextsRequest, ListContextsResponse> listContex
17891789
* [Context.name][google.cloud.aiplatform.v1beta1.Context.name] field is used to identify the
17901790
* Context to be updated. Format:
17911791
* `projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}`
1792-
* @param updateMask Required. A FieldMask indicating which fields should be updated.
1792+
* @param updateMask Optional. A FieldMask indicating which fields should be updated.
17931793
* Functionality of this field is not yet supported.
17941794
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
17951795
*/
@@ -2881,7 +2881,7 @@ public final ListExecutionsPagedResponse listExecutions(ListExecutionsRequest re
28812881
* [Execution.name][google.cloud.aiplatform.v1beta1.Execution.name] field is used to identify
28822882
* the Execution to be updated. Format:
28832883
* `projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}`
2884-
* @param updateMask Required. A FieldMask indicating which fields should be updated.
2884+
* @param updateMask Optional. A FieldMask indicating which fields should be updated.
28852885
* Functionality of this field is not yet supported.
28862886
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
28872887
*/

0 commit comments

Comments
 (0)