@maxim_mazurok/gapi.client.aiplatform-v1 0.0.20241112 → 0.0.20241119

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.
Files changed (3) hide show
  1. package/index.d.ts +1365 -120
  2. package/package.json +1 -1
  3. package/readme.md +5 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.aiplatform-v1",
3
- "version": "0.0.20241112",
3
+ "version": "0.0.20241119",
4
4
  "description": "TypeScript typings for Vertex AI API v1",
5
5
  "repository": {
6
6
  "type": "git",
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
  */