30 #ifndef GOOGLE_BIGQUERY_API_ARIMA_MODEL_INFO_H_ 31 #define GOOGLE_BIGQUERY_API_ARIMA_MODEL_INFO_H_ 33 #include "googleapis/base/macros.h" 34 #include "googleapis/client/data/jsoncpp_data.h" 35 #include "googleapis/strings/stringpiece.h" 37 #include "google/bigquery_api/arima_coefficients.h" 38 #include "google/bigquery_api/arima_fitting_metrics.h" 39 #include "google/bigquery_api/arima_order.h" 87 return StringPiece(
"google_bigquery_api::ArimaModelInfo");
96 return Storage().isMember(
"arimaCoefficients");
103 MutableStorage()->removeMember(
"arimaCoefficients");
129 return Storage().isMember(
"arimaFittingMetrics");
136 MutableStorage()->removeMember(
"arimaFittingMetrics");
162 return Storage().isMember(
"nonSeasonalOrder");
169 MutableStorage()->removeMember(
"nonSeasonalOrder");
177 const ArimaOrder get_non_seasonal_order()
const;
193 #endif // GOOGLE_BIGQUERY_API_ARIMA_MODEL_INFO_H_ void clear_arima_coefficients()
Definition: arima_model_info.h:102
bool has_arima_fitting_metrics() const
Definition: arima_model_info.h:128
Definition: aggregate_classification_metrics.cc:39
bool has_non_seasonal_order() const
Definition: arima_model_info.h:161
Definition: arima_coefficients.h:49
bool has_arima_coefficients() const
Definition: arima_model_info.h:95
Definition: arima_order.h:50
void clear_non_seasonal_order()
Definition: arima_model_info.h:168
Definition: aggregate_classification_metrics.h:37
Definition: arima_model_info.h:53
void clear_arima_fitting_metrics()
Definition: arima_model_info.h:135
const StringPiece GetTypeName() const
Definition: arima_model_info.h:86
Definition: arima_fitting_metrics.h:49