google-api-client 0.29.0 → 0.29.1
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +20 -0
- data/generated/google/apis/bigquery_v2.rb +1 -1
- data/generated/google/apis/bigquery_v2/classes.rb +0 -914
- data/generated/google/apis/bigquery_v2/representations.rb +0 -365
- data/generated/google/apis/bigquery_v2/service.rb +0 -162
- data/generated/google/apis/calendar_v3.rb +1 -1
- data/generated/google/apis/calendar_v3/classes.rb +1 -1
- data/generated/google/apis/calendar_v3/service.rb +8 -8
- data/generated/google/apis/cloudbuild_v1.rb +1 -1
- data/generated/google/apis/cloudbuild_v1/classes.rb +6 -0
- data/generated/google/apis/cloudbuild_v1/representations.rb +1 -0
- data/generated/google/apis/dialogflow_v2.rb +1 -1
- data/generated/google/apis/dialogflow_v2/classes.rb +3 -3
- data/generated/google/apis/digitalassetlinks_v1.rb +1 -1
- data/generated/google/apis/digitalassetlinks_v1/service.rb +5 -4
- data/generated/google/apis/dns_v2beta1.rb +1 -1
- data/generated/google/apis/dns_v2beta1/service.rb +1 -1
- data/generated/google/apis/drive_v2.rb +1 -1
- data/generated/google/apis/drive_v2/classes.rb +10 -21
- data/generated/google/apis/drive_v2/service.rb +78 -26
- data/generated/google/apis/drive_v3.rb +1 -1
- data/generated/google/apis/drive_v3/classes.rb +9 -20
- data/generated/google/apis/drive_v3/service.rb +54 -18
- data/generated/google/apis/iam_v1.rb +1 -1
- data/generated/google/apis/iam_v1/classes.rb +48 -0
- data/generated/google/apis/iam_v1/representations.rb +28 -0
- data/generated/google/apis/iam_v1/service.rb +23 -6
- data/generated/google/apis/serviceconsumermanagement_v1.rb +1 -1
- data/generated/google/apis/serviceconsumermanagement_v1/classes.rb +6 -0
- data/generated/google/apis/serviceconsumermanagement_v1/representations.rb +1 -0
- data/generated/google/apis/servicenetworking_v1.rb +1 -1
- data/generated/google/apis/servicenetworking_v1/classes.rb +6 -0
- data/generated/google/apis/servicenetworking_v1/representations.rb +1 -0
- data/generated/google/apis/servicenetworking_v1beta.rb +1 -1
- data/generated/google/apis/servicenetworking_v1beta/classes.rb +6 -0
- data/generated/google/apis/servicenetworking_v1beta/representations.rb +1 -0
- data/generated/google/apis/serviceusage_v1.rb +1 -1
- data/generated/google/apis/serviceusage_v1/classes.rb +6 -0
- data/generated/google/apis/serviceusage_v1/representations.rb +1 -0
- data/generated/google/apis/serviceusage_v1beta1.rb +1 -1
- data/generated/google/apis/serviceusage_v1beta1/classes.rb +6 -0
- data/generated/google/apis/serviceusage_v1beta1/representations.rb +1 -0
- data/generated/google/apis/spanner_v1.rb +1 -1
- data/generated/google/apis/spanner_v1/classes.rb +48 -6
- data/generated/google/apis/spanner_v1/representations.rb +17 -0
- data/generated/google/apis/storage_v1.rb +1 -1
- data/generated/google/apis/storage_v1/classes.rb +2 -2
- data/generated/google/apis/storage_v1/representations.rb +2 -1
- data/generated/google/apis/youtube_partner_v1.rb +1 -1
- data/lib/google/apis/version.rb +1 -1
- metadata +2 -2
@@ -22,12 +22,6 @@ module Google
|
|
22
22
|
module Apis
|
23
23
|
module BigqueryV2
|
24
24
|
|
25
|
-
class AggregateClassificationMetrics
|
26
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
|
-
|
28
|
-
include Google::Apis::Core::JsonObjectSupport
|
29
|
-
end
|
30
|
-
|
31
25
|
class BigQueryModelTraining
|
32
26
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
27
|
|
@@ -52,18 +46,6 @@ module Google
|
|
52
46
|
include Google::Apis::Core::JsonObjectSupport
|
53
47
|
end
|
54
48
|
|
55
|
-
class BinaryClassificationMetrics
|
56
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
57
|
-
|
58
|
-
include Google::Apis::Core::JsonObjectSupport
|
59
|
-
end
|
60
|
-
|
61
|
-
class BinaryConfusionMatrix
|
62
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
63
|
-
|
64
|
-
include Google::Apis::Core::JsonObjectSupport
|
65
|
-
end
|
66
|
-
|
67
49
|
class BqmlIterationResult
|
68
50
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
51
|
|
@@ -82,30 +64,12 @@ module Google
|
|
82
64
|
include Google::Apis::Core::JsonObjectSupport
|
83
65
|
end
|
84
66
|
|
85
|
-
class ClusterInfo
|
86
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
|
-
|
88
|
-
include Google::Apis::Core::JsonObjectSupport
|
89
|
-
end
|
90
|
-
|
91
67
|
class Clustering
|
92
68
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
69
|
|
94
70
|
include Google::Apis::Core::JsonObjectSupport
|
95
71
|
end
|
96
72
|
|
97
|
-
class ClusteringMetrics
|
98
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
99
|
-
|
100
|
-
include Google::Apis::Core::JsonObjectSupport
|
101
|
-
end
|
102
|
-
|
103
|
-
class ConfusionMatrix
|
104
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
|
-
|
106
|
-
include Google::Apis::Core::JsonObjectSupport
|
107
|
-
end
|
108
|
-
|
109
73
|
class CsvOptions
|
110
74
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
75
|
|
@@ -154,24 +118,12 @@ module Google
|
|
154
118
|
include Google::Apis::Core::JsonObjectSupport
|
155
119
|
end
|
156
120
|
|
157
|
-
class Entry
|
158
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
|
-
|
160
|
-
include Google::Apis::Core::JsonObjectSupport
|
161
|
-
end
|
162
|
-
|
163
121
|
class ErrorProto
|
164
122
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
123
|
|
166
124
|
include Google::Apis::Core::JsonObjectSupport
|
167
125
|
end
|
168
126
|
|
169
|
-
class EvaluationMetrics
|
170
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
171
|
-
|
172
|
-
include Google::Apis::Core::JsonObjectSupport
|
173
|
-
end
|
174
|
-
|
175
127
|
class ExplainQueryStage
|
176
128
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
129
|
|
@@ -208,12 +160,6 @@ module Google
|
|
208
160
|
include Google::Apis::Core::JsonObjectSupport
|
209
161
|
end
|
210
162
|
|
211
|
-
class IterationResult
|
212
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
213
|
-
|
214
|
-
include Google::Apis::Core::JsonObjectSupport
|
215
|
-
end
|
216
|
-
|
217
163
|
class Job
|
218
164
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
165
|
|
@@ -316,30 +262,12 @@ module Google
|
|
316
262
|
include Google::Apis::Core::JsonObjectSupport
|
317
263
|
end
|
318
264
|
|
319
|
-
class ListModelsResponse
|
320
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
321
|
-
|
322
|
-
include Google::Apis::Core::JsonObjectSupport
|
323
|
-
end
|
324
|
-
|
325
|
-
class LocationMetadata
|
326
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
327
|
-
|
328
|
-
include Google::Apis::Core::JsonObjectSupport
|
329
|
-
end
|
330
|
-
|
331
265
|
class MaterializedViewDefinition
|
332
266
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
333
267
|
|
334
268
|
include Google::Apis::Core::JsonObjectSupport
|
335
269
|
end
|
336
270
|
|
337
|
-
class Model
|
338
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
339
|
-
|
340
|
-
include Google::Apis::Core::JsonObjectSupport
|
341
|
-
end
|
342
|
-
|
343
271
|
class ModelDefinition
|
344
272
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
345
273
|
|
@@ -352,18 +280,6 @@ module Google
|
|
352
280
|
include Google::Apis::Core::JsonObjectSupport
|
353
281
|
end
|
354
282
|
|
355
|
-
class ModelReference
|
356
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
357
|
-
|
358
|
-
include Google::Apis::Core::JsonObjectSupport
|
359
|
-
end
|
360
|
-
|
361
|
-
class MultiClassClassificationMetrics
|
362
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
363
|
-
|
364
|
-
include Google::Apis::Core::JsonObjectSupport
|
365
|
-
end
|
366
|
-
|
367
283
|
class ProjectList
|
368
284
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
369
285
|
|
@@ -436,42 +352,12 @@ module Google
|
|
436
352
|
include Google::Apis::Core::JsonObjectSupport
|
437
353
|
end
|
438
354
|
|
439
|
-
class RegressionMetrics
|
440
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
441
|
-
|
442
|
-
include Google::Apis::Core::JsonObjectSupport
|
443
|
-
end
|
444
|
-
|
445
355
|
class RoutineReference
|
446
356
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
447
357
|
|
448
358
|
include Google::Apis::Core::JsonObjectSupport
|
449
359
|
end
|
450
360
|
|
451
|
-
class Row
|
452
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
453
|
-
|
454
|
-
include Google::Apis::Core::JsonObjectSupport
|
455
|
-
end
|
456
|
-
|
457
|
-
class StandardSqlDataType
|
458
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
459
|
-
|
460
|
-
include Google::Apis::Core::JsonObjectSupport
|
461
|
-
end
|
462
|
-
|
463
|
-
class StandardSqlField
|
464
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
465
|
-
|
466
|
-
include Google::Apis::Core::JsonObjectSupport
|
467
|
-
end
|
468
|
-
|
469
|
-
class StandardSqlStructType
|
470
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
471
|
-
|
472
|
-
include Google::Apis::Core::JsonObjectSupport
|
473
|
-
end
|
474
|
-
|
475
361
|
class Streamingbuffer
|
476
362
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
477
363
|
|
@@ -574,18 +460,6 @@ module Google
|
|
574
460
|
include Google::Apis::Core::JsonObjectSupport
|
575
461
|
end
|
576
462
|
|
577
|
-
class TrainingOptions
|
578
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
579
|
-
|
580
|
-
include Google::Apis::Core::JsonObjectSupport
|
581
|
-
end
|
582
|
-
|
583
|
-
class TrainingRun
|
584
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
585
|
-
|
586
|
-
include Google::Apis::Core::JsonObjectSupport
|
587
|
-
end
|
588
|
-
|
589
463
|
class UserDefinedFunctionResource
|
590
464
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
591
465
|
|
@@ -598,19 +472,6 @@ module Google
|
|
598
472
|
include Google::Apis::Core::JsonObjectSupport
|
599
473
|
end
|
600
474
|
|
601
|
-
class AggregateClassificationMetrics
|
602
|
-
# @private
|
603
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
604
|
-
property :accuracy, as: 'accuracy'
|
605
|
-
property :f1_score, as: 'f1Score'
|
606
|
-
property :log_loss, as: 'logLoss'
|
607
|
-
property :precision, as: 'precision'
|
608
|
-
property :recall, as: 'recall'
|
609
|
-
property :roc_auc, as: 'rocAuc'
|
610
|
-
property :threshold, as: 'threshold'
|
611
|
-
end
|
612
|
-
end
|
613
|
-
|
614
475
|
class BigQueryModelTraining
|
615
476
|
# @private
|
616
477
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -653,29 +514,6 @@ module Google
|
|
653
514
|
end
|
654
515
|
end
|
655
516
|
|
656
|
-
class BinaryClassificationMetrics
|
657
|
-
# @private
|
658
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
659
|
-
property :aggregate_classification_metrics, as: 'aggregateClassificationMetrics', class: Google::Apis::BigqueryV2::AggregateClassificationMetrics, decorator: Google::Apis::BigqueryV2::AggregateClassificationMetrics::Representation
|
660
|
-
|
661
|
-
collection :binary_confusion_matrix_list, as: 'binaryConfusionMatrixList', class: Google::Apis::BigqueryV2::BinaryConfusionMatrix, decorator: Google::Apis::BigqueryV2::BinaryConfusionMatrix::Representation
|
662
|
-
|
663
|
-
end
|
664
|
-
end
|
665
|
-
|
666
|
-
class BinaryConfusionMatrix
|
667
|
-
# @private
|
668
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
669
|
-
property :false_negatives, :numeric_string => true, as: 'falseNegatives'
|
670
|
-
property :false_positives, :numeric_string => true, as: 'falsePositives'
|
671
|
-
property :positive_class_threshold, as: 'positiveClassThreshold'
|
672
|
-
property :precision, as: 'precision'
|
673
|
-
property :recall, as: 'recall'
|
674
|
-
property :true_negatives, :numeric_string => true, as: 'trueNegatives'
|
675
|
-
property :true_positives, :numeric_string => true, as: 'truePositives'
|
676
|
-
end
|
677
|
-
end
|
678
|
-
|
679
517
|
class BqmlIterationResult
|
680
518
|
# @private
|
681
519
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -715,15 +553,6 @@ module Google
|
|
715
553
|
end
|
716
554
|
end
|
717
555
|
|
718
|
-
class ClusterInfo
|
719
|
-
# @private
|
720
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
721
|
-
property :centroid_id, :numeric_string => true, as: 'centroidId'
|
722
|
-
property :cluster_radius, as: 'clusterRadius'
|
723
|
-
property :cluster_size, :numeric_string => true, as: 'clusterSize'
|
724
|
-
end
|
725
|
-
end
|
726
|
-
|
727
556
|
class Clustering
|
728
557
|
# @private
|
729
558
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -731,23 +560,6 @@ module Google
|
|
731
560
|
end
|
732
561
|
end
|
733
562
|
|
734
|
-
class ClusteringMetrics
|
735
|
-
# @private
|
736
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
737
|
-
property :davies_bouldin_index, as: 'daviesBouldinIndex'
|
738
|
-
property :mean_squared_distance, as: 'meanSquaredDistance'
|
739
|
-
end
|
740
|
-
end
|
741
|
-
|
742
|
-
class ConfusionMatrix
|
743
|
-
# @private
|
744
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
745
|
-
property :confidence_threshold, as: 'confidenceThreshold'
|
746
|
-
collection :rows, as: 'rows', class: Google::Apis::BigqueryV2::Row, decorator: Google::Apis::BigqueryV2::Row::Representation
|
747
|
-
|
748
|
-
end
|
749
|
-
end
|
750
|
-
|
751
563
|
class CsvOptions
|
752
564
|
# @private
|
753
565
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -844,14 +656,6 @@ module Google
|
|
844
656
|
end
|
845
657
|
end
|
846
658
|
|
847
|
-
class Entry
|
848
|
-
# @private
|
849
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
850
|
-
property :item_count, :numeric_string => true, as: 'itemCount'
|
851
|
-
property :predicted_label, as: 'predictedLabel'
|
852
|
-
end
|
853
|
-
end
|
854
|
-
|
855
659
|
class ErrorProto
|
856
660
|
# @private
|
857
661
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -862,20 +666,6 @@ module Google
|
|
862
666
|
end
|
863
667
|
end
|
864
668
|
|
865
|
-
class EvaluationMetrics
|
866
|
-
# @private
|
867
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
868
|
-
property :binary_classification_metrics, as: 'binaryClassificationMetrics', class: Google::Apis::BigqueryV2::BinaryClassificationMetrics, decorator: Google::Apis::BigqueryV2::BinaryClassificationMetrics::Representation
|
869
|
-
|
870
|
-
property :clustering_metrics, as: 'clusteringMetrics', class: Google::Apis::BigqueryV2::ClusteringMetrics, decorator: Google::Apis::BigqueryV2::ClusteringMetrics::Representation
|
871
|
-
|
872
|
-
property :multi_class_classification_metrics, as: 'multiClassClassificationMetrics', class: Google::Apis::BigqueryV2::MultiClassClassificationMetrics, decorator: Google::Apis::BigqueryV2::MultiClassClassificationMetrics::Representation
|
873
|
-
|
874
|
-
property :regression_metrics, as: 'regressionMetrics', class: Google::Apis::BigqueryV2::RegressionMetrics, decorator: Google::Apis::BigqueryV2::RegressionMetrics::Representation
|
875
|
-
|
876
|
-
end
|
877
|
-
end
|
878
|
-
|
879
669
|
class ExplainQueryStage
|
880
670
|
# @private
|
881
671
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -979,19 +769,6 @@ module Google
|
|
979
769
|
end
|
980
770
|
end
|
981
771
|
|
982
|
-
class IterationResult
|
983
|
-
# @private
|
984
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
985
|
-
collection :cluster_infos, as: 'clusterInfos', class: Google::Apis::BigqueryV2::ClusterInfo, decorator: Google::Apis::BigqueryV2::ClusterInfo::Representation
|
986
|
-
|
987
|
-
property :duration_ms, :numeric_string => true, as: 'durationMs'
|
988
|
-
property :eval_loss, as: 'evalLoss'
|
989
|
-
property :index, as: 'index'
|
990
|
-
property :learn_rate, as: 'learnRate'
|
991
|
-
property :training_loss, as: 'trainingLoss'
|
992
|
-
end
|
993
|
-
end
|
994
|
-
|
995
772
|
class Job
|
996
773
|
# @private
|
997
774
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1291,22 +1068,6 @@ module Google
|
|
1291
1068
|
end
|
1292
1069
|
end
|
1293
1070
|
|
1294
|
-
class ListModelsResponse
|
1295
|
-
# @private
|
1296
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1297
|
-
collection :models, as: 'models', class: Google::Apis::BigqueryV2::Model, decorator: Google::Apis::BigqueryV2::Model::Representation
|
1298
|
-
|
1299
|
-
property :next_page_token, as: 'nextPageToken'
|
1300
|
-
end
|
1301
|
-
end
|
1302
|
-
|
1303
|
-
class LocationMetadata
|
1304
|
-
# @private
|
1305
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1306
|
-
property :legacy_location_id, as: 'legacyLocationId'
|
1307
|
-
end
|
1308
|
-
end
|
1309
|
-
|
1310
1071
|
class MaterializedViewDefinition
|
1311
1072
|
# @private
|
1312
1073
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1315,29 +1076,6 @@ module Google
|
|
1315
1076
|
end
|
1316
1077
|
end
|
1317
1078
|
|
1318
|
-
class Model
|
1319
|
-
# @private
|
1320
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1321
|
-
property :creation_time, :numeric_string => true, as: 'creationTime'
|
1322
|
-
property :description, as: 'description'
|
1323
|
-
property :etag, as: 'etag'
|
1324
|
-
property :expiration_time, :numeric_string => true, as: 'expirationTime'
|
1325
|
-
collection :feature_columns, as: 'featureColumns', class: Google::Apis::BigqueryV2::StandardSqlField, decorator: Google::Apis::BigqueryV2::StandardSqlField::Representation
|
1326
|
-
|
1327
|
-
property :friendly_name, as: 'friendlyName'
|
1328
|
-
collection :label_columns, as: 'labelColumns', class: Google::Apis::BigqueryV2::StandardSqlField, decorator: Google::Apis::BigqueryV2::StandardSqlField::Representation
|
1329
|
-
|
1330
|
-
hash :labels, as: 'labels'
|
1331
|
-
property :last_modified_time, :numeric_string => true, as: 'lastModifiedTime'
|
1332
|
-
property :location, as: 'location'
|
1333
|
-
property :model_reference, as: 'modelReference', class: Google::Apis::BigqueryV2::ModelReference, decorator: Google::Apis::BigqueryV2::ModelReference::Representation
|
1334
|
-
|
1335
|
-
property :model_type, as: 'modelType'
|
1336
|
-
collection :training_runs, as: 'trainingRuns', class: Google::Apis::BigqueryV2::TrainingRun, decorator: Google::Apis::BigqueryV2::TrainingRun::Representation
|
1337
|
-
|
1338
|
-
end
|
1339
|
-
end
|
1340
|
-
|
1341
1079
|
class ModelDefinition
|
1342
1080
|
# @private
|
1343
1081
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1357,25 +1095,6 @@ module Google
|
|
1357
1095
|
end
|
1358
1096
|
end
|
1359
1097
|
|
1360
|
-
class ModelReference
|
1361
|
-
# @private
|
1362
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1363
|
-
property :dataset_id, as: 'datasetId'
|
1364
|
-
property :model_id, as: 'modelId'
|
1365
|
-
property :project_id, as: 'projectId'
|
1366
|
-
end
|
1367
|
-
end
|
1368
|
-
|
1369
|
-
class MultiClassClassificationMetrics
|
1370
|
-
# @private
|
1371
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1372
|
-
property :aggregate_classification_metrics, as: 'aggregateClassificationMetrics', class: Google::Apis::BigqueryV2::AggregateClassificationMetrics, decorator: Google::Apis::BigqueryV2::AggregateClassificationMetrics::Representation
|
1373
|
-
|
1374
|
-
collection :confusion_matrix_list, as: 'confusionMatrixList', class: Google::Apis::BigqueryV2::ConfusionMatrix, decorator: Google::Apis::BigqueryV2::ConfusionMatrix::Representation
|
1375
|
-
|
1376
|
-
end
|
1377
|
-
end
|
1378
|
-
|
1379
1098
|
class ProjectList
|
1380
1099
|
# @private
|
1381
1100
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1520,17 +1239,6 @@ module Google
|
|
1520
1239
|
end
|
1521
1240
|
end
|
1522
1241
|
|
1523
|
-
class RegressionMetrics
|
1524
|
-
# @private
|
1525
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1526
|
-
property :mean_absolute_error, as: 'meanAbsoluteError'
|
1527
|
-
property :mean_squared_error, as: 'meanSquaredError'
|
1528
|
-
property :mean_squared_log_error, as: 'meanSquaredLogError'
|
1529
|
-
property :median_absolute_error, as: 'medianAbsoluteError'
|
1530
|
-
property :r_squared, as: 'rSquared'
|
1531
|
-
end
|
1532
|
-
end
|
1533
|
-
|
1534
1242
|
class RoutineReference
|
1535
1243
|
# @private
|
1536
1244
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1540,43 +1248,6 @@ module Google
|
|
1540
1248
|
end
|
1541
1249
|
end
|
1542
1250
|
|
1543
|
-
class Row
|
1544
|
-
# @private
|
1545
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1546
|
-
property :actual_label, as: 'actualLabel'
|
1547
|
-
collection :entries, as: 'entries', class: Google::Apis::BigqueryV2::Entry, decorator: Google::Apis::BigqueryV2::Entry::Representation
|
1548
|
-
|
1549
|
-
end
|
1550
|
-
end
|
1551
|
-
|
1552
|
-
class StandardSqlDataType
|
1553
|
-
# @private
|
1554
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1555
|
-
property :array_element_type, as: 'arrayElementType', class: Google::Apis::BigqueryV2::StandardSqlDataType, decorator: Google::Apis::BigqueryV2::StandardSqlDataType::Representation
|
1556
|
-
|
1557
|
-
property :struct_type, as: 'structType', class: Google::Apis::BigqueryV2::StandardSqlStructType, decorator: Google::Apis::BigqueryV2::StandardSqlStructType::Representation
|
1558
|
-
|
1559
|
-
property :type_kind, as: 'typeKind'
|
1560
|
-
end
|
1561
|
-
end
|
1562
|
-
|
1563
|
-
class StandardSqlField
|
1564
|
-
# @private
|
1565
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1566
|
-
property :name, as: 'name'
|
1567
|
-
property :type, as: 'type', class: Google::Apis::BigqueryV2::StandardSqlDataType, decorator: Google::Apis::BigqueryV2::StandardSqlDataType::Representation
|
1568
|
-
|
1569
|
-
end
|
1570
|
-
end
|
1571
|
-
|
1572
|
-
class StandardSqlStructType
|
1573
|
-
# @private
|
1574
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1575
|
-
collection :fields, as: 'fields', class: Google::Apis::BigqueryV2::StandardSqlField, decorator: Google::Apis::BigqueryV2::StandardSqlField::Representation
|
1576
|
-
|
1577
|
-
end
|
1578
|
-
end
|
1579
|
-
|
1580
1251
|
class Streamingbuffer
|
1581
1252
|
# @private
|
1582
1253
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1784,42 +1455,6 @@ module Google
|
|
1784
1455
|
end
|
1785
1456
|
end
|
1786
1457
|
|
1787
|
-
class TrainingOptions
|
1788
|
-
# @private
|
1789
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1790
|
-
property :data_split_column, as: 'dataSplitColumn'
|
1791
|
-
property :data_split_eval_fraction, as: 'dataSplitEvalFraction'
|
1792
|
-
property :data_split_method, as: 'dataSplitMethod'
|
1793
|
-
property :distance_type, as: 'distanceType'
|
1794
|
-
property :early_stop, as: 'earlyStop'
|
1795
|
-
property :initial_learn_rate, as: 'initialLearnRate'
|
1796
|
-
collection :input_label_columns, as: 'inputLabelColumns'
|
1797
|
-
property :l1_regularization, as: 'l1Regularization'
|
1798
|
-
property :l2_regularization, as: 'l2Regularization'
|
1799
|
-
hash :label_class_weights, as: 'labelClassWeights'
|
1800
|
-
property :learn_rate, as: 'learnRate'
|
1801
|
-
property :learn_rate_strategy, as: 'learnRateStrategy'
|
1802
|
-
property :loss_type, as: 'lossType'
|
1803
|
-
property :max_iterations, :numeric_string => true, as: 'maxIterations'
|
1804
|
-
property :min_relative_progress, as: 'minRelativeProgress'
|
1805
|
-
property :num_clusters, :numeric_string => true, as: 'numClusters'
|
1806
|
-
property :warm_start, as: 'warmStart'
|
1807
|
-
end
|
1808
|
-
end
|
1809
|
-
|
1810
|
-
class TrainingRun
|
1811
|
-
# @private
|
1812
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1813
|
-
property :evaluation_metrics, as: 'evaluationMetrics', class: Google::Apis::BigqueryV2::EvaluationMetrics, decorator: Google::Apis::BigqueryV2::EvaluationMetrics::Representation
|
1814
|
-
|
1815
|
-
collection :results, as: 'results', class: Google::Apis::BigqueryV2::IterationResult, decorator: Google::Apis::BigqueryV2::IterationResult::Representation
|
1816
|
-
|
1817
|
-
property :start_time, as: 'startTime'
|
1818
|
-
property :training_options, as: 'trainingOptions', class: Google::Apis::BigqueryV2::TrainingOptions, decorator: Google::Apis::BigqueryV2::TrainingOptions::Representation
|
1819
|
-
|
1820
|
-
end
|
1821
|
-
end
|
1822
|
-
|
1823
1458
|
class UserDefinedFunctionResource
|
1824
1459
|
# @private
|
1825
1460
|
class Representation < Google::Apis::Core::JsonRepresentation
|