Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a0a150a

Browse files
Google APIscopybara-github
authored andcommitted
feat: Add service_account to Reasoning Engine public protos
PiperOrigin-RevId: 785977703
1 parent 2e4cb44 commit a0a150a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

google/cloud/aiplatform/v1beta1/reasoning_engine.proto

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,13 @@ message ReasoningEngineSpec {
6565
[(google.api.field_behavior) = OPTIONAL];
6666
}
6767

68+
// Optional. The service account that the Reasoning Engine artifact runs as.
69+
// It should have "roles/storage.objectViewer" for reading the user project's
70+
// Cloud Storage and "roles/aiplatform.user" for using Vertex extensions. If
71+
// not specified, the Vertex AI Reasoning Engine Service Agent in the project
72+
// will be used.
73+
optional string service_account = 1 [(google.api.field_behavior) = OPTIONAL];
74+
6875
// Optional. User provided package spec of the ReasoningEngine.
6976
// Ignored when users directly specify a deployment image through
7077
// `deployment_spec.first_party_image_override`, but keeping the

0 commit comments

Comments
 (0)