Skip to content

Commit

Permalink
feat: add BYOSA field to tuning_job
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 695458857
  • Loading branch information
Google APIs authored and copybara-github committed Nov 11, 2024
1 parent 8081c74 commit c809d35
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions google/cloud/aiplatform/v1beta1/tuning_job.proto
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,15 @@ message TuningJob {
// then all resources created by the TuningJob will be encrypted with the
// provided encryption key.
EncryptionSpec encryption_spec = 16;

// The service account that the tuningJob workload runs as.
// If not specified, the Vertex AI Secure Fine-Tuned Service Agent in the
// project will be used. See
// https://cloud.google.com/iam/docs/service-agents#vertex-ai-secure-fine-tuning-service-agent
//
// Users starting the pipeline must have the `iam.serviceAccounts.actAs`
// permission on this service account.
string service_account = 22;
}

// The Model Registry Model and Online Prediction Endpoint assiociated with
Expand Down

0 comments on commit c809d35

Please sign in to comment.