@maxim_mazurok/gapi.client.bigquery-v2 0.0.20241013 → 0.0.20241027
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 +7 -7
- 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://bigquery.googleapis.com/$discovery/rest?version=v2
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20241027
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -49,7 +49,7 @@ declare namespace gapi.client {
|
|
|
49
49
|
interface Argument {
|
|
50
50
|
/** Optional. Defaults to FIXED_TYPE. */
|
|
51
51
|
argumentKind?: string;
|
|
52
|
-
/**
|
|
52
|
+
/** Set if argument_kind == FIXED_TYPE. */
|
|
53
53
|
dataType?: StandardSqlDataType;
|
|
54
54
|
/** Optional. Whether the argument is an aggregate function parameter. Must be Unset for routine types other than AGGREGATE_FUNCTION. For AGGREGATE_FUNCTION, if set to false, it is equivalent to adding "NOT AGGREGATE" clause in DDL; Otherwise, it is equivalent to omitting "NOT AGGREGATE" clause in DDL. */
|
|
55
55
|
isAggregate?: boolean;
|
|
@@ -175,13 +175,13 @@ declare namespace gapi.client {
|
|
|
175
175
|
biEngineReasons?: BiEngineReason[];
|
|
176
176
|
}
|
|
177
177
|
interface BigLakeConfiguration {
|
|
178
|
-
/**
|
|
178
|
+
/** Optional. The connection specifying the credentials to be used to read and write to external storage, such as Cloud Storage. The connection_id can have the form `{project}.{location}.{connection_id}` or `projects/{project}/locations/{location}/connections/{connection_id}". */
|
|
179
179
|
connectionId?: string;
|
|
180
|
-
/**
|
|
180
|
+
/** Optional. The file format the table data is stored in. */
|
|
181
181
|
fileFormat?: string;
|
|
182
|
-
/**
|
|
182
|
+
/** Optional. The fully qualified location prefix of the external folder where table data is stored. The '*' wildcard character is not allowed. The URI should be in the format `gs://bucket/path_to_table/` */
|
|
183
183
|
storageUri?: string;
|
|
184
|
-
/**
|
|
184
|
+
/** Optional. The table format the metadata only snapshots are stored in. */
|
|
185
185
|
tableFormat?: string;
|
|
186
186
|
}
|
|
187
187
|
interface BigQueryModelTraining {
|
|
@@ -2503,7 +2503,7 @@ declare namespace gapi.client {
|
|
|
2503
2503
|
colsampleBynode?: number;
|
|
2504
2504
|
/** Subsample ratio of columns when constructing each tree for boosted tree models. */
|
|
2505
2505
|
colsampleBytree?: number;
|
|
2506
|
-
/** The contribution metric. Applies to contribution analysis models. Allowed formats supported are for summable and summable ratio contribution metrics. These include expressions such as
|
|
2506
|
+
/** The contribution metric. Applies to contribution analysis models. Allowed formats supported are for summable and summable ratio contribution metrics. These include expressions such as `SUM(x)` or `SUM(x)/SUM(y)`, where x and y are column names from the base table. */
|
|
2507
2507
|
contributionMetric?: string;
|
|
2508
2508
|
/** Type of normalization algorithm for boosted tree models using dart booster. */
|
|
2509
2509
|
dartNormalizeType?: string;
|