PrefixAwareRoutingConfig
class PrefixAwareRoutingConfig
The configuration for prefix-aware routing on a SageMaker real-time inference endpoint. Specify PrefixLength and ConcurrencyThreshold to control routing behavior.
Types
Properties
Link copied to clipboard
The maximum number of in-flight requests on the target instance before the endpoint routes to another instance. Required when RoutingStrategy is PREFIX_AWARE. When in-flight requests on the prefix-selected instance reach this threshold, the endpoint routes the request to an instance with more available capacity.
Link copied to clipboard
The maximum length of the prefix used for routing decisions. Required when RoutingStrategy is PREFIX_AWARE.