@maxim_mazurok/gapi.client.discoveryengine-v1alpha 0.0.20241206 → 0.0.20241210

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 -26
  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://discoveryengine.googleapis.com/$discovery/rest?version=v1alpha
12
- // Revision: 20241206
12
+ // Revision: 20241210
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -1294,7 +1294,7 @@ declare namespace gapi.client {
1294
1294
  disableAnalytics?: boolean;
1295
1295
  /** Required. The display name of the engine. Should be human readable. UTF-8 encoded string with limit of 1024 characters. */
1296
1296
  displayName?: string;
1297
- /** The industry vertical that the engine registers. The restriction of the Engine industry vertical is based on DataStore: If unspecified, default to `GENERIC`. Vertical on Engine has to match vertical of the DataStore linked to the engine. */
1297
+ /** The industry vertical that the engine registers. The restriction of the Engine industry vertical is based on DataStore: Vertical on Engine has to match vertical of the DataStore linked to the engine. */
1298
1298
  industryVertical?: string;
1299
1299
  /** Configurations for the Media Engine. Only applicable on the data stores with solution_type SOLUTION_TYPE_RECOMMENDATION and IndustryVertical.MEDIA vertical. */
1300
1300
  mediaRecommendationEngineConfig?: GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfig;
@@ -3219,24 +3219,6 @@ declare namespace gapi.client {
3219
3219
  /** Operation last update time. If the operation is done, this is also the finish time. */
3220
3220
  updateTime?: string;
3221
3221
  }
3222
- interface GoogleCloudDiscoveryengineV1betaCustomTuningModel {
3223
- /** Deprecated: Timestamp the Model was created at. */
3224
- createTime?: string;
3225
- /** The display name of the model. */
3226
- displayName?: string;
3227
- /** Currently this is only populated if the model state is `INPUT_VALIDATION_FAILED`. */
3228
- errorMessage?: string;
3229
- /** The metrics of the trained model. */
3230
- metrics?: {[P in string]: number};
3231
- /** The state that the model is in (e.g.`TRAINING` or `TRAINING_FAILED`). */
3232
- modelState?: string;
3233
- /** The version of the model. */
3234
- modelVersion?: string;
3235
- /** Required. The fully qualified resource name of the model. Format: `projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/customTuningModels/{custom_tuning_model}`. Model must be an alpha-numerical string with limit of 40 characters. */
3236
- name?: string;
3237
- /** Timestamp the model training was initiated. */
3238
- trainingStartTime?: string;
3239
- }
3240
3222
  interface GoogleCloudDiscoveryengineV1betaDataStore {
3241
3223
  /** Optional. Configuration for advanced site search. */
3242
3224
  advancedSiteSearchConfig?: any;
@@ -3388,7 +3370,7 @@ declare namespace gapi.client {
3388
3370
  disableAnalytics?: boolean;
3389
3371
  /** Required. The display name of the engine. Should be human readable. UTF-8 encoded string with limit of 1024 characters. */
3390
3372
  displayName?: string;
3391
- /** The industry vertical that the engine registers. The restriction of the Engine industry vertical is based on DataStore: If unspecified, default to `GENERIC`. Vertical on Engine has to match vertical of the DataStore linked to the engine. */
3373
+ /** The industry vertical that the engine registers. The restriction of the Engine industry vertical is based on DataStore: Vertical on Engine has to match vertical of the DataStore linked to the engine. */
3392
3374
  industryVertical?: string;
3393
3375
  /** Immutable. The fully qualified resource name of the engine. This field must be a UTF-8 encoded string with a length limit of 1024 characters. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}` engine should be 1-63 characters, and valid characters are /a-z0-9*‍/. Otherwise, an INVALID_ARGUMENT error is returned. */
3394
3376
  name?: string;
@@ -3575,10 +3557,6 @@ declare namespace gapi.client {
3575
3557
  /** Output only. Region part of normalized_language_code, if present. E.g.: `en-US` -> `US`, `zh-Hans-HK` -> `HK`, `en` -> ``. */
3576
3558
  region?: string;
3577
3559
  }
3578
- interface GoogleCloudDiscoveryengineV1betaListCustomModelsResponse {
3579
- /** List of custom tuning models. */
3580
- models?: GoogleCloudDiscoveryengineV1betaCustomTuningModel[];
3581
- }
3582
3560
  interface GoogleCloudDiscoveryengineV1betaNaturalLanguageQueryUnderstandingConfig {
3583
3561
  /** Mode of Natural Language Query Understanding. If this field is unset, the behavior defaults to NaturalLanguageQueryUnderstandingConfig.Mode.DISABLED. */
3584
3562
  mode?: string;
@@ -4266,7 +4244,7 @@ declare namespace gapi.client {
4266
4244
  disableAnalytics?: boolean;
4267
4245
  /** Required. The display name of the engine. Should be human readable. UTF-8 encoded string with limit of 1024 characters. */
4268
4246
  displayName?: string;
4269
- /** The industry vertical that the engine registers. The restriction of the Engine industry vertical is based on DataStore: If unspecified, default to `GENERIC`. Vertical on Engine has to match vertical of the DataStore linked to the engine. */
4247
+ /** The industry vertical that the engine registers. The restriction of the Engine industry vertical is based on DataStore: Vertical on Engine has to match vertical of the DataStore linked to the engine. */
4270
4248
  industryVertical?: string;
4271
4249
  /** Immutable. The fully qualified resource name of the engine. This field must be a UTF-8 encoded string with a length limit of 1024 characters. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}` engine should be 1-63 characters, and valid characters are /a-z0-9*‍/. Otherwise, an INVALID_ARGUMENT error is returned. */
4272
4250
  name?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.discoveryengine-v1alpha",
3
- "version": "0.0.20241206",
3
+ "version": "0.0.20241210",
4
4
  "description": "TypeScript typings for Discovery Engine API v1alpha",
5
5
  "repository": {
6
6
  "type": "git",