@maxim_mazurok/gapi.client.aiplatform-v1 0.0.20241117 → 0.0.20241203
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +1889 -129
- package/package.json +1 -1
- package/readme.md +5 -0
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -117,6 +117,11 @@ Generate content with multimodal inputs with streaming support.
|
|
|
117
117
|
*/
|
|
118
118
|
await gapi.client.aiplatform.endpoints.streamGenerateContent({model: 'model'});
|
|
119
119
|
|
|
120
|
+
/*
|
|
121
|
+
Upload a file into a RagCorpus.
|
|
122
|
+
*/
|
|
123
|
+
await gapi.client.aiplatform.media.upload({parent: 'parent'});
|
|
124
|
+
|
|
120
125
|
/*
|
|
121
126
|
Gets a GenAI cache config.
|
|
122
127
|
*/
|