| Package | Description |
|---|---|
| software.amazon.awssdk.services.forecast |
Provides APIs for creating and managing Amazon Forecast resources.
|
| Modifier and Type | Method and Description |
|---|---|
default GetAccuracyMetricsResponse |
ForecastClient.getAccuracyMetrics(Consumer<GetAccuracyMetricsRequest.Builder> getAccuracyMetricsRequest)
Provides metrics on the accuracy of the models that were trained by the CreatePredictor operation.
|
default GetAccuracyMetricsResponse |
ForecastClient.getAccuracyMetrics(GetAccuracyMetricsRequest getAccuracyMetricsRequest)
Provides metrics on the accuracy of the models that were trained by the CreatePredictor operation.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetAccuracyMetricsResponse> |
ForecastAsyncClient.getAccuracyMetrics(Consumer<GetAccuracyMetricsRequest.Builder> getAccuracyMetricsRequest)
Provides metrics on the accuracy of the models that were trained by the CreatePredictor operation.
|
default CompletableFuture<GetAccuracyMetricsResponse> |
ForecastAsyncClient.getAccuracyMetrics(GetAccuracyMetricsRequest getAccuracyMetricsRequest)
Provides metrics on the accuracy of the models that were trained by the CreatePredictor operation.
|
Copyright © 2023. All rights reserved.