Uses of Interface
software.amazon.awssdk.services.forecast.model.WeightedQuantileLoss.Builder
-
Packages that use WeightedQuantileLoss.Builder Package Description software.amazon.awssdk.services.forecast.model -
-
Uses of WeightedQuantileLoss.Builder in software.amazon.awssdk.services.forecast.model
Methods in software.amazon.awssdk.services.forecast.model that return WeightedQuantileLoss.Builder Modifier and Type Method Description static WeightedQuantileLoss.BuilderWeightedQuantileLoss. builder()WeightedQuantileLoss.BuilderWeightedQuantileLoss.Builder. lossValue(Double lossValue)The difference between the predicted value and the actual value over the quantile, weighted (normalized) by dividing by the sum over all quantiles.WeightedQuantileLoss.BuilderWeightedQuantileLoss.Builder. quantile(Double quantile)The quantile.WeightedQuantileLoss.BuilderWeightedQuantileLoss. toBuilder()Methods in software.amazon.awssdk.services.forecast.model that return types with arguments of type WeightedQuantileLoss.Builder Modifier and Type Method Description static Class<? extends WeightedQuantileLoss.Builder>WeightedQuantileLoss. serializableBuilderClass()
-