Skip to content

Commit ba2c590

Browse files
feat: [aiplatform] add blocking_operation_ids to ImportFeatureValuesOperationMetadata (#9481)
* feat: support for Model Garden -- A single place to search, discover, and interact with a wide variety of foundation models from Google and Google partners, available on Vertex AI PiperOrigin-RevId: 536794833 Source-Link: googleapis/googleapis@df07060 Source-Link: https://github.com/googleapis/googleapis-gen/commit/d9492ce901fc8bc2987280f16a466da1b441bc75 Copy-Tag: eyJwIjoiamF2YS1haXBsYXRmb3JtLy5Pd2xCb3QueWFtbCIsImgiOiJkOTQ5MmNlOTAxZmM4YmMyOTg3MjgwZjE2YTQ2NmRhMWI0NDFiYzc1In0= * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * chore: upgrading protobuf to 23.2 for code generation PiperOrigin-RevId: 537035741 Source-Link: googleapis/googleapis@640f743 Source-Link: https://github.com/googleapis/googleapis-gen/commit/5ec02ed2022878f99c94c763060ff6a018896b6e Copy-Tag: eyJwIjoiamF2YS1haXBsYXRmb3JtLy5Pd2xCb3QueWFtbCIsImgiOiI1ZWMwMmVkMjAyMjg3OGY5OWM5NGM3NjMwNjBmZjZhMDE4ODk2YjZlIn0= * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * feat: add NVIDIA_A100_80GB to AcceleratorType feat: add blocking_operation_ids to ImportFeatureValuesOperationMetadata PiperOrigin-RevId: 537124229 Source-Link: googleapis/googleapis@064f6cd Source-Link: https://github.com/googleapis/googleapis-gen/commit/b5a4a981256b863f6960aaa6f1a03a65521d002c Copy-Tag: eyJwIjoiamF2YS1haXBsYXRmb3JtLy5Pd2xCb3QueWFtbCIsImgiOiJiNWE0YTk4MTI1NmI4NjNmNjk2MGFhYTZmMWEwM2E2NTUyMWQwMDJjIn0= * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * feat: add blocking_operation_ids to ImportFeatureValuesOperationMetadata feat: add launch_stage to PublisherModel PiperOrigin-RevId: 537154438 Source-Link: googleapis/googleapis@d2d95e5 Source-Link: https://github.com/googleapis/googleapis-gen/commit/2688bd01fc821ef022543955309e9c056cec8d56 Copy-Tag: eyJwIjoiamF2YS1haXBsYXRmb3JtLy5Pd2xCb3QueWFtbCIsImgiOiIyNjg4YmQwMWZjODIxZWYwMjI1NDM5NTUzMDllOWMwNTZjZWM4ZDU2In0= * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 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 d06bf1f commit ba2c590

File tree

1,607 files changed

+47394
-19463
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,607 files changed

+47394
-19463
lines changed

java-aiplatform/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
2020
<dependency>
2121
<groupId>com.google.cloud</groupId>
2222
<artifactId>libraries-bom</artifactId>
23-
<version>26.15.0</version>
23+
<version>26.16.0</version>
2424
<type>pom</type>
2525
<scope>import</scope>
2626
</dependency>
@@ -195,7 +195,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
195195
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
196196
[stability-image]: https://img.shields.io/badge/stability-stable-green
197197
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-aiplatform.svg
198-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-aiplatform/3.18.0
198+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-aiplatform/3.19.0
199199
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
200200
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
201201
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1272,7 +1272,6 @@ public final UnaryCallable<ListArtifactsRequest, ListArtifactsResponse> listArti
12721272
* Artifact to be updated. Format:
12731273
* `projects/{project}/locations/{location}/metadataStores/{metadatastore}/artifacts/{artifact}`
12741274
* @param updateMask Optional. A FieldMask indicating which fields should be updated.
1275-
* Functionality of this field is not yet supported.
12761275
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
12771276
*/
12781277
public final Artifact updateArtifact(Artifact artifact, FieldMask updateMask) {
@@ -2110,7 +2109,6 @@ public final UnaryCallable<ListContextsRequest, ListContextsResponse> listContex
21102109
* Context to be updated. Format:
21112110
* `projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}`
21122111
* @param updateMask Optional. A FieldMask indicating which fields should be updated.
2113-
* Functionality of this field is not yet supported.
21142112
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
21152113
*/
21162114
public final Context updateContext(Context context, FieldMask updateMask) {
@@ -3537,7 +3535,6 @@ public final ListExecutionsPagedResponse listExecutions(ListExecutionsRequest re
35373535
* Execution to be updated. Format:
35383536
* `projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}`
35393537
* @param updateMask Optional. A FieldMask indicating which fields should be updated.
3540-
* Functionality of this field is not yet supported.
35413538
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
35423539
*/
35433540
public final Execution updateExecution(Execution execution, FieldMask updateMask) {

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

Lines changed: 762 additions & 0 deletions
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,255 @@
1+
/*
2+
* Copyright 2022 Google LLC
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* https://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*/
16+
17+
package com.google.cloud.aiplatform.v1;
18+
19+
import static com.google.cloud.aiplatform.v1.ModelGardenServiceClient.ListLocationsPagedResponse;
20+
21+
import com.google.api.core.ApiFunction;
22+
import com.google.api.core.BetaApi;
23+
import com.google.api.gax.core.GoogleCredentialsProvider;
24+
import com.google.api.gax.core.InstantiatingExecutorProvider;
25+
import com.google.api.gax.grpc.InstantiatingGrpcChannelProvider;
26+
import com.google.api.gax.rpc.ApiClientHeaderProvider;
27+
import com.google.api.gax.rpc.ClientContext;
28+
import com.google.api.gax.rpc.ClientSettings;
29+
import com.google.api.gax.rpc.PagedCallSettings;
30+
import com.google.api.gax.rpc.TransportChannelProvider;
31+
import com.google.api.gax.rpc.UnaryCallSettings;
32+
import com.google.cloud.aiplatform.v1.stub.ModelGardenServiceStubSettings;
33+
import com.google.cloud.location.GetLocationRequest;
34+
import com.google.cloud.location.ListLocationsRequest;
35+
import com.google.cloud.location.ListLocationsResponse;
36+
import com.google.cloud.location.Location;
37+
import com.google.iam.v1.GetIamPolicyRequest;
38+
import com.google.iam.v1.Policy;
39+
import com.google.iam.v1.SetIamPolicyRequest;
40+
import com.google.iam.v1.TestIamPermissionsRequest;
41+
import com.google.iam.v1.TestIamPermissionsResponse;
42+
import java.io.IOException;
43+
import java.util.List;
44+
import javax.annotation.Generated;
45+
46+
// AUTO-GENERATED DOCUMENTATION AND CLASS.
47+
/**
48+
* Settings class to configure an instance of {@link ModelGardenServiceClient}.
49+
*
50+
* <p>The default instance has everything set to sensible defaults:
51+
*
52+
* <ul>
53+
* <li>The default service address (aiplatform.googleapis.com) and default port (443) are used.
54+
* <li>Credentials are acquired automatically through Application Default Credentials.
55+
* <li>Retries are configured for idempotent methods but not for non-idempotent methods.
56+
* </ul>
57+
*
58+
* <p>The builder of this class is recursive, so contained classes are themselves builders. When
59+
* build() is called, the tree of builders is called to create the complete settings object.
60+
*
61+
* <p>For example, to set the total timeout of getPublisherModel to 30 seconds:
62+
*
63+
* <pre>{@code
64+
* // This snippet has been automatically generated and should be regarded as a code template only.
65+
* // It will require modifications to work:
66+
* // - It may require correct/in-range values for request initialization.
67+
* // - It may require specifying regional endpoints when creating the service client as shown in
68+
* // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
69+
* ModelGardenServiceSettings.Builder modelGardenServiceSettingsBuilder =
70+
* ModelGardenServiceSettings.newBuilder();
71+
* modelGardenServiceSettingsBuilder
72+
* .getPublisherModelSettings()
73+
* .setRetrySettings(
74+
* modelGardenServiceSettingsBuilder
75+
* .getPublisherModelSettings()
76+
* .getRetrySettings()
77+
* .toBuilder()
78+
* .setTotalTimeout(Duration.ofSeconds(30))
79+
* .build());
80+
* ModelGardenServiceSettings modelGardenServiceSettings =
81+
* modelGardenServiceSettingsBuilder.build();
82+
* }</pre>
83+
*/
84+
@Generated("by gapic-generator-java")
85+
public class ModelGardenServiceSettings extends ClientSettings<ModelGardenServiceSettings> {
86+
87+
/** Returns the object with the settings used for calls to getPublisherModel. */
88+
public UnaryCallSettings<GetPublisherModelRequest, PublisherModel> getPublisherModelSettings() {
89+
return ((ModelGardenServiceStubSettings) getStubSettings()).getPublisherModelSettings();
90+
}
91+
92+
/** Returns the object with the settings used for calls to listLocations. */
93+
public PagedCallSettings<ListLocationsRequest, ListLocationsResponse, ListLocationsPagedResponse>
94+
listLocationsSettings() {
95+
return ((ModelGardenServiceStubSettings) getStubSettings()).listLocationsSettings();
96+
}
97+
98+
/** Returns the object with the settings used for calls to getLocation. */
99+
public UnaryCallSettings<GetLocationRequest, Location> getLocationSettings() {
100+
return ((ModelGardenServiceStubSettings) getStubSettings()).getLocationSettings();
101+
}
102+
103+
/** Returns the object with the settings used for calls to setIamPolicy. */
104+
public UnaryCallSettings<SetIamPolicyRequest, Policy> setIamPolicySettings() {
105+
return ((ModelGardenServiceStubSettings) getStubSettings()).setIamPolicySettings();
106+
}
107+
108+
/** Returns the object with the settings used for calls to getIamPolicy. */
109+
public UnaryCallSettings<GetIamPolicyRequest, Policy> getIamPolicySettings() {
110+
return ((ModelGardenServiceStubSettings) getStubSettings()).getIamPolicySettings();
111+
}
112+
113+
/** Returns the object with the settings used for calls to testIamPermissions. */
114+
public UnaryCallSettings<TestIamPermissionsRequest, TestIamPermissionsResponse>
115+
testIamPermissionsSettings() {
116+
return ((ModelGardenServiceStubSettings) getStubSettings()).testIamPermissionsSettings();
117+
}
118+
119+
public static final ModelGardenServiceSettings create(ModelGardenServiceStubSettings stub)
120+
throws IOException {
121+
return new ModelGardenServiceSettings.Builder(stub.toBuilder()).build();
122+
}
123+
124+
/** Returns a builder for the default ExecutorProvider for this service. */
125+
public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder() {
126+
return ModelGardenServiceStubSettings.defaultExecutorProviderBuilder();
127+
}
128+
129+
/** Returns the default service endpoint. */
130+
public static String getDefaultEndpoint() {
131+
return ModelGardenServiceStubSettings.getDefaultEndpoint();
132+
}
133+
134+
/** Returns the default service scopes. */
135+
public static List<String> getDefaultServiceScopes() {
136+
return ModelGardenServiceStubSettings.getDefaultServiceScopes();
137+
}
138+
139+
/** Returns a builder for the default credentials for this service. */
140+
public static GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder() {
141+
return ModelGardenServiceStubSettings.defaultCredentialsProviderBuilder();
142+
}
143+
144+
/** Returns a builder for the default ChannelProvider for this service. */
145+
public static InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder() {
146+
return ModelGardenServiceStubSettings.defaultGrpcTransportProviderBuilder();
147+
}
148+
149+
public static TransportChannelProvider defaultTransportChannelProvider() {
150+
return ModelGardenServiceStubSettings.defaultTransportChannelProvider();
151+
}
152+
153+
@BetaApi("The surface for customizing headers is not stable yet and may change in the future.")
154+
public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() {
155+
return ModelGardenServiceStubSettings.defaultApiClientHeaderProviderBuilder();
156+
}
157+
158+
/** Returns a new builder for this class. */
159+
public static Builder newBuilder() {
160+
return Builder.createDefault();
161+
}
162+
163+
/** Returns a new builder for this class. */
164+
public static Builder newBuilder(ClientContext clientContext) {
165+
return new Builder(clientContext);
166+
}
167+
168+
/** Returns a builder containing all the values of this settings class. */
169+
public Builder toBuilder() {
170+
return new Builder(this);
171+
}
172+
173+
protected ModelGardenServiceSettings(Builder settingsBuilder) throws IOException {
174+
super(settingsBuilder);
175+
}
176+
177+
/** Builder for ModelGardenServiceSettings. */
178+
public static class Builder extends ClientSettings.Builder<ModelGardenServiceSettings, Builder> {
179+
180+
protected Builder() throws IOException {
181+
this(((ClientContext) null));
182+
}
183+
184+
protected Builder(ClientContext clientContext) {
185+
super(ModelGardenServiceStubSettings.newBuilder(clientContext));
186+
}
187+
188+
protected Builder(ModelGardenServiceSettings settings) {
189+
super(settings.getStubSettings().toBuilder());
190+
}
191+
192+
protected Builder(ModelGardenServiceStubSettings.Builder stubSettings) {
193+
super(stubSettings);
194+
}
195+
196+
private static Builder createDefault() {
197+
return new Builder(ModelGardenServiceStubSettings.newBuilder());
198+
}
199+
200+
public ModelGardenServiceStubSettings.Builder getStubSettingsBuilder() {
201+
return ((ModelGardenServiceStubSettings.Builder) getStubSettings());
202+
}
203+
204+
/**
205+
* Applies the given settings updater function to all of the unary API methods in this service.
206+
*
207+
* <p>Note: This method does not support applying settings to streaming methods.
208+
*/
209+
public Builder applyToAllUnaryMethods(
210+
ApiFunction<UnaryCallSettings.Builder<?, ?>, Void> settingsUpdater) {
211+
super.applyToAllUnaryMethods(
212+
getStubSettingsBuilder().unaryMethodSettingsBuilders(), settingsUpdater);
213+
return this;
214+
}
215+
216+
/** Returns the builder for the settings used for calls to getPublisherModel. */
217+
public UnaryCallSettings.Builder<GetPublisherModelRequest, PublisherModel>
218+
getPublisherModelSettings() {
219+
return getStubSettingsBuilder().getPublisherModelSettings();
220+
}
221+
222+
/** Returns the builder for the settings used for calls to listLocations. */
223+
public PagedCallSettings.Builder<
224+
ListLocationsRequest, ListLocationsResponse, ListLocationsPagedResponse>
225+
listLocationsSettings() {
226+
return getStubSettingsBuilder().listLocationsSettings();
227+
}
228+
229+
/** Returns the builder for the settings used for calls to getLocation. */
230+
public UnaryCallSettings.Builder<GetLocationRequest, Location> getLocationSettings() {
231+
return getStubSettingsBuilder().getLocationSettings();
232+
}
233+
234+
/** Returns the builder for the settings used for calls to setIamPolicy. */
235+
public UnaryCallSettings.Builder<SetIamPolicyRequest, Policy> setIamPolicySettings() {
236+
return getStubSettingsBuilder().setIamPolicySettings();
237+
}
238+
239+
/** Returns the builder for the settings used for calls to getIamPolicy. */
240+
public UnaryCallSettings.Builder<GetIamPolicyRequest, Policy> getIamPolicySettings() {
241+
return getStubSettingsBuilder().getIamPolicySettings();
242+
}
243+
244+
/** Returns the builder for the settings used for calls to testIamPermissions. */
245+
public UnaryCallSettings.Builder<TestIamPermissionsRequest, TestIamPermissionsResponse>
246+
testIamPermissionsSettings() {
247+
return getStubSettingsBuilder().testIamPermissionsSettings();
248+
}
249+
250+
@Override
251+
public ModelGardenServiceSettings build() throws IOException {
252+
return new ModelGardenServiceSettings(this);
253+
}
254+
}
255+
}

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

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -544,8 +544,7 @@ public final UnaryCallable<RawPredictRequest, HttpBody> rawPredictCallable() {
544544
* [explanation_spec][google.cloud.aiplatform.v1.DeployedModel.explanation_spec] populated. If
545545
* [deployed_model_id][google.cloud.aiplatform.v1.ExplainRequest.deployed_model_id] is not
546546
* specified, all DeployedModels must have
547-
* [explanation_spec][google.cloud.aiplatform.v1.DeployedModel.explanation_spec] populated. Only
548-
* deployed AutoML tabular Models have explanation_spec.
547+
* [explanation_spec][google.cloud.aiplatform.v1.DeployedModel.explanation_spec] populated.
549548
*
550549
* <p>Sample code:
551550
*
@@ -607,8 +606,7 @@ public final ExplainResponse explain(
607606
* [explanation_spec][google.cloud.aiplatform.v1.DeployedModel.explanation_spec] populated. If
608607
* [deployed_model_id][google.cloud.aiplatform.v1.ExplainRequest.deployed_model_id] is not
609608
* specified, all DeployedModels must have
610-
* [explanation_spec][google.cloud.aiplatform.v1.DeployedModel.explanation_spec] populated. Only
611-
* deployed AutoML tabular Models have explanation_spec.
609+
* [explanation_spec][google.cloud.aiplatform.v1.DeployedModel.explanation_spec] populated.
612610
*
613611
* <p>Sample code:
614612
*
@@ -671,8 +669,7 @@ public final ExplainResponse explain(
671669
* [explanation_spec][google.cloud.aiplatform.v1.DeployedModel.explanation_spec] populated. If
672670
* [deployed_model_id][google.cloud.aiplatform.v1.ExplainRequest.deployed_model_id] is not
673671
* specified, all DeployedModels must have
674-
* [explanation_spec][google.cloud.aiplatform.v1.DeployedModel.explanation_spec] populated. Only
675-
* deployed AutoML tabular Models have explanation_spec.
672+
* [explanation_spec][google.cloud.aiplatform.v1.DeployedModel.explanation_spec] populated.
676673
*
677674
* <p>Sample code:
678675
*
@@ -714,8 +711,7 @@ public final ExplainResponse explain(ExplainRequest request) {
714711
* [explanation_spec][google.cloud.aiplatform.v1.DeployedModel.explanation_spec] populated. If
715712
* [deployed_model_id][google.cloud.aiplatform.v1.ExplainRequest.deployed_model_id] is not
716713
* specified, all DeployedModels must have
717-
* [explanation_spec][google.cloud.aiplatform.v1.DeployedModel.explanation_spec] populated. Only
718-
* deployed AutoML tabular Models have explanation_spec.
714+
* [explanation_spec][google.cloud.aiplatform.v1.DeployedModel.explanation_spec] populated.
719715
*
720716
* <p>Sample code:
721717
*

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -812,7 +812,7 @@ public final UnaryCallable<LookupStudyRequest, Study> lookupStudyCallable() {
812812
* Adds one or more Trials to a Study, with parameter values suggested by Vertex AI Vizier.
813813
* Returns a long-running operation associated with the generation of Trial suggestions. When this
814814
* long-running operation succeeds, it will contain a
815-
* [SuggestTrialsResponse][google.cloud.ml.v1.SuggestTrialsResponse].
815+
* [SuggestTrialsResponse][google.cloud.aiplatform.v1.SuggestTrialsResponse].
816816
*
817817
* <p>Sample code:
818818
*
@@ -846,7 +846,7 @@ public final OperationFuture<SuggestTrialsResponse, SuggestTrialsMetadata> sugge
846846
* Adds one or more Trials to a Study, with parameter values suggested by Vertex AI Vizier.
847847
* Returns a long-running operation associated with the generation of Trial suggestions. When this
848848
* long-running operation succeeds, it will contain a
849-
* [SuggestTrialsResponse][google.cloud.ml.v1.SuggestTrialsResponse].
849+
* [SuggestTrialsResponse][google.cloud.aiplatform.v1.SuggestTrialsResponse].
850850
*
851851
* <p>Sample code:
852852
*
@@ -880,7 +880,7 @@ public final OperationFuture<SuggestTrialsResponse, SuggestTrialsMetadata> sugge
880880
* Adds one or more Trials to a Study, with parameter values suggested by Vertex AI Vizier.
881881
* Returns a long-running operation associated with the generation of Trial suggestions. When this
882882
* long-running operation succeeds, it will contain a
883-
* [SuggestTrialsResponse][google.cloud.ml.v1.SuggestTrialsResponse].
883+
* [SuggestTrialsResponse][google.cloud.aiplatform.v1.SuggestTrialsResponse].
884884
*
885885
* <p>Sample code:
886886
*

java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/gapic_metadata.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -710,6 +710,33 @@
710710
}
711711
}
712712
},
713+
"ModelGardenService": {
714+
"clients": {
715+
"grpc": {
716+
"libraryClient": "ModelGardenServiceClient",
717+
"rpcs": {
718+
"GetIamPolicy": {
719+
"methods": ["getIamPolicy", "getIamPolicyCallable"]
720+
},
721+
"GetLocation": {
722+
"methods": ["getLocation", "getLocationCallable"]
723+
},
724+
"GetPublisherModel": {
725+
"methods": ["getPublisherModel", "getPublisherModel", "getPublisherModel", "getPublisherModelCallable"]
726+
},
727+
"ListLocations": {
728+
"methods": ["listLocations", "listLocationsPagedCallable", "listLocationsCallable"]
729+
},
730+
"SetIamPolicy": {
731+
"methods": ["setIamPolicy", "setIamPolicyCallable"]
732+
},
733+
"TestIamPermissions": {
734+
"methods": ["testIamPermissions", "testIamPermissionsCallable"]
735+
}
736+
}
737+
}
738+
}
739+
},
713740
"PipelineService": {
714741
"clients": {
715742
"grpc": {

0 commit comments

Comments
 (0)