File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
google/cloud/aiplatform/v1beta1 Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,13 @@ message ReasoningEngineSpec {
65
65
[(google.api.field_behavior ) = OPTIONAL ];
66
66
}
67
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
+
68
75
// Optional. User provided package spec of the ReasoningEngine.
69
76
// Ignored when users directly specify a deployment image through
70
77
// `deployment_spec.first_party_image_override`, but keeping the
You can’t perform that action at this time.
0 commit comments