| Package | Description |
|---|---|
| software.amazon.awssdk.services.evidently.model |
| Modifier and Type | Method and Description |
|---|---|
List<ScheduledSplit> |
ScheduledSplitsLaunchDefinition.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 |
|---|---|
ScheduledSplitsLaunchDefinition.Builder |
ScheduledSplitsLaunchDefinition.Builder.steps(ScheduledSplit... 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 |
|---|---|
ScheduledSplitsLaunchDefinition.Builder |
ScheduledSplitsLaunchDefinition.Builder.steps(Collection<ScheduledSplit> 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.