Interface EvaluationRule.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EvaluationRule.Builder,
,EvaluationRule> SdkBuilder<EvaluationRule.Builder,
,EvaluationRule> SdkPojo
- Enclosing class:
EvaluationRule
@Mutable
@NotThreadSafe
public static interface EvaluationRule.Builder
extends SdkPojo, CopyableBuilder<EvaluationRule.Builder,EvaluationRule>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the experiment or launch.This value isaws.evidently.splits
if this is an evaluation rule for a launch, and it isaws.evidently.onlineab
if this is an evaluation rule for an experiment.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
name
The name of the experiment or launch.
- Parameters:
name
- The name of the experiment or launch.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
This value is
aws.evidently.splits
if this is an evaluation rule for a launch, and it isaws.evidently.onlineab
if this is an evaluation rule for an experiment.- Parameters:
type
- This value isaws.evidently.splits
if this is an evaluation rule for a launch, and it isaws.evidently.onlineab
if this is an evaluation rule for an experiment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-