| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Evidently.Types.EvaluationRule
Description
Synopsis
Documentation
data EvaluationRule Source #
A structure that contains the information about an evaluation rule for this feature, if it is used in a launch or experiment.
See: newEvaluationRule smart constructor.
Constructors
| EvaluationRule' | |
Instances
Arguments
| :: Text | |
| -> EvaluationRule |
Create a value of EvaluationRule with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:name:EvaluationRule', evaluationRule_name - The name of the experiment or launch.
$sel:type':EvaluationRule', evaluationRule_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.
evaluationRule_name :: Lens' EvaluationRule (Maybe Text) Source #
The name of the experiment or launch.
evaluationRule_type :: Lens' EvaluationRule Text Source #
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.