Uses of Class
software.amazon.awssdk.services.sagemaker.model.ProductionVariantRoutingConfig
-
Packages that use ProductionVariantRoutingConfig Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ProductionVariantRoutingConfig in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ProductionVariantRoutingConfig Modifier and Type Method Description ProductionVariantRoutingConfigPendingProductionVariantSummary. routingConfig()Settings that control how the endpoint routes incoming traffic to the instances that the endpoint hosts.ProductionVariantRoutingConfigProductionVariant. routingConfig()Settings that control how the endpoint routes incoming traffic to the instances that the endpoint hosts.ProductionVariantRoutingConfigProductionVariantSummary. routingConfig()Settings that control how the endpoint routes incoming traffic to the instances that the endpoint hosts.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type ProductionVariantRoutingConfig Modifier and Type Method Description PendingProductionVariantSummary.BuilderPendingProductionVariantSummary.Builder. routingConfig(ProductionVariantRoutingConfig routingConfig)Settings that control how the endpoint routes incoming traffic to the instances that the endpoint hosts.ProductionVariant.BuilderProductionVariant.Builder. routingConfig(ProductionVariantRoutingConfig routingConfig)Settings that control how the endpoint routes incoming traffic to the instances that the endpoint hosts.ProductionVariantSummary.BuilderProductionVariantSummary.Builder. routingConfig(ProductionVariantRoutingConfig routingConfig)Settings that control how the endpoint routes incoming traffic to the instances that the endpoint hosts.
-