Package-level declarations
Functions
Link copied to clipboard
inline suspend fun ForecastqueryClient.queryForecast(crossinline block: QueryForecastRequest.Builder.() -> Unit): QueryForecastResponse
Retrieves a forecast for a single item, filtered by the supplied criteria.
Link copied to clipboard
inline suspend fun ForecastqueryClient.queryWhatIfForecast(crossinline block: QueryWhatIfForecastRequest.Builder.() -> Unit): QueryWhatIfForecastResponse
Retrieves a what-if forecast.
Link copied to clipboard
fun ForecastqueryClient.withConfig(block: ForecastqueryClient.Config.Builder.() -> Unit): ForecastqueryClient
Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.