We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e4cb44 commit a0a150aCopy full SHA for a0a150a
1 file changed
google/cloud/aiplatform/v1beta1/reasoning_engine.proto
@@ -65,6 +65,13 @@ message ReasoningEngineSpec {
65
[(google.api.field_behavior) = OPTIONAL];
66
}
67
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
+
75
// Optional. User provided package spec of the ReasoningEngine.
76
// Ignored when users directly specify a deployment image through
77
// `deployment_spec.first_party_image_override`, but keeping the
0 commit comments