#include <arima_model_info.h>
◆ ArimaModelInfo() [1/2]
google_bigquery_api::ArimaModelInfo::ArimaModelInfo |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ArimaModelInfo() [2/2]
google_bigquery_api::ArimaModelInfo::ArimaModelInfo |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~ArimaModelInfo()
google_bigquery_api::ArimaModelInfo::~ArimaModelInfo |
( |
| ) |
|
|
virtual |
◆ clear_arima_coefficients()
void google_bigquery_api::ArimaModelInfo::clear_arima_coefficients |
( |
| ) |
|
|
inline |
Clears the 'arimaCoefficients
' attribute.
◆ clear_arima_fitting_metrics()
void google_bigquery_api::ArimaModelInfo::clear_arima_fitting_metrics |
( |
| ) |
|
|
inline |
Clears the 'arimaFittingMetrics
' attribute.
◆ clear_non_seasonal_order()
void google_bigquery_api::ArimaModelInfo::clear_non_seasonal_order |
( |
| ) |
|
|
inline |
Clears the 'nonSeasonalOrder
' attribute.
◆ get_arima_coefficients()
const ArimaCoefficients google_bigquery_api::ArimaModelInfo::get_arima_coefficients |
( |
| ) |
const |
Get a reference to the value of the 'arimaCoefficients
' attribute.
◆ get_arima_fitting_metrics()
const ArimaFittingMetrics google_bigquery_api::ArimaModelInfo::get_arima_fitting_metrics |
( |
| ) |
const |
Get a reference to the value of the 'arimaFittingMetrics
' attribute.
◆ get_non_seasonal_order()
const ArimaOrder google_bigquery_api::ArimaModelInfo::get_non_seasonal_order |
( |
| ) |
const |
Get a reference to the value of the 'nonSeasonalOrder
' attribute.
◆ GetTypeName()
const StringPiece google_bigquery_api::ArimaModelInfo::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_arima_coefficients()
bool google_bigquery_api::ArimaModelInfo::has_arima_coefficients |
( |
| ) |
const |
|
inline |
Determine if the 'arimaCoefficients
' attribute was set.
- Returns
- true if the '
arimaCoefficients
' attribute was set.
◆ has_arima_fitting_metrics()
bool google_bigquery_api::ArimaModelInfo::has_arima_fitting_metrics |
( |
| ) |
const |
|
inline |
Determine if the 'arimaFittingMetrics
' attribute was set.
- Returns
- true if the '
arimaFittingMetrics
' attribute was set.
◆ has_non_seasonal_order()
bool google_bigquery_api::ArimaModelInfo::has_non_seasonal_order |
( |
| ) |
const |
|
inline |
Determine if the 'nonSeasonalOrder
' attribute was set.
- Returns
- true if the '
nonSeasonalOrder
' attribute was set.
◆ mutable_arimaCoefficients()
Gets a reference to a mutable value of the 'arimaCoefficients
' property.
Arima coefficients.
- Returns
- The result can be modified to change the attribute value.
◆ mutable_arimaFittingMetrics()
Gets a reference to a mutable value of the 'arimaFittingMetrics
' property.
Arima fitting metrics.
- Returns
- The result can be modified to change the attribute value.
◆ mutable_nonSeasonalOrder()
ArimaOrder google_bigquery_api::ArimaModelInfo::mutable_nonSeasonalOrder |
( |
| ) |
|
Gets a reference to a mutable value of the 'nonSeasonalOrder
' property.
Non-seasonal order.
- Returns
- The result can be modified to change the attribute value.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
The documentation for this class was generated from the following files: