bigquery  v2
Public Member Functions | Static Public Member Functions | List of all members
google_bigquery_api::ArimaResult Class Reference

#include <arima_result.h>

Inheritance diagram for google_bigquery_api::ArimaResult:

Public Member Functions

 ArimaResult (const Json::Value &storage)
 
 ArimaResult (Json::Value *storage)
 
virtual ~ArimaResult ()
 
const StringPiece GetTypeName () const
 
bool has_arima_model_info () const
 
void clear_arima_model_info ()
 
const client::JsonCppArray< ArimaModelInfoget_arima_model_info () const
 
client::JsonCppArray< ArimaModelInfomutable_arimaModelInfo ()
 
bool has_seasonal_periods () const
 
void clear_seasonal_periods ()
 
const client::JsonCppArray< string > get_seasonal_periods () const
 
client::JsonCppArray< string > mutable_seasonalPeriods ()
 

Static Public Member Functions

static ArimaResultNew ()
 

Detailed Description

(Auto-)arima fitting result. Wrap everything in ArimaResult for easier refactoring if we want to use model-specific iteration results.

Constructor & Destructor Documentation

◆ ArimaResult() [1/2]

google_bigquery_api::ArimaResult::ArimaResult ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ ArimaResult() [2/2]

google_bigquery_api::ArimaResult::ArimaResult ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ ~ArimaResult()

google_bigquery_api::ArimaResult::~ArimaResult ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_arima_model_info()

void google_bigquery_api::ArimaResult::clear_arima_model_info ( )
inline

Clears the 'arimaModelInfo' attribute.

◆ clear_seasonal_periods()

void google_bigquery_api::ArimaResult::clear_seasonal_periods ( )
inline

Clears the 'seasonalPeriods' attribute.

◆ get_arima_model_info()

const client::JsonCppArray<ArimaModelInfo > google_bigquery_api::ArimaResult::get_arima_model_info ( ) const

Get a reference to the value of the 'arimaModelInfo' attribute.

◆ get_seasonal_periods()

const client::JsonCppArray<string > google_bigquery_api::ArimaResult::get_seasonal_periods ( ) const
inline

Get a reference to the value of the 'seasonalPeriods' attribute.

◆ GetTypeName()

const StringPiece google_bigquery_api::ArimaResult::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_bigquery_api::ArimaResult

◆ has_arima_model_info()

bool google_bigquery_api::ArimaResult::has_arima_model_info ( ) const
inline

Determine if the 'arimaModelInfo' attribute was set.

Returns
true if the 'arimaModelInfo' attribute was set.

◆ has_seasonal_periods()

bool google_bigquery_api::ArimaResult::has_seasonal_periods ( ) const
inline

Determine if the 'seasonalPeriods' attribute was set.

Returns
true if the 'seasonalPeriods' attribute was set.

◆ mutable_arimaModelInfo()

client::JsonCppArray<ArimaModelInfo > google_bigquery_api::ArimaResult::mutable_arimaModelInfo ( )

Gets a reference to a mutable value of the 'arimaModelInfo' property.

This message is repeated because there are multiple arima models fitted in auto-arima. For non-auto-arima model, its size is one.

Returns
The result can be modified to change the attribute value.

◆ mutable_seasonalPeriods()

client::JsonCppArray<string > google_bigquery_api::ArimaResult::mutable_seasonalPeriods ( )
inline

Gets a reference to a mutable value of the 'seasonalPeriods' property.

Seasonal periods. Repeated because multiple periods are supported for one time series.

Returns
The result can be modified to change the attribute value.

◆ New()

ArimaResult * google_bigquery_api::ArimaResult::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

The documentation for this class was generated from the following files: