@Generated public class ForecastingAPI extends Object
| Constructor and Description |
|---|
ForecastingAPI(ApiClient apiClient)
Regular-use constructor
|
ForecastingAPI(ForecastingService mock)
Constructor for mocks
|
| Modifier and Type | Method and Description |
|---|---|
Wait<ForecastingExperiment,CreateForecastingExperimentResponse> |
createExperiment(CreateForecastingExperimentRequest request)
Create a forecasting experiment.
|
Wait<ForecastingExperiment,CreateForecastingExperimentResponse> |
createExperiment(String trainDataPath,
String targetColumn,
String timeColumn,
String forecastGranularity,
long forecastHorizon) |
ForecastingExperiment |
getExperiment(GetForecastingExperimentRequest request)
Get a forecasting experiment.
|
ForecastingExperiment |
getExperiment(String experimentId) |
ForecastingService |
impl() |
ForecastingExperiment |
waitGetExperimentForecastingSucceeded(String experimentId) |
ForecastingExperiment |
waitGetExperimentForecastingSucceeded(String experimentId,
Duration timeout,
Consumer<ForecastingExperiment> callback) |
public ForecastingAPI(ApiClient apiClient)
public ForecastingAPI(ForecastingService mock)
public ForecastingExperiment waitGetExperimentForecastingSucceeded(String experimentId) throws TimeoutException
TimeoutExceptionpublic ForecastingExperiment waitGetExperimentForecastingSucceeded(String experimentId, Duration timeout, Consumer<ForecastingExperiment> callback) throws TimeoutException
TimeoutExceptionpublic Wait<ForecastingExperiment,CreateForecastingExperimentResponse> createExperiment(String trainDataPath, String targetColumn, String timeColumn, String forecastGranularity, long forecastHorizon)
public Wait<ForecastingExperiment,CreateForecastingExperimentResponse> createExperiment(CreateForecastingExperimentRequest request)
Creates a serverless forecasting experiment. Returns the experiment ID.
public ForecastingExperiment getExperiment(String experimentId)
public ForecastingExperiment getExperiment(GetForecastingExperimentRequest request)
Public RPC to get forecasting experiment
public ForecastingService impl()
Copyright © 2025. All rights reserved.