public static interface EvaluationRule.Builder extends SdkPojo, CopyableBuilder<EvaluationRule.Builder,EvaluationRule>
| Modifier and Type | Method and Description |
|---|---|
EvaluationRule.Builder |
name(String name)
The name of the experiment or launch.
|
EvaluationRule.Builder |
type(String type)
This value is
aws.evidently.splits if this is an evaluation rule for a launch, and it is
aws.evidently.onlineab if this is an evaluation rule for an experiment. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEvaluationRule.Builder name(String name)
The name of the experiment or launch.
name - The name of the experiment or launch.EvaluationRule.Builder type(String type)
This value is aws.evidently.splits if this is an evaluation rule for a launch, and it is
aws.evidently.onlineab if this is an evaluation rule for an experiment.
type - This value is aws.evidently.splits if this is an evaluation rule for a launch, and it is
aws.evidently.onlineab if this is an evaluation rule for an experiment.Copyright © 2023. All rights reserved.