@maxim_mazurok/gapi.client.aiplatform-v1beta1 0.0.20240923 → 0.0.20240925

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 (2) hide show
  1. package/index.d.ts +5 -5
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -9,7 +9,7 @@
9
9
  // This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
10
10
  // In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
11
11
  // Generated from: https://aiplatform.googleapis.com/$discovery/rest?version=v1beta1
12
- // Revision: 20240923
12
+ // Revision: 20240925
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -365,7 +365,7 @@ declare namespace gapi.client {
365
365
  genericMetadata?: GoogleCloudAiplatformV1beta1GenericOperationMetadata;
366
366
  }
367
367
  interface GoogleCloudAiplatformV1beta1BatchCreateFeaturesRequest {
368
- /** Required. The request message specifying the Features to create. All Features must be created under the same parent EntityType. The `parent` field in each child request message can be omitted. If `parent` is set in a child request, then the value must match the `parent` value in this request message. */
368
+ /** Required. The request message specifying the Features to create. All Features must be created under the same parent EntityType / FeatureGroup. The `parent` field in each child request message can be omitted. If `parent` is set in a child request, then the value must match the `parent` value in this request message. */
369
369
  requests?: GoogleCloudAiplatformV1beta1CreateFeatureRequest[];
370
370
  }
371
371
  interface GoogleCloudAiplatformV1beta1BatchCreateFeaturesResponse {
@@ -5672,7 +5672,7 @@ declare namespace gapi.client {
5672
5672
  interface GoogleCloudAiplatformV1beta1RagContextsContext {
5673
5673
  /** The distance between the query dense embedding vector and the context text vector. */
5674
5674
  distance?: number;
5675
- /** For vertex RagStore, if the file is imported from Cloud Storage or Google Drive, source_uri will be original file URI in Cloud Storage or Google Drive; if file is uploaded, source_uri will be file display name. */
5675
+ /** If the file is imported from Cloud Storage or Google Drive, source_uri will be original file URI in Cloud Storage or Google Drive; if file is uploaded, source_uri will be file display name. */
5676
5676
  sourceUri?: string;
5677
5677
  /** The distance between the query sparse embedding vector and the context text vector. */
5678
5678
  sparseDistance?: number;
@@ -17474,7 +17474,7 @@ declare namespace gapi.client {
17474
17474
  key?: string;
17475
17475
  /** OAuth 2.0 token for the current user. */
17476
17476
  oauth_token?: string;
17477
- /** Required. The resource name of the EntityType to create the batch of Features under. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` */
17477
+ /** Required. The resource name of the EntityType/FeatureGroup to create the batch of Features under. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` `projects/{project}/locations/{location}/featureGroups/{feature_group}` */
17478
17478
  parent: string;
17479
17479
  /** Returns response with indentations and line breaks. */
17480
17480
  prettyPrint?: boolean;
@@ -17503,7 +17503,7 @@ declare namespace gapi.client {
17503
17503
  key?: string;
17504
17504
  /** OAuth 2.0 token for the current user. */
17505
17505
  oauth_token?: string;
17506
- /** Required. The resource name of the EntityType to create the batch of Features under. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` */
17506
+ /** Required. The resource name of the EntityType/FeatureGroup to create the batch of Features under. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` `projects/{project}/locations/{location}/featureGroups/{feature_group}` */
17507
17507
  parent: string;
17508
17508
  /** Returns response with indentations and line breaks. */
17509
17509
  prettyPrint?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.aiplatform-v1beta1",
3
- "version": "0.0.20240923",
3
+ "version": "0.0.20240925",
4
4
  "description": "TypeScript typings for Vertex AI API v1beta1",
5
5
  "repository": {
6
6
  "type": "git",