Skip to content

Commit dfdd5ee

Browse files
Google APIscopybara-github
authored andcommitted
feat: add service_account to BatchPredictionJob in aiplatform v1beta1 batch_prediction_job.proto
PiperOrigin-RevId: 434935416
1 parent 392ae91 commit dfdd5ee

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

google/cloud/aiplatform/v1beta1/batch_prediction_job.proto

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,15 @@ message BatchPredictionJob {
200200
// must be provided.
201201
BatchDedicatedResources dedicated_resources = 7;
202202

203+
// The service account that the DeployedModel's container runs as. If not
204+
// specified, a system generated one will be used, which
205+
// has minimal permissions and the custom container, if used, may not have
206+
// enough permission to access other GCP resources.
207+
//
208+
// Users deploying the Model must have the `iam.serviceAccounts.actAs`
209+
// permission on this service account.
210+
string service_account = 29;
211+
203212
// Immutable. Parameters configuring the batch behavior. Currently only applicable when
204213
// [dedicated_resources][google.cloud.aiplatform.v1beta1.BatchPredictionJob.dedicated_resources] are used (in other cases Vertex AI does
205214
// the tuning itself).

0 commit comments

Comments
 (0)