| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
CapacitySize |
TrafficRoutingConfig.canarySize()
Batch size for the first step to turn on traffic on the new endpoint fleet.
|
CapacitySize |
TrafficRoutingConfig.linearStepSize()
Batch size for each step to turn on traffic on the new endpoint fleet.
|
| Modifier and Type | Method and Description |
|---|---|
TrafficRoutingConfig.Builder |
TrafficRoutingConfig.Builder.canarySize(CapacitySize canarySize)
Batch size for the first step to turn on traffic on the new endpoint fleet.
|
TrafficRoutingConfig.Builder |
TrafficRoutingConfig.Builder.linearStepSize(CapacitySize linearStepSize)
Batch size for each step to turn on traffic on the new endpoint fleet.
|
Copyright © 2022. All rights reserved.