| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
Phase |
Phase.clone() |
Phase |
Phase.withDurationInSeconds(Integer durationInSeconds)
Specifies how long a traffic phase should be.
|
Phase |
Phase.withInitialNumberOfUsers(Integer initialNumberOfUsers)
Specifies how many concurrent users to start with.
|
Phase |
Phase.withSpawnRate(Integer spawnRate)
Specified how many new users to spawn in a minute.
|
| Modifier and Type | Method and Description |
|---|---|
List<Phase> |
TrafficPattern.getPhases()
Defines the phases traffic specification.
|
| Modifier and Type | Method and Description |
|---|---|
TrafficPattern |
TrafficPattern.withPhases(Phase... phases)
Defines the phases traffic specification.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TrafficPattern.setPhases(Collection<Phase> phases)
Defines the phases traffic specification.
|
TrafficPattern |
TrafficPattern.withPhases(Collection<Phase> phases)
Defines the phases traffic specification.
|
Copyright © 2023. All rights reserved.