Uses of Interface
software.amazon.awssdk.services.sagemaker.model.ProductionVariantRoutingConfig.Builder
-
Packages that use ProductionVariantRoutingConfig.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ProductionVariantRoutingConfig.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ProductionVariantRoutingConfig.Builder Modifier and Type Method Description static ProductionVariantRoutingConfig.BuilderProductionVariantRoutingConfig. builder()ProductionVariantRoutingConfig.BuilderProductionVariantRoutingConfig.Builder. routingStrategy(String routingStrategy)Sets how the endpoint routes incoming traffic:ProductionVariantRoutingConfig.BuilderProductionVariantRoutingConfig.Builder. routingStrategy(RoutingStrategy routingStrategy)Sets how the endpoint routes incoming traffic:ProductionVariantRoutingConfig.BuilderProductionVariantRoutingConfig. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type ProductionVariantRoutingConfig.Builder Modifier and Type Method Description static Class<? extends ProductionVariantRoutingConfig.Builder>ProductionVariantRoutingConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type ProductionVariantRoutingConfig.Builder Modifier and Type Method Description default PendingProductionVariantSummary.BuilderPendingProductionVariantSummary.Builder. routingConfig(Consumer<ProductionVariantRoutingConfig.Builder> routingConfig)Settings that control how the endpoint routes incoming traffic to the instances that the endpoint hosts.default ProductionVariant.BuilderProductionVariant.Builder. routingConfig(Consumer<ProductionVariantRoutingConfig.Builder> routingConfig)Settings that control how the endpoint routes incoming traffic to the instances that the endpoint hosts.default ProductionVariantSummary.BuilderProductionVariantSummary.Builder. routingConfig(Consumer<ProductionVariantRoutingConfig.Builder> routingConfig)Settings that control how the endpoint routes incoming traffic to the instances that the endpoint hosts.
-