File tree Expand file tree Collapse file tree
google/cloud/aiplatform/v1beta1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,6 +31,10 @@ option java_outer_classname = "EndpointProto";
3131option java_package = "com.google.cloud.aiplatform.v1beta1" ;
3232option php_namespace = "Google\\Cloud\\AIPlatform\\V1beta1" ;
3333option ruby_package = "Google::Cloud::AIPlatform::V1beta1" ;
34+ option (google.api.resource_definition ) = {
35+ type : "aiplatform.googleapis.com/DeploymentResourcePool"
36+ pattern : "projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}"
37+ };
3438
3539// Models are deployed into it, and afterwards Endpoint is called to obtain
3640// predictions and explanations.
@@ -146,6 +150,13 @@ message DeployedModel {
146150 // A description of resources that to large degree are decided by Vertex
147151 // AI, and require only a modest additional configuration.
148152 AutomaticResources automatic_resources = 8 ;
153+
154+ // The resource name of the shared DeploymentResourcePool to deploy on.
155+ // Format:
156+ // projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}
157+ string shared_resources = 17 [(google.api.resource_reference ) = {
158+ type : "aiplatform.googleapis.com/DeploymentResourcePool"
159+ }];
149160 }
150161
151162 // Immutable. The ID of the DeployedModel. If not provided upon deployment, Vertex AI
You can’t perform that action at this time.
0 commit comments