Class PredictionDistributionDefinitionResponseDistributions.Builder
- java.lang.Object
-
- com.pulumi.azurenative.customerinsights.outputs.PredictionDistributionDefinitionResponseDistributions.Builder
-
- Enclosing class:
- PredictionDistributionDefinitionResponseDistributions
public static final class PredictionDistributionDefinitionResponseDistributions.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(PredictionDistributionDefinitionResponseDistributions defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PredictionDistributionDefinitionResponseDistributions
build()
PredictionDistributionDefinitionResponseDistributions.Builder
negatives(java.lang.Double negatives)
PredictionDistributionDefinitionResponseDistributions.Builder
negativesAboveThreshold(java.lang.Double negativesAboveThreshold)
PredictionDistributionDefinitionResponseDistributions.Builder
positives(java.lang.Double positives)
PredictionDistributionDefinitionResponseDistributions.Builder
positivesAboveThreshold(java.lang.Double positivesAboveThreshold)
PredictionDistributionDefinitionResponseDistributions.Builder
scoreThreshold(java.lang.Integer scoreThreshold)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(PredictionDistributionDefinitionResponseDistributions defaults)
-
-
Method Detail
-
negatives
public PredictionDistributionDefinitionResponseDistributions.Builder negatives(@Nullable java.lang.Double negatives)
-
negativesAboveThreshold
public PredictionDistributionDefinitionResponseDistributions.Builder negativesAboveThreshold(@Nullable java.lang.Double negativesAboveThreshold)
-
positives
public PredictionDistributionDefinitionResponseDistributions.Builder positives(@Nullable java.lang.Double positives)
-
positivesAboveThreshold
public PredictionDistributionDefinitionResponseDistributions.Builder positivesAboveThreshold(@Nullable java.lang.Double positivesAboveThreshold)
-
scoreThreshold
public PredictionDistributionDefinitionResponseDistributions.Builder scoreThreshold(@Nullable java.lang.Integer scoreThreshold)
-
build
public PredictionDistributionDefinitionResponseDistributions build()
-
-