
target.apidocs.com.google.api.services.bigquery.model.ArimaModelInfo.html Maven / Gradle / Ivy
ArimaModelInfo (BigQuery API v2-rev20201007-1.30.10)
com.google.api.services.bigquery.model
Class ArimaModelInfo
- java.lang.Object
-
- java.util.AbstractMap<String,Object>
-
- com.google.api.client.util.GenericData
-
- com.google.api.client.json.GenericJson
-
- com.google.api.services.bigquery.model.ArimaModelInfo
-
public final class ArimaModelInfo
extends GenericJson
Arima model information.
This is the Java data model class that specifies how to parse/serialize into the JSON that is
transmitted over HTTP when working with the BigQuery API. For a detailed explanation see:
https://developers.google.com/api-client-library/java/google-http-java-client/json
- Author:
- Google, Inc.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
GenericData.Flags
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
-
Constructor Summary
Constructors
Constructor and Description
ArimaModelInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
ArimaModelInfo
clone()
ArimaCoefficients
getArimaCoefficients()
Arima coefficients.
ArimaFittingMetrics
getArimaFittingMetrics()
Arima fitting metrics.
Boolean
getHasDrift()
Whether Arima model fitted with drift or not.
ArimaOrder
getNonSeasonalOrder()
Non-seasonal order.
List<String>
getSeasonalPeriods()
Seasonal periods.
String
getTimeSeriesId()
The id to indicate different time series.
ArimaModelInfo
set(String fieldName,
Object value)
ArimaModelInfo
setArimaCoefficients(ArimaCoefficients arimaCoefficients)
Arima coefficients.
ArimaModelInfo
setArimaFittingMetrics(ArimaFittingMetrics arimaFittingMetrics)
Arima fitting metrics.
ArimaModelInfo
setHasDrift(Boolean hasDrift)
Whether Arima model fitted with drift or not.
ArimaModelInfo
setNonSeasonalOrder(ArimaOrder nonSeasonalOrder)
Non-seasonal order.
ArimaModelInfo
setSeasonalPeriods(List<String> seasonalPeriods)
Seasonal periods.
ArimaModelInfo
setTimeSeriesId(String timeSeriesId)
The id to indicate different time series.
-
Methods inherited from class com.google.api.client.json.GenericJson
getFactory, setFactory, toPrettyString, toString
-
Methods inherited from class com.google.api.client.util.GenericData
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
-
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, isEmpty, keySet, size, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
Method Detail
-
getArimaCoefficients
public ArimaCoefficients getArimaCoefficients()
Arima coefficients.
- Returns:
- value or
null
for none
-
setArimaCoefficients
public ArimaModelInfo setArimaCoefficients(ArimaCoefficients arimaCoefficients)
Arima coefficients.
- Parameters:
arimaCoefficients
- arimaCoefficients or null
for none
-
getArimaFittingMetrics
public ArimaFittingMetrics getArimaFittingMetrics()
Arima fitting metrics.
- Returns:
- value or
null
for none
-
setArimaFittingMetrics
public ArimaModelInfo setArimaFittingMetrics(ArimaFittingMetrics arimaFittingMetrics)
Arima fitting metrics.
- Parameters:
arimaFittingMetrics
- arimaFittingMetrics or null
for none
-
getHasDrift
public Boolean getHasDrift()
Whether Arima model fitted with drift or not. It is always false when d is not 1.
- Returns:
- value or
null
for none
-
setHasDrift
public ArimaModelInfo setHasDrift(Boolean hasDrift)
Whether Arima model fitted with drift or not. It is always false when d is not 1.
- Parameters:
hasDrift
- hasDrift or null
for none
-
getNonSeasonalOrder
public ArimaOrder getNonSeasonalOrder()
Non-seasonal order.
- Returns:
- value or
null
for none
-
setNonSeasonalOrder
public ArimaModelInfo setNonSeasonalOrder(ArimaOrder nonSeasonalOrder)
Non-seasonal order.
- Parameters:
nonSeasonalOrder
- nonSeasonalOrder or null
for none
-
getSeasonalPeriods
public List<String> getSeasonalPeriods()
Seasonal periods. Repeated because multiple periods are supported for one time series.
- Returns:
- value or
null
for none
-
setSeasonalPeriods
public ArimaModelInfo setSeasonalPeriods(List<String> seasonalPeriods)
Seasonal periods. Repeated because multiple periods are supported for one time series.
- Parameters:
seasonalPeriods
- seasonalPeriods or null
for none
-
getTimeSeriesId
public String getTimeSeriesId()
The id to indicate different time series.
- Returns:
- value or
null
for none
-
setTimeSeriesId
public ArimaModelInfo setTimeSeriesId(String timeSeriesId)
The id to indicate different time series.
- Parameters:
timeSeriesId
- timeSeriesId or null
for none
-
set
public ArimaModelInfo set(String fieldName,
Object value)
- Overrides:
set
in class GenericJson
-
clone
public ArimaModelInfo clone()
- Overrides:
clone
in class GenericJson
Copyright © 2011–2020 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy