@Generated public class CreateForecastingExperimentRequest extends Object
| Constructor and Description |
|---|
CreateForecastingExperimentRequest() |
public CreateForecastingExperimentRequest setCustomWeightsColumn(String customWeightsColumn)
public String getCustomWeightsColumn()
public CreateForecastingExperimentRequest setExperimentPath(String experimentPath)
public String getExperimentPath()
public CreateForecastingExperimentRequest setForecastGranularity(String forecastGranularity)
public String getForecastGranularity()
public CreateForecastingExperimentRequest setForecastHorizon(Long forecastHorizon)
public Long getForecastHorizon()
public CreateForecastingExperimentRequest setFutureFeatureDataPath(String futureFeatureDataPath)
public String getFutureFeatureDataPath()
public CreateForecastingExperimentRequest setHolidayRegions(Collection<String> holidayRegions)
public Collection<String> getHolidayRegions()
public CreateForecastingExperimentRequest setIncludeFeatures(Collection<String> includeFeatures)
public Collection<String> getIncludeFeatures()
public CreateForecastingExperimentRequest setMaxRuntime(Long maxRuntime)
public Long getMaxRuntime()
public CreateForecastingExperimentRequest setPredictionDataPath(String predictionDataPath)
public String getPredictionDataPath()
public CreateForecastingExperimentRequest setPrimaryMetric(String primaryMetric)
public String getPrimaryMetric()
public CreateForecastingExperimentRequest setRegisterTo(String registerTo)
public String getRegisterTo()
public CreateForecastingExperimentRequest setSplitColumn(String splitColumn)
public String getSplitColumn()
public CreateForecastingExperimentRequest setTargetColumn(String targetColumn)
public String getTargetColumn()
public CreateForecastingExperimentRequest setTimeColumn(String timeColumn)
public String getTimeColumn()
public CreateForecastingExperimentRequest setTimeseriesIdentifierColumns(Collection<String> timeseriesIdentifierColumns)
public Collection<String> getTimeseriesIdentifierColumns()
public CreateForecastingExperimentRequest setTrainDataPath(String trainDataPath)
public String getTrainDataPath()
public CreateForecastingExperimentRequest setTrainingFrameworks(Collection<String> trainingFrameworks)
public Collection<String> getTrainingFrameworks()
Copyright © 2025. All rights reserved.