You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### firebaseml:v2beta
The following keys were deleted:
- schemas.GoogleCloudAiplatformV1beta1Candidate.properties.score (Total Keys: 3)
The following keys were added:
- schemas.GoogleCloudAiplatformV1beta1Retrieval.properties.disableAttribution.deprecated (Total Keys: 1)
Copy file name to clipboardExpand all lines: docs/dyn/firebaseml_v2beta.projects.locations.publishers.models.html
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -239,7 +239,7 @@ <h3>Method Details</h3>
239
239
"googleSearchRetrieval": { # Tool to retrieve public web data for grounding, powered by Google. # Optional. GoogleSearchRetrieval tool type. Specialized retrieval tool that is powered by Google search.
240
240
},
241
241
"retrieval": { # Defines a retrieval tool that model can call to access external knowledge. # Optional. Retrieval tool type. System will always execute the provided retrieval tool(s) to get external knowledge to answer the prompt. Retrieval results are presented to the model for generation.
242
-
"disableAttribution": True or False, # Optional. Disable using the result from this tool in detecting grounding attribution. This does not affect how the result is given to the model for generation.
242
+
"disableAttribution": True or False, # Optional. Deprecated. This option is no longer supported.
243
243
"vertexAiSearch": { # Retrieve from Vertex AI Search datastore for grounding. See https://cloud.google.com/vertex-ai-search-and-conversation # Set to use data source powered by Vertex AI Search.
"googleSearchRetrieval": { # Tool to retrieve public web data for grounding, powered by Google. # Optional. GoogleSearchRetrieval tool type. Specialized retrieval tool that is powered by Google search.
478
478
},
479
479
"retrieval": { # Defines a retrieval tool that model can call to access external knowledge. # Optional. Retrieval tool type. System will always execute the provided retrieval tool(s) to get external knowledge to answer the prompt. Retrieval results are presented to the model for generation.
480
-
"disableAttribution": True or False, # Optional. Disable using the result from this tool in detecting grounding attribution. This does not affect how the result is given to the model for generation.
480
+
"disableAttribution": True or False, # Optional. Deprecated. This option is no longer supported.
481
481
"vertexAiSearch": { # Retrieve from Vertex AI Search datastore for grounding. See https://cloud.google.com/vertex-ai-search-and-conversation # Set to use data source powered by Vertex AI Search.
"score": 3.14, # Output only. Confidence score of the candidate.
617
616
},
618
617
],
619
618
"promptFeedback": { # Content filter results for a prompt sent in the request. # Output only. Content filter results for a prompt sent in the request. Note: Sent only in the first stream chunk. Only happens when no candidates were generated due to content violations.
@@ -838,7 +837,7 @@ <h3>Method Details</h3>
838
837
"googleSearchRetrieval": { # Tool to retrieve public web data for grounding, powered by Google. # Optional. GoogleSearchRetrieval tool type. Specialized retrieval tool that is powered by Google search.
839
838
},
840
839
"retrieval": { # Defines a retrieval tool that model can call to access external knowledge. # Optional. Retrieval tool type. System will always execute the provided retrieval tool(s) to get external knowledge to answer the prompt. Retrieval results are presented to the model for generation.
841
-
"disableAttribution": True or False, # Optional. Disable using the result from this tool in detecting grounding attribution. This does not affect how the result is given to the model for generation.
840
+
"disableAttribution": True or False, # Optional. Deprecated. This option is no longer supported.
842
841
"vertexAiSearch": { # Retrieve from Vertex AI Search datastore for grounding. See https://cloud.google.com/vertex-ai-search-and-conversation # Set to use data source powered by Vertex AI Search.
"score": 3.14, # Output only. Confidence score of the candidate.
978
976
},
979
977
],
980
978
"promptFeedback": { # Content filter results for a prompt sent in the request. # Output only. Content filter results for a prompt sent in the request. Note: Sent only in the first stream chunk. Only happens when no candidates were generated due to content violations.
Copy file name to clipboardExpand all lines: googleapiclient/discovery_cache/documents/firebaseml.v2beta.json
+11-16Lines changed: 11 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -206,7 +206,7 @@
206
206
}
207
207
}
208
208
},
209
-
"revision": "20240705",
209
+
"revision": "20240722",
210
210
"rootUrl": "https://firebaseml.googleapis.com/",
211
211
"schemas": {
212
212
"Date": {
@@ -282,14 +282,14 @@
282
282
],
283
283
"enumDescriptions": [
284
284
"The finish reason is unspecified.",
285
-
"Natural stop point of the model or provided stop sequence.",
286
-
"The maximum number of tokens as specified in the request was reached.",
287
-
"The token generation was stopped as the response was flagged for safety reasons. NOTE: When streaming the Candidate.content will be empty if content filters blocked the output.",
288
-
"The token generation was stopped as the response was flagged for unauthorized citations.",
289
-
"All other reasons that stopped the token generation",
290
-
"The token generation was stopped as the response was flagged for the terms which are included from the terminology blocklist.",
291
-
"The token generation was stopped as the response was flagged for the prohibited contents.",
292
-
"The token generation was stopped as the response was flagged for Sensitive Personally Identifiable Information (SPII) contents.",
285
+
"Token generation reached a natural stopping point or a configured stop sequence.",
286
+
"Token generation reached the configured maximum output tokens.",
287
+
"Token generation stopped because the content potentially contains safety violations. NOTE: When streaming, Candidate.content is empty if content filters blocks the output.",
288
+
"Token generation stopped because the content potentially contains copyright violations.",
289
+
"All other reasons that stopped the token generation.",
290
+
"Token generation stopped because the content contains forbidden terms.",
291
+
"Token generation stopped for potentially containing prohibited content.",
292
+
"Token generation stopped because the content potentially contains Sensitive Personally Identifiable Information (SPII).",
293
293
"The function call generated by the model is invalid."
294
294
],
295
295
"readOnly": true,
@@ -313,12 +313,6 @@
313
313
},
314
314
"readOnly": true,
315
315
"type": "array"
316
-
},
317
-
"score": {
318
-
"description": "Output only. Confidence score of the candidate.",
319
-
"format": "double",
320
-
"readOnly": true,
321
-
"type": "number"
322
316
}
323
317
},
324
318
"type": "object"
@@ -892,7 +886,8 @@
892
886
"id": "GoogleCloudAiplatformV1beta1Retrieval",
893
887
"properties": {
894
888
"disableAttribution": {
895
-
"description": "Optional. Disable using the result from this tool in detecting grounding attribution. This does not affect how the result is given to the model for generation.",
889
+
"deprecated": true,
890
+
"description": "Optional. Deprecated. This option is no longer supported.",
0 commit comments