@maxim_mazurok/gapi.client.discoveryengine-v1alpha 0.0.20241205 → 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 +8 -30
- 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:
|
|
12
|
+
// Revision: 20241208
|
|
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:
|
|
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;
|
|
@@ -1827,7 +1827,7 @@ declare namespace gapi.client {
|
|
|
1827
1827
|
interface GoogleCloudDiscoveryengineV1alphaListSessionsRequest {
|
|
1828
1828
|
/** A filter to apply on the list results. The supported features are: user_pseudo_id, state. Example: "user_pseudo_id = some_id" */
|
|
1829
1829
|
filter?: string;
|
|
1830
|
-
/** A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending. Supported fields: * `update_time` * `create_time` * `session_name` Example: "update_time desc" "create_time" */
|
|
1830
|
+
/** A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending. Supported fields: * `update_time` * `create_time` * `session_name` * `is_pinned` Example: * "update_time desc" * "create_time" * "is_pinned desc,update_time desc": list sessions by is_pinned first, then by update_time. */
|
|
1831
1831
|
orderBy?: string;
|
|
1832
1832
|
/** Maximum number of results to return. If unspecified, defaults to 50. Max allowed value is 1000. */
|
|
1833
1833
|
pageSize?: number;
|
|
@@ -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:
|
|
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:
|
|
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;
|
|
@@ -7185,7 +7163,7 @@ declare namespace gapi.client {
|
|
|
7185
7163
|
key?: string;
|
|
7186
7164
|
/** OAuth 2.0 token for the current user. */
|
|
7187
7165
|
oauth_token?: string;
|
|
7188
|
-
/** A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending. Supported fields: * `update_time` * `create_time` * `session_name` Example: "update_time desc" "create_time" */
|
|
7166
|
+
/** A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending. Supported fields: * `update_time` * `create_time` * `session_name` * `is_pinned` Example: * "update_time desc" * "create_time" * "is_pinned desc,update_time desc": list sessions by is_pinned first, then by update_time. */
|
|
7189
7167
|
orderBy?: string;
|
|
7190
7168
|
/** Maximum number of results to return. If unspecified, defaults to 50. Max allowed value is 1000. */
|
|
7191
7169
|
pageSize?: number;
|
|
@@ -10053,7 +10031,7 @@ declare namespace gapi.client {
|
|
|
10053
10031
|
key?: string;
|
|
10054
10032
|
/** OAuth 2.0 token for the current user. */
|
|
10055
10033
|
oauth_token?: string;
|
|
10056
|
-
/** A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending. Supported fields: * `update_time` * `create_time` * `session_name` Example: "update_time desc" "create_time" */
|
|
10034
|
+
/** A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending. Supported fields: * `update_time` * `create_time` * `session_name` * `is_pinned` Example: * "update_time desc" * "create_time" * "is_pinned desc,update_time desc": list sessions by is_pinned first, then by update_time. */
|
|
10057
10035
|
orderBy?: string;
|
|
10058
10036
|
/** Maximum number of results to return. If unspecified, defaults to 50. Max allowed value is 1000. */
|
|
10059
10037
|
pageSize?: number;
|
|
@@ -12745,7 +12723,7 @@ declare namespace gapi.client {
|
|
|
12745
12723
|
key?: string;
|
|
12746
12724
|
/** OAuth 2.0 token for the current user. */
|
|
12747
12725
|
oauth_token?: string;
|
|
12748
|
-
/** A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending. Supported fields: * `update_time` * `create_time` * `session_name` Example: "update_time desc" "create_time" */
|
|
12726
|
+
/** A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending. Supported fields: * `update_time` * `create_time` * `session_name` * `is_pinned` Example: * "update_time desc" * "create_time" * "is_pinned desc,update_time desc": list sessions by is_pinned first, then by update_time. */
|
|
12749
12727
|
orderBy?: string;
|
|
12750
12728
|
/** Maximum number of results to return. If unspecified, defaults to 50. Max allowed value is 1000. */
|
|
12751
12729
|
pageSize?: number;
|