| Package | Description |
|---|---|
| software.amazon.awssdk.services.evidently.model |
| Modifier and Type | Method and Description |
|---|---|
List<EvaluationRule> |
FeatureSummary.evaluationRules()
An array of structures that define
|
List<EvaluationRule> |
Feature.evaluationRules()
An array of structures that define the evaluation rules for the feature.
|
| Modifier and Type | Method and Description |
|---|---|
FeatureSummary.Builder |
FeatureSummary.Builder.evaluationRules(EvaluationRule... evaluationRules)
An array of structures that define
|
Feature.Builder |
Feature.Builder.evaluationRules(EvaluationRule... evaluationRules)
An array of structures that define the evaluation rules for the feature.
|
| Modifier and Type | Method and Description |
|---|---|
FeatureSummary.Builder |
FeatureSummary.Builder.evaluationRules(Collection<EvaluationRule> evaluationRules)
An array of structures that define
|
Feature.Builder |
Feature.Builder.evaluationRules(Collection<EvaluationRule> evaluationRules)
An array of structures that define the evaluation rules for the feature.
|
Copyright © 2023. All rights reserved.