@maxim_mazurok/gapi.client.bigquery-v2 0.0.20240905 → 0.0.20240919
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 +9 -1
- 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: 20240919
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -2501,6 +2501,8 @@ declare namespace gapi.client {
|
|
|
2501
2501
|
colsampleBynode?: number;
|
|
2502
2502
|
/** Subsample ratio of columns when constructing each tree for boosted tree models. */
|
|
2503
2503
|
colsampleBytree?: number;
|
|
2504
|
+
/** 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. */
|
|
2505
|
+
contributionMetric?: string;
|
|
2504
2506
|
/** Type of normalization algorithm for boosted tree models using dart booster. */
|
|
2505
2507
|
dartNormalizeType?: string;
|
|
2506
2508
|
/** The data frequency of a time series. */
|
|
@@ -2513,6 +2515,8 @@ declare namespace gapi.client {
|
|
|
2513
2515
|
dataSplitMethod?: string;
|
|
2514
2516
|
/** If true, perform decompose time series and save the results. */
|
|
2515
2517
|
decomposeTimeSeries?: boolean;
|
|
2518
|
+
/** Optional. Names of the columns to slice on. Applies to contribution analysis models. */
|
|
2519
|
+
dimensionIdColumns?: string[];
|
|
2516
2520
|
/** Distance type for clustering models. */
|
|
2517
2521
|
distanceType?: string;
|
|
2518
2522
|
/** Dropout probability for dnn models. */
|
|
@@ -2545,6 +2549,8 @@ declare namespace gapi.client {
|
|
|
2545
2549
|
instanceWeightColumn?: string;
|
|
2546
2550
|
/** Number of integral steps for the integrated gradients explain method. */
|
|
2547
2551
|
integratedGradientsNumSteps?: string;
|
|
2552
|
+
/** Name of the column used to determine the rows corresponding to control and test. Applies to contribution analysis models. */
|
|
2553
|
+
isTestColumn?: string;
|
|
2548
2554
|
/** Item column specified for matrix factorization models. */
|
|
2549
2555
|
itemColumn?: string;
|
|
2550
2556
|
/** The column used to provide the initial centroids for kmeans algorithm when kmeans_initialization_method is CUSTOM. */
|
|
@@ -2573,6 +2579,8 @@ declare namespace gapi.client {
|
|
|
2573
2579
|
maxTimeSeriesLength?: string;
|
|
2574
2580
|
/** Maximum depth of a tree for boosted tree models. */
|
|
2575
2581
|
maxTreeDepth?: string;
|
|
2582
|
+
/** The apriori support minimum. Applies to contribution analysis models. */
|
|
2583
|
+
minAprioriSupport?: number;
|
|
2576
2584
|
/** When early_stop is true, stops training when accuracy improvement is less than 'min_relative_progress'. Used only for iterative training algorithms. */
|
|
2577
2585
|
minRelativeProgress?: number;
|
|
2578
2586
|
/** Minimum split loss for boosted tree models. */
|