| Package | Description |
|---|---|
| software.amazon.awssdk.services.evidently.model |
| Modifier and Type | Method and Description |
|---|---|
List<ScheduledSplitConfig> |
ScheduledSplitsLaunchConfig.steps()
An array of structures that define the traffic allocation percentages among the feature variations during each
step of the launch.
|
| Modifier and Type | Method and Description |
|---|---|
ScheduledSplitsLaunchConfig.Builder |
ScheduledSplitsLaunchConfig.Builder.steps(ScheduledSplitConfig... steps)
An array of structures that define the traffic allocation percentages among the feature variations during
each step of the launch.
|
| Modifier and Type | Method and Description |
|---|---|
ScheduledSplitsLaunchConfig.Builder |
ScheduledSplitsLaunchConfig.Builder.steps(Collection<ScheduledSplitConfig> steps)
An array of structures that define the traffic allocation percentages among the feature variations during
each step of the launch.
|
Copyright © 2023. All rights reserved.