@maxim_mazurok/gapi.client.discoveryengine-v1beta 0.0.20241206 → 0.0.20241208
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 +4 -26
- 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=v1beta
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20241208
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -476,24 +476,6 @@ declare namespace gapi.client {
|
|
|
476
476
|
/** Whether or not to enable and include custom fine tuned search adaptor model. */
|
|
477
477
|
enableSearchAdaptor?: boolean;
|
|
478
478
|
}
|
|
479
|
-
interface GoogleCloudDiscoveryengineV1alphaCustomTuningModel {
|
|
480
|
-
/** Deprecated: Timestamp the Model was created at. */
|
|
481
|
-
createTime?: string;
|
|
482
|
-
/** The display name of the model. */
|
|
483
|
-
displayName?: string;
|
|
484
|
-
/** Currently this is only populated if the model state is `INPUT_VALIDATION_FAILED`. */
|
|
485
|
-
errorMessage?: string;
|
|
486
|
-
/** The metrics of the trained model. */
|
|
487
|
-
metrics?: {[P in string]: number};
|
|
488
|
-
/** The state that the model is in (e.g.`TRAINING` or `TRAINING_FAILED`). */
|
|
489
|
-
modelState?: string;
|
|
490
|
-
/** The version of the model. */
|
|
491
|
-
modelVersion?: string;
|
|
492
|
-
/** 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. */
|
|
493
|
-
name?: string;
|
|
494
|
-
/** Timestamp the model training was initiated. */
|
|
495
|
-
trainingStartTime?: string;
|
|
496
|
-
}
|
|
497
479
|
interface GoogleCloudDiscoveryengineV1alphaDataStore {
|
|
498
480
|
/** Immutable. Whether data in the DataStore has ACL information. If set to `true`, the source data must have ACL. ACL will be ingested when data is ingested by DocumentService.ImportDocuments methods. When ACL is enabled for the DataStore, Document can't be accessed by calling DocumentService.GetDocument or DocumentService.ListDocuments. Currently ACL is only supported in `GENERIC` industry vertical with non-`PUBLIC_WEBSITE` content config. */
|
|
499
481
|
aclEnabled?: boolean;
|
|
@@ -659,7 +641,7 @@ declare namespace gapi.client {
|
|
|
659
641
|
disableAnalytics?: boolean;
|
|
660
642
|
/** Required. The display name of the engine. Should be human readable. UTF-8 encoded string with limit of 1024 characters. */
|
|
661
643
|
displayName?: string;
|
|
662
|
-
/** The industry vertical that the engine registers. The restriction of the Engine industry vertical is based on DataStore:
|
|
644
|
+
/** 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. */
|
|
663
645
|
industryVertical?: string;
|
|
664
646
|
/** Configurations for the Media Engine. Only applicable on the data stores with solution_type SOLUTION_TYPE_RECOMMENDATION and IndustryVertical.MEDIA vertical. */
|
|
665
647
|
mediaRecommendationEngineConfig?: GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfig;
|
|
@@ -935,10 +917,6 @@ declare namespace gapi.client {
|
|
|
935
917
|
/** Output only. Region part of normalized_language_code, if present. E.g.: `en-US` -> `US`, `zh-Hans-HK` -> `HK`, `en` -> ``. */
|
|
936
918
|
region?: string;
|
|
937
919
|
}
|
|
938
|
-
interface GoogleCloudDiscoveryengineV1alphaListCustomModelsResponse {
|
|
939
|
-
/** List of custom tuning models. */
|
|
940
|
-
models?: GoogleCloudDiscoveryengineV1alphaCustomTuningModel[];
|
|
941
|
-
}
|
|
942
920
|
interface GoogleCloudDiscoveryengineV1alphaListSessionsRequest {
|
|
943
921
|
/** A filter to apply on the list results. The supported features are: user_pseudo_id, state. Example: "user_pseudo_id = some_id" */
|
|
944
922
|
filter?: string;
|
|
@@ -2598,7 +2576,7 @@ declare namespace gapi.client {
|
|
|
2598
2576
|
disableAnalytics?: boolean;
|
|
2599
2577
|
/** Required. The display name of the engine. Should be human readable. UTF-8 encoded string with limit of 1024 characters. */
|
|
2600
2578
|
displayName?: string;
|
|
2601
|
-
/** The industry vertical that the engine registers. The restriction of the Engine industry vertical is based on DataStore:
|
|
2579
|
+
/** 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. */
|
|
2602
2580
|
industryVertical?: string;
|
|
2603
2581
|
/** 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. */
|
|
2604
2582
|
name?: string;
|
|
@@ -4302,7 +4280,7 @@ declare namespace gapi.client {
|
|
|
4302
4280
|
disableAnalytics?: boolean;
|
|
4303
4281
|
/** Required. The display name of the engine. Should be human readable. UTF-8 encoded string with limit of 1024 characters. */
|
|
4304
4282
|
displayName?: string;
|
|
4305
|
-
/** The industry vertical that the engine registers. The restriction of the Engine industry vertical is based on DataStore:
|
|
4283
|
+
/** 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. */
|
|
4306
4284
|
industryVertical?: string;
|
|
4307
4285
|
/** 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. */
|
|
4308
4286
|
name?: string;
|