Uses of Class
software.amazon.awssdk.services.evidently.model.EvaluationRule
-
Packages that use EvaluationRule Package Description software.amazon.awssdk.services.evidently.model -
-
Uses of EvaluationRule in software.amazon.awssdk.services.evidently.model
Methods in software.amazon.awssdk.services.evidently.model that return types with arguments of type EvaluationRule Modifier and Type Method Description List<EvaluationRule>Feature. evaluationRules()An array of structures that define the evaluation rules for the feature.List<EvaluationRule>FeatureSummary. evaluationRules()An array of structures that defineMethods in software.amazon.awssdk.services.evidently.model with parameters of type EvaluationRule Modifier and Type Method Description Feature.BuilderFeature.Builder. evaluationRules(EvaluationRule... evaluationRules)An array of structures that define the evaluation rules for the feature.FeatureSummary.BuilderFeatureSummary.Builder. evaluationRules(EvaluationRule... evaluationRules)An array of structures that defineMethod parameters in software.amazon.awssdk.services.evidently.model with type arguments of type EvaluationRule Modifier and Type Method Description Feature.BuilderFeature.Builder. evaluationRules(Collection<EvaluationRule> evaluationRules)An array of structures that define the evaluation rules for the feature.FeatureSummary.BuilderFeatureSummary.Builder. evaluationRules(Collection<EvaluationRule> evaluationRules)An array of structures that define
-