@maxim_mazurok/gapi.client.aiplatform-v1 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 +4 -4
  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=v1
12
- // Revision: 20240923
12
+ // Revision: 20240925
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -277,7 +277,7 @@ declare namespace gapi.client {
277
277
  genericMetadata?: GoogleCloudAiplatformV1GenericOperationMetadata;
278
278
  }
279
279
  interface GoogleCloudAiplatformV1BatchCreateFeaturesRequest {
280
- /** 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. */
280
+ /** 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. */
281
281
  requests?: GoogleCloudAiplatformV1CreateFeatureRequest[];
282
282
  }
283
283
  interface GoogleCloudAiplatformV1BatchCreateFeaturesResponse {
@@ -14362,7 +14362,7 @@ declare namespace gapi.client {
14362
14362
  key?: string;
14363
14363
  /** OAuth 2.0 token for the current user. */
14364
14364
  oauth_token?: string;
14365
- /** Required. The resource name of the EntityType to create the batch of Features under. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` */
14365
+ /** 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}` */
14366
14366
  parent: string;
14367
14367
  /** Returns response with indentations and line breaks. */
14368
14368
  prettyPrint?: boolean;
@@ -14391,7 +14391,7 @@ declare namespace gapi.client {
14391
14391
  key?: string;
14392
14392
  /** OAuth 2.0 token for the current user. */
14393
14393
  oauth_token?: string;
14394
- /** Required. The resource name of the EntityType to create the batch of Features under. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` */
14394
+ /** 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}` */
14395
14395
  parent: string;
14396
14396
  /** Returns response with indentations and line breaks. */
14397
14397
  prettyPrint?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.aiplatform-v1",
3
- "version": "0.0.20240923",
3
+ "version": "0.0.20240925",
4
4
  "description": "TypeScript typings for Vertex AI API v1",
5
5
  "repository": {
6
6
  "type": "git",