| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
TrafficRoutingConfig |
TrafficRoutingConfig.clone() |
TrafficRoutingConfig |
BlueGreenUpdatePolicy.getTrafficRoutingConfiguration()
Defines the traffic routing strategy to shift traffic from the old fleet to the new fleet during an endpoint
deployment.
|
TrafficRoutingConfig |
TrafficRoutingConfig.withCanarySize(CapacitySize canarySize)
Batch size for the first step to turn on traffic on the new endpoint fleet.
|
TrafficRoutingConfig |
TrafficRoutingConfig.withLinearStepSize(CapacitySize linearStepSize)
Batch size for each step to turn on traffic on the new endpoint fleet.
|
TrafficRoutingConfig |
TrafficRoutingConfig.withType(String type)
Traffic routing strategy type.
|
TrafficRoutingConfig |
TrafficRoutingConfig.withType(TrafficRoutingConfigType type)
Traffic routing strategy type.
|
TrafficRoutingConfig |
TrafficRoutingConfig.withWaitIntervalInSeconds(Integer waitIntervalInSeconds)
The waiting time (in seconds) between incremental steps to turn on traffic on the new endpoint fleet.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BlueGreenUpdatePolicy.setTrafficRoutingConfiguration(TrafficRoutingConfig trafficRoutingConfiguration)
Defines the traffic routing strategy to shift traffic from the old fleet to the new fleet during an endpoint
deployment.
|
BlueGreenUpdatePolicy |
BlueGreenUpdatePolicy.withTrafficRoutingConfiguration(TrafficRoutingConfig trafficRoutingConfiguration)
Defines the traffic routing strategy to shift traffic from the old fleet to the new fleet during an endpoint
deployment.
|
Copyright © 2022. All rights reserved.