| Package | Description |
|---|---|
| com.databricks.sdk.service.ml |
| Modifier and Type | Method and Description |
|---|---|
ForecastingExperiment |
ForecastingAPI.getExperiment(GetForecastingExperimentRequest request)
Get a forecasting experiment.
|
ForecastingExperiment |
ForecastingService.getExperiment(GetForecastingExperimentRequest getForecastingExperimentRequest)
Get a forecasting experiment.
|
ForecastingExperiment |
ForecastingAPI.getExperiment(String experimentId) |
ForecastingExperiment |
ForecastingExperiment.setExperimentId(String experimentId) |
ForecastingExperiment |
ForecastingExperiment.setExperimentPageUrl(String experimentPageUrl) |
ForecastingExperiment |
ForecastingExperiment.setState(ForecastingExperimentState state) |
ForecastingExperiment |
ForecastingAPI.waitGetExperimentForecastingSucceeded(String experimentId) |
ForecastingExperiment |
ForecastingAPI.waitGetExperimentForecastingSucceeded(String experimentId,
Duration timeout,
Consumer<ForecastingExperiment> callback) |
| Modifier and Type | Method and Description |
|---|---|
Wait<ForecastingExperiment,CreateForecastingExperimentResponse> |
ForecastingAPI.createExperiment(CreateForecastingExperimentRequest request)
Create a forecasting experiment.
|
Wait<ForecastingExperiment,CreateForecastingExperimentResponse> |
ForecastingAPI.createExperiment(String trainDataPath,
String targetColumn,
String timeColumn,
String forecastGranularity,
long forecastHorizon) |
| Modifier and Type | Method and Description |
|---|---|
ForecastingExperiment |
ForecastingAPI.waitGetExperimentForecastingSucceeded(String experimentId,
Duration timeout,
Consumer<ForecastingExperiment> callback) |
Copyright © 2025. All rights reserved.