| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatchevidently.model |
| Modifier and Type | Method and Description |
|---|---|
EvaluationRule |
EvaluationRule.clone() |
EvaluationRule |
EvaluationRule.withName(String name)
The name of the experiment or launch.
|
EvaluationRule |
EvaluationRule.withType(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. |
| Modifier and Type | Method and Description |
|---|---|
List<EvaluationRule> |
FeatureSummary.getEvaluationRules()
An array of structures that define
|
List<EvaluationRule> |
Feature.getEvaluationRules()
An array of structures that define the evaluation rules for the feature.
|
| Modifier and Type | Method and Description |
|---|---|
FeatureSummary |
FeatureSummary.withEvaluationRules(EvaluationRule... evaluationRules)
An array of structures that define
|
Feature |
Feature.withEvaluationRules(EvaluationRule... evaluationRules)
An array of structures that define the evaluation rules for the feature.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FeatureSummary.setEvaluationRules(Collection<EvaluationRule> evaluationRules)
An array of structures that define
|
void |
Feature.setEvaluationRules(Collection<EvaluationRule> evaluationRules)
An array of structures that define the evaluation rules for the feature.
|
FeatureSummary |
FeatureSummary.withEvaluationRules(Collection<EvaluationRule> evaluationRules)
An array of structures that define
|
Feature |
Feature.withEvaluationRules(Collection<EvaluationRule> evaluationRules)
An array of structures that define the evaluation rules for the feature.
|
Copyright © 2024. All rights reserved.