generated/google/apis/bigquery_v2/representations.rb in google-api-client-0.30.8 vs generated/google/apis/bigquery_v2/representations.rb in google-api-client-0.30.9
- old
+ new
@@ -86,10 +86,28 @@
end
include Google::Apis::Core::JsonObjectSupport
end
+ class CategoricalValue
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
+ class CategoryCount
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
+ class Cluster
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class ClusterInfo
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -194,10 +212,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class FeatureValue
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class GetQueryResultsResponse
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -752,10 +776,36 @@
property :warm_start, as: 'warmStart'
end
end
end
+ class CategoricalValue
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ collection :category_counts, as: 'categoryCounts', class: Google::Apis::BigqueryV2::CategoryCount, decorator: Google::Apis::BigqueryV2::CategoryCount::Representation
+
+ end
+ end
+
+ class CategoryCount
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :category, as: 'category'
+ property :count, :numeric_string => true, as: 'count'
+ end
+ end
+
+ class Cluster
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :centroid_id, :numeric_string => true, as: 'centroidId'
+ property :count, :numeric_string => true, as: 'count'
+ collection :feature_values, as: 'featureValues', class: Google::Apis::BigqueryV2::FeatureValue, decorator: Google::Apis::BigqueryV2::FeatureValue::Representation
+
+ end
+ end
+
class ClusterInfo
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :centroid_id, :numeric_string => true, as: 'centroidId'
property :cluster_radius, as: 'clusterRadius'
@@ -771,10 +821,12 @@
end
class ClusteringMetrics
# @private
class Representation < Google::Apis::Core::JsonRepresentation
+ collection :clusters, as: 'clusters', class: Google::Apis::BigqueryV2::Cluster, decorator: Google::Apis::BigqueryV2::Cluster::Representation
+
property :davies_bouldin_index, as: 'daviesBouldinIndex'
property :mean_squared_distance, as: 'meanSquaredDistance'
end
end
@@ -982,10 +1034,20 @@
property :source_format, as: 'sourceFormat'
collection :source_uris, as: 'sourceUris'
end
end
+ class FeatureValue
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :categorical_value, as: 'categoricalValue', class: Google::Apis::BigqueryV2::CategoricalValue, decorator: Google::Apis::BigqueryV2::CategoricalValue::Representation
+
+ property :feature_column, as: 'featureColumn'
+ property :numerical_value, as: 'numericalValue'
+ end
+ end
+
class GetQueryResultsResponse
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :cache_hit, as: 'cacheHit'
collection :errors, as: 'errors', class: Google::Apis::BigqueryV2::ErrorProto, decorator: Google::Apis::BigqueryV2::ErrorProto::Representation
@@ -1876,9 +1938,11 @@
property :data_split_method, as: 'dataSplitMethod'
property :distance_type, as: 'distanceType'
property :early_stop, as: 'earlyStop'
property :initial_learn_rate, as: 'initialLearnRate'
collection :input_label_columns, as: 'inputLabelColumns'
+ property :kmeans_initialization_column, as: 'kmeansInitializationColumn'
+ property :kmeans_initialization_method, as: 'kmeansInitializationMethod'
property :l1_regularization, as: 'l1Regularization'
property :l2_regularization, as: 'l2Regularization'
hash :label_class_weights, as: 'labelClassWeights'
property :learn_rate, as: 'learnRate'
property :learn_rate_strategy, as: 'learnRateStrategy'