Skip to content

Commit b6e3bd5

Browse files
feat(firebaseml): update the api
#### firebaseml:v2beta The following keys were added: - schemas.GoogleCloudAiplatformV1beta1VertexAISearch.properties.filter.type (Total Keys: 1) - schemas.GoogleCloudAiplatformV1beta1VertexAISearch.properties.maxResults (Total Keys: 2)
1 parent 06395d2 commit b6e3bd5

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

docs/dyn/firebaseml_v2beta.projects.locations.publishers.models.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,8 @@ <h3>Method Details</h3>
383383
&quot;vertexAiSearch&quot;: { # Retrieve from Vertex AI Search datastore or engine for grounding. datastore and engine are mutually exclusive. See https://cloud.google.com/products/agent-builder # Set to use data source powered by Vertex AI Search.
384384
&quot;datastore&quot;: &quot;A String&quot;, # Optional. Fully-qualified Vertex AI Search data store resource ID. Format: `projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStore}`
385385
&quot;engine&quot;: &quot;A String&quot;, # Optional. Fully-qualified Vertex AI Search engine resource ID. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}`
386+
&quot;filter&quot;: &quot;A String&quot;, # Optional. Filter strings to be passed to the search API.
387+
&quot;maxResults&quot;: 42, # Optional. Number of search results to return per query. The default value is 10. The maximumm allowed value is 10.
386388
},
387389
&quot;vertexRagStore&quot;: { # Retrieve from Vertex RAG Store for grounding. # Set to use data source powered by Vertex RAG store. User data is uploaded via the VertexRagDataService.
388390
&quot;ragCorpora&quot;: [ # Optional. Deprecated. Please use rag_resources instead.
@@ -756,6 +758,8 @@ <h3>Method Details</h3>
756758
&quot;vertexAiSearch&quot;: { # Retrieve from Vertex AI Search datastore or engine for grounding. datastore and engine are mutually exclusive. See https://cloud.google.com/products/agent-builder # Set to use data source powered by Vertex AI Search.
757759
&quot;datastore&quot;: &quot;A String&quot;, # Optional. Fully-qualified Vertex AI Search data store resource ID. Format: `projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStore}`
758760
&quot;engine&quot;: &quot;A String&quot;, # Optional. Fully-qualified Vertex AI Search engine resource ID. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}`
761+
&quot;filter&quot;: &quot;A String&quot;, # Optional. Filter strings to be passed to the search API.
762+
&quot;maxResults&quot;: 42, # Optional. Number of search results to return per query. The default value is 10. The maximumm allowed value is 10.
759763
},
760764
&quot;vertexRagStore&quot;: { # Retrieve from Vertex RAG Store for grounding. # Set to use data source powered by Vertex RAG store. User data is uploaded via the VertexRagDataService.
761765
&quot;ragCorpora&quot;: [ # Optional. Deprecated. Please use rag_resources instead.
@@ -1322,6 +1326,8 @@ <h3>Method Details</h3>
13221326
&quot;vertexAiSearch&quot;: { # Retrieve from Vertex AI Search datastore or engine for grounding. datastore and engine are mutually exclusive. See https://cloud.google.com/products/agent-builder # Set to use data source powered by Vertex AI Search.
13231327
&quot;datastore&quot;: &quot;A String&quot;, # Optional. Fully-qualified Vertex AI Search data store resource ID. Format: `projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStore}`
13241328
&quot;engine&quot;: &quot;A String&quot;, # Optional. Fully-qualified Vertex AI Search engine resource ID. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}`
1329+
&quot;filter&quot;: &quot;A String&quot;, # Optional. Filter strings to be passed to the search API.
1330+
&quot;maxResults&quot;: 42, # Optional. Number of search results to return per query. The default value is 10. The maximumm allowed value is 10.
13251331
},
13261332
&quot;vertexRagStore&quot;: { # Retrieve from Vertex RAG Store for grounding. # Set to use data source powered by Vertex RAG store. User data is uploaded via the VertexRagDataService.
13271333
&quot;ragCorpora&quot;: [ # Optional. Deprecated. Please use rag_resources instead.

googleapiclient/discovery_cache/documents/firebaseml.v2beta.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
}
207207
}
208208
},
209-
"revision": "20250423",
209+
"revision": "20250427",
210210
"rootUrl": "https://firebaseml.googleapis.com/",
211211
"schemas": {
212212
"Date": {
@@ -1995,6 +1995,15 @@ true
19951995
"engine": {
19961996
"description": "Optional. Fully-qualified Vertex AI Search engine resource ID. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}`",
19971997
"type": "string"
1998+
},
1999+
"filter": {
2000+
"description": "Optional. Filter strings to be passed to the search API.",
2001+
"type": "string"
2002+
},
2003+
"maxResults": {
2004+
"description": "Optional. Number of search results to return per query. The default value is 10. The maximumm allowed value is 10.",
2005+
"format": "int32",
2006+
"type": "integer"
19982007
}
19992008
},
20002009
"type": "object"

0 commit comments

Comments
 (0)