File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
google/cloud/aiplatform/v1 Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -142,6 +142,15 @@ message FileStatus {
142142 string error_status = 2 [(google.api.field_behavior ) = OUTPUT_ONLY ];
143143}
144144
145+ // Config for the Vertex AI Search.
146+ message VertexAiSearchConfig {
147+ // Vertex AI Search Serving Config resource full name. For example,
148+ // `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/servingConfigs/{serving_config}`
149+ // or
150+ // `projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/servingConfigs/{serving_config}`.
151+ string serving_config = 1 ;
152+ }
153+
145154// RagCorpus status.
146155message CorpusStatus {
147156 // RagCorpus life state.
@@ -207,6 +216,12 @@ message RagCorpus {
207216 (google.api.field_behavior ) = OPTIONAL ,
208217 (google.api.field_behavior ) = IMMUTABLE
209218 ];
219+
220+ // Optional. Immutable. The config for the Vertex AI Search.
221+ VertexAiSearchConfig vertex_ai_search_config = 10 [
222+ (google.api.field_behavior ) = OPTIONAL ,
223+ (google.api.field_behavior ) = IMMUTABLE
224+ ];
210225 }
211226}
212227
You can’t perform that action at this time.
0 commit comments