@maxim_mazurok/gapi.client.bigquery-v2 0.0.20230401 → 0.0.20230422
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 +3001 -1532
- package/package.json +1 -1
- package/tests.ts +30 -1
package/package.json
CHANGED
package/tests.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
4
4
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
5
5
|
|
|
6
|
-
// Revision:
|
|
6
|
+
// Revision: 20230422
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|
|
@@ -403,6 +403,9 @@ gapi.load('client', async () => {
|
|
|
403
403
|
encoding: "Test string",
|
|
404
404
|
fieldDelimiter: "Test string",
|
|
405
405
|
hivePartitioningOptions: {
|
|
406
|
+
fields: [
|
|
407
|
+
"Test string"
|
|
408
|
+
],
|
|
406
409
|
mode: "Test string",
|
|
407
410
|
requirePartitionFilter: true,
|
|
408
411
|
sourceUriPrefix: "Test string",
|
|
@@ -590,6 +593,9 @@ gapi.load('client', async () => {
|
|
|
590
593
|
skipLeadingRows: "Test string",
|
|
591
594
|
},
|
|
592
595
|
hivePartitioningOptions: {
|
|
596
|
+
fields: [
|
|
597
|
+
"Test string"
|
|
598
|
+
],
|
|
593
599
|
mode: "Test string",
|
|
594
600
|
requirePartitionFilter: true,
|
|
595
601
|
sourceUriPrefix: "Test string",
|
|
@@ -1447,6 +1453,7 @@ gapi.load('client', async () => {
|
|
|
1447
1453
|
adjustStepChanges: true,
|
|
1448
1454
|
autoArima: true,
|
|
1449
1455
|
autoArimaMaxOrder: "Test string",
|
|
1456
|
+
autoArimaMinOrder: "Test string",
|
|
1450
1457
|
batchSize: "Test string",
|
|
1451
1458
|
boosterType: "Test string",
|
|
1452
1459
|
calculatePValues: true,
|
|
@@ -1479,6 +1486,7 @@ gapi.load('client', async () => {
|
|
|
1479
1486
|
inputLabelColumns: [
|
|
1480
1487
|
"Test string"
|
|
1481
1488
|
],
|
|
1489
|
+
instanceWeightColumn: "Test string",
|
|
1482
1490
|
integratedGradientsNumSteps: "Test string",
|
|
1483
1491
|
itemColumn: "Test string",
|
|
1484
1492
|
kmeansInitializationColumn: "Test string",
|
|
@@ -1513,6 +1521,7 @@ gapi.load('client', async () => {
|
|
|
1513
1521
|
preserveInputStructs: true,
|
|
1514
1522
|
sampledShapleyNumPaths: "Test string",
|
|
1515
1523
|
subsample: 42,
|
|
1524
|
+
tfVersion: "Test string",
|
|
1516
1525
|
timeSeriesDataColumn: "Test string",
|
|
1517
1526
|
timeSeriesIdColumn: "Test string",
|
|
1518
1527
|
timeSeriesIdColumns: [
|
|
@@ -1525,6 +1534,7 @@ gapi.load('client', async () => {
|
|
|
1525
1534
|
userColumn: "Test string",
|
|
1526
1535
|
walsAlpha: 42,
|
|
1527
1536
|
warmStart: true,
|
|
1537
|
+
xgboostVersion: "Test string",
|
|
1528
1538
|
},
|
|
1529
1539
|
hparamTuningEvaluationMetrics: {
|
|
1530
1540
|
arimaForecastingMetrics: {
|
|
@@ -1703,6 +1713,12 @@ gapi.load('client', async () => {
|
|
|
1703
1713
|
optimalTrialIds: [
|
|
1704
1714
|
"Test string"
|
|
1705
1715
|
],
|
|
1716
|
+
remoteModelInfo: {
|
|
1717
|
+
connection: "Test string",
|
|
1718
|
+
endpoint: "Test string",
|
|
1719
|
+
maxBatchingRows: "Test string",
|
|
1720
|
+
remoteServiceType: "Test string",
|
|
1721
|
+
},
|
|
1706
1722
|
trainingRuns: [
|
|
1707
1723
|
{
|
|
1708
1724
|
classLevelGlobalExplanations: [
|
|
@@ -1901,6 +1917,7 @@ gapi.load('client', async () => {
|
|
|
1901
1917
|
adjustStepChanges: true,
|
|
1902
1918
|
autoArima: true,
|
|
1903
1919
|
autoArimaMaxOrder: "Test string",
|
|
1920
|
+
autoArimaMinOrder: "Test string",
|
|
1904
1921
|
batchSize: "Test string",
|
|
1905
1922
|
boosterType: "Test string",
|
|
1906
1923
|
calculatePValues: true,
|
|
@@ -1933,6 +1950,7 @@ gapi.load('client', async () => {
|
|
|
1933
1950
|
inputLabelColumns: [
|
|
1934
1951
|
"Test string"
|
|
1935
1952
|
],
|
|
1953
|
+
instanceWeightColumn: "Test string",
|
|
1936
1954
|
integratedGradientsNumSteps: "Test string",
|
|
1937
1955
|
itemColumn: "Test string",
|
|
1938
1956
|
kmeansInitializationColumn: "Test string",
|
|
@@ -1967,6 +1985,7 @@ gapi.load('client', async () => {
|
|
|
1967
1985
|
preserveInputStructs: true,
|
|
1968
1986
|
sampledShapleyNumPaths: "Test string",
|
|
1969
1987
|
subsample: 42,
|
|
1988
|
+
tfVersion: "Test string",
|
|
1970
1989
|
timeSeriesDataColumn: "Test string",
|
|
1971
1990
|
timeSeriesIdColumn: "Test string",
|
|
1972
1991
|
timeSeriesIdColumns: [
|
|
@@ -1979,6 +1998,7 @@ gapi.load('client', async () => {
|
|
|
1979
1998
|
userColumn: "Test string",
|
|
1980
1999
|
walsAlpha: 42,
|
|
1981
2000
|
warmStart: true,
|
|
2001
|
+
xgboostVersion: "Test string",
|
|
1982
2002
|
},
|
|
1983
2003
|
trainingStartTime: "Test string",
|
|
1984
2004
|
vertexAiModelId: "Test string",
|
|
@@ -2403,6 +2423,9 @@ gapi.load('client', async () => {
|
|
|
2403
2423
|
skipLeadingRows: "Test string",
|
|
2404
2424
|
},
|
|
2405
2425
|
hivePartitioningOptions: {
|
|
2426
|
+
fields: [
|
|
2427
|
+
"Test string"
|
|
2428
|
+
],
|
|
2406
2429
|
mode: "Test string",
|
|
2407
2430
|
requirePartitionFilter: true,
|
|
2408
2431
|
sourceUriPrefix: "Test string",
|
|
@@ -2672,6 +2695,9 @@ gapi.load('client', async () => {
|
|
|
2672
2695
|
skipLeadingRows: "Test string",
|
|
2673
2696
|
},
|
|
2674
2697
|
hivePartitioningOptions: {
|
|
2698
|
+
fields: [
|
|
2699
|
+
"Test string"
|
|
2700
|
+
],
|
|
2675
2701
|
mode: "Test string",
|
|
2676
2702
|
requirePartitionFilter: true,
|
|
2677
2703
|
sourceUriPrefix: "Test string",
|
|
@@ -2982,6 +3008,9 @@ gapi.load('client', async () => {
|
|
|
2982
3008
|
skipLeadingRows: "Test string",
|
|
2983
3009
|
},
|
|
2984
3010
|
hivePartitioningOptions: {
|
|
3011
|
+
fields: [
|
|
3012
|
+
"Test string"
|
|
3013
|
+
],
|
|
2985
3014
|
mode: "Test string",
|
|
2986
3015
|
requirePartitionFilter: true,
|
|
2987
3016
|
sourceUriPrefix: "Test string",
|