| Package | Description |
|---|---|
| com.databricks.sdk.service.ml |
| Modifier and Type | Method and Description |
|---|---|
CreateForecastingExperimentResponse |
ForecastingService.createExperiment(CreateForecastingExperimentRequest createForecastingExperimentRequest)
Create a forecasting experiment.
|
CreateForecastingExperimentResponse |
CreateForecastingExperimentResponse.setExperimentId(String experimentId) |
| 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) |
Copyright © 2025. All rights reserved.