generated/google/apis/bigquery_v2/representations.rb in google-api-client-0.42.1 vs generated/google/apis/bigquery_v2/representations.rb in google-api-client-0.42.2

- old
+ new

@@ -44,10 +44,16 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class ArimaForecastingMetrics + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class ArimaModelInfo class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -62,10 +68,16 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class ArimaSingleModelForecastingMetrics + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class AuditConfig class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -620,10 +632,16 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class SnapshotDefinition + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class StandardSqlDataType class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -824,10 +842,25 @@ property :log_likelihood, as: 'logLikelihood' property :variance, as: 'variance' end end + class ArimaForecastingMetrics + # @private + class Representation < Google::Apis::Core::JsonRepresentation + collection :arima_fitting_metrics, as: 'arimaFittingMetrics', class: Google::Apis::BigqueryV2::ArimaFittingMetrics, decorator: Google::Apis::BigqueryV2::ArimaFittingMetrics::Representation + + collection :arima_single_model_forecasting_metrics, as: 'arimaSingleModelForecastingMetrics', class: Google::Apis::BigqueryV2::ArimaSingleModelForecastingMetrics, decorator: Google::Apis::BigqueryV2::ArimaSingleModelForecastingMetrics::Representation + + collection :has_drift, as: 'hasDrift' + collection :non_seasonal_order, as: 'nonSeasonalOrder', class: Google::Apis::BigqueryV2::ArimaOrder, decorator: Google::Apis::BigqueryV2::ArimaOrder::Representation + + collection :seasonal_periods, as: 'seasonalPeriods' + collection :time_series_id, as: 'timeSeriesId' + end + end + class ArimaModelInfo # @private class Representation < Google::Apis::Core::JsonRepresentation property :arima_coefficients, as: 'arimaCoefficients', class: Google::Apis::BigqueryV2::ArimaCoefficients, decorator: Google::Apis::BigqueryV2::ArimaCoefficients::Representation @@ -857,10 +890,23 @@ collection :seasonal_periods, as: 'seasonalPeriods' end end + class ArimaSingleModelForecastingMetrics + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :arima_fitting_metrics, as: 'arimaFittingMetrics', class: Google::Apis::BigqueryV2::ArimaFittingMetrics, decorator: Google::Apis::BigqueryV2::ArimaFittingMetrics::Representation + + property :has_drift, as: 'hasDrift' + property :non_seasonal_order, as: 'nonSeasonalOrder', class: Google::Apis::BigqueryV2::ArimaOrder, decorator: Google::Apis::BigqueryV2::ArimaOrder::Representation + + collection :seasonal_periods, as: 'seasonalPeriods' + property :time_series_id, as: 'timeSeriesId' + end + end + class AuditConfig # @private class Representation < Google::Apis::Core::JsonRepresentation collection :audit_log_configs, as: 'auditLogConfigs', class: Google::Apis::BigqueryV2::AuditLogConfig, decorator: Google::Apis::BigqueryV2::AuditLogConfig::Representation @@ -1190,10 +1236,12 @@ end class EvaluationMetrics # @private class Representation < Google::Apis::Core::JsonRepresentation + property :arima_forecasting_metrics, as: 'arimaForecastingMetrics', class: Google::Apis::BigqueryV2::ArimaForecastingMetrics, decorator: Google::Apis::BigqueryV2::ArimaForecastingMetrics::Representation + property :binary_classification_metrics, as: 'binaryClassificationMetrics', class: Google::Apis::BigqueryV2::BinaryClassificationMetrics, decorator: Google::Apis::BigqueryV2::BinaryClassificationMetrics::Representation property :clustering_metrics, as: 'clusteringMetrics', class: Google::Apis::BigqueryV2::ClusteringMetrics, decorator: Google::Apis::BigqueryV2::ClusteringMetrics::Representation property :multi_class_classification_metrics, as: 'multiClassClassificationMetrics', class: Google::Apis::BigqueryV2::MultiClassClassificationMetrics, decorator: Google::Apis::BigqueryV2::MultiClassClassificationMetrics::Representation @@ -2050,10 +2098,20 @@ property :update_mask, as: 'updateMask' end end + class SnapshotDefinition + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :base_table_reference, as: 'baseTableReference', class: Google::Apis::BigqueryV2::TableReference, decorator: Google::Apis::BigqueryV2::TableReference::Representation + + property :snapshot_time, as: 'snapshotTime', type: DateTime + + end + end + class StandardSqlDataType # @private class Representation < Google::Apis::Core::JsonRepresentation property :array_element_type, as: 'arrayElementType', class: Google::Apis::BigqueryV2::StandardSqlDataType, decorator: Google::Apis::BigqueryV2::StandardSqlDataType::Representation @@ -2120,10 +2178,12 @@ property :require_partition_filter, as: 'requirePartitionFilter' property :schema, as: 'schema', class: Google::Apis::BigqueryV2::TableSchema, decorator: Google::Apis::BigqueryV2::TableSchema::Representation property :self_link, as: 'selfLink' + property :snapshot_definition, as: 'snapshotDefinition', class: Google::Apis::BigqueryV2::SnapshotDefinition, decorator: Google::Apis::BigqueryV2::SnapshotDefinition::Representation + property :streaming_buffer, as: 'streamingBuffer', class: Google::Apis::BigqueryV2::Streamingbuffer, decorator: Google::Apis::BigqueryV2::Streamingbuffer::Representation property :table_reference, as: 'tableReference', class: Google::Apis::BigqueryV2::TableReference, decorator: Google::Apis::BigqueryV2::TableReference::Representation property :time_partitioning, as: 'timePartitioning', class: Google::Apis::BigqueryV2::TimePartitioning, decorator: Google::Apis::BigqueryV2::TimePartitioning::Representation @@ -2313,19 +2373,24 @@ end class TrainingOptions # @private class Representation < Google::Apis::Core::JsonRepresentation + property :auto_arima, as: 'autoArima' property :batch_size, :numeric_string => true, as: 'batchSize' + property :data_frequency, as: 'dataFrequency' property :data_split_column, as: 'dataSplitColumn' property :data_split_eval_fraction, as: 'dataSplitEvalFraction' property :data_split_method, as: 'dataSplitMethod' property :distance_type, as: 'distanceType' property :dropout, as: 'dropout' property :early_stop, as: 'earlyStop' property :feedback_type, as: 'feedbackType' collection :hidden_units, as: 'hiddenUnits' + property :holiday_region, as: 'holidayRegion' + property :horizon, :numeric_string => true, as: 'horizon' + property :include_drift, as: 'includeDrift' property :initial_learn_rate, as: 'initialLearnRate' collection :input_label_columns, as: 'inputLabelColumns' property :item_column, as: 'itemColumn' property :kmeans_initialization_column, as: 'kmeansInitializationColumn' property :kmeans_initialization_method, as: 'kmeansInitializationMethod' @@ -2338,14 +2403,19 @@ property :max_iterations, :numeric_string => true, as: 'maxIterations' property :max_tree_depth, :numeric_string => true, as: 'maxTreeDepth' property :min_relative_progress, as: 'minRelativeProgress' property :min_split_loss, as: 'minSplitLoss' property :model_uri, as: 'modelUri' + property :non_seasonal_order, as: 'nonSeasonalOrder', class: Google::Apis::BigqueryV2::ArimaOrder, decorator: Google::Apis::BigqueryV2::ArimaOrder::Representation + property :num_clusters, :numeric_string => true, as: 'numClusters' property :num_factors, :numeric_string => true, as: 'numFactors' property :optimization_strategy, as: 'optimizationStrategy' property :preserve_input_structs, as: 'preserveInputStructs' property :subsample, as: 'subsample' + property :time_series_data_column, as: 'timeSeriesDataColumn' + property :time_series_id_column, as: 'timeSeriesIdColumn' + property :time_series_timestamp_column, as: 'timeSeriesTimestampColumn' property :user_column, as: 'userColumn' property :wals_alpha, as: 'walsAlpha' property :warm_start, as: 'warmStart' end end