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
Copy file name to clipboardExpand all lines: DiscoveryJson/firebaseml.v2beta.json
+20-1Lines changed: 20 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -206,7 +206,7 @@
206
206
}
207
207
}
208
208
},
209
-
"revision": "20241231",
209
+
"revision": "20250119",
210
210
"rootUrl": "https://firebaseml.googleapis.com/",
211
211
"schemas": {
212
212
"Date": {
@@ -240,6 +240,10 @@
240
240
"format": "byte",
241
241
"type": "string"
242
242
},
243
+
"displayName": {
244
+
"description": "Optional. Display name of the blob. Used to provide a label or filename to distinguish blobs. This field is only returned in PromptMessage for prompt management. It is not currently used in the Gemini GenerateContent calls.",
245
+
"type": "string"
246
+
},
243
247
"mimeType": {
244
248
"description": "Required. The IANA standard MIME type of the source data.",
245
249
"type": "string"
@@ -535,6 +539,10 @@
535
539
"description": "URI based data.",
536
540
"id": "GoogleCloudAiplatformV1beta1FileData",
537
541
"properties": {
542
+
"displayName": {
543
+
"description": "Optional. Display name of the file data. Used to provide a label or filename to distinguish file datas. This field is only returned in PromptMessage for prompt management. It is not currently used in the Gemini GenerateContent calls.",
544
+
"type": "string"
545
+
},
538
546
"fileUri": {
539
547
"description": "Required. URI.",
540
548
"type": "string"
@@ -700,6 +708,12 @@
700
708
"readOnly": true,
701
709
"type": "array"
702
710
},
711
+
"createTime": {
712
+
"description": "Output only. Timestamp when the request is made to the server.",
713
+
"format": "google-datetime",
714
+
"readOnly": true,
715
+
"type": "string"
716
+
},
703
717
"modelVersion": {
704
718
"description": "Output only. The model version used to generate the response.",
705
719
"readOnly": true,
@@ -710,6 +724,11 @@
710
724
"description": "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.",
711
725
"readOnly": true
712
726
},
727
+
"responseId": {
728
+
"description": "Output only. response_id is used to identify each response. It is the encoding of the event_id.",
0 commit comments