Uses of Class
software.amazon.awssdk.services.forecast.model.WeightedQuantileLoss
-
Packages that use WeightedQuantileLoss Package Description software.amazon.awssdk.services.forecast.model -
-
Uses of WeightedQuantileLoss in software.amazon.awssdk.services.forecast.model
Methods in software.amazon.awssdk.services.forecast.model that return types with arguments of type WeightedQuantileLoss Modifier and Type Method Description List<WeightedQuantileLoss>Metrics. weightedQuantileLosses()An array of weighted quantile losses.Methods in software.amazon.awssdk.services.forecast.model with parameters of type WeightedQuantileLoss Modifier and Type Method Description Metrics.BuilderMetrics.Builder. weightedQuantileLosses(WeightedQuantileLoss... weightedQuantileLosses)An array of weighted quantile losses.Method parameters in software.amazon.awssdk.services.forecast.model with type arguments of type WeightedQuantileLoss Modifier and Type Method Description Metrics.BuilderMetrics.Builder. weightedQuantileLosses(Collection<WeightedQuantileLoss> weightedQuantileLosses)An array of weighted quantile losses.
-