Uses of Interface
software.amazon.awssdk.services.evidently.model.EvaluationRule.Builder
-
Packages that use EvaluationRule.Builder Package Description software.amazon.awssdk.services.evidently.model -
-
Uses of EvaluationRule.Builder in software.amazon.awssdk.services.evidently.model
Methods in software.amazon.awssdk.services.evidently.model that return EvaluationRule.Builder Modifier and Type Method Description static EvaluationRule.BuilderEvaluationRule. builder()EvaluationRule.BuilderEvaluationRule.Builder. name(String name)The name of the experiment or launch.EvaluationRule.BuilderEvaluationRule. toBuilder()EvaluationRule.BuilderEvaluationRule.Builder. type(String type)This value isaws.evidently.splitsif this is an evaluation rule for a launch, and it isaws.evidently.onlineabif this is an evaluation rule for an experiment.Methods in software.amazon.awssdk.services.evidently.model that return types with arguments of type EvaluationRule.Builder Modifier and Type Method Description static Class<? extends EvaluationRule.Builder>EvaluationRule. serializableBuilderClass()
-