Uses of Class
software.amazon.awssdk.services.sagemaker.model.ProductionVariantCoreDumpConfig
-
Packages that use ProductionVariantCoreDumpConfig Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ProductionVariantCoreDumpConfig in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ProductionVariantCoreDumpConfig Modifier and Type Method Description ProductionVariantCoreDumpConfigProductionVariant. coreDumpConfig()Specifies configuration for a core dump from the model container when the process crashes.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type ProductionVariantCoreDumpConfig Modifier and Type Method Description ProductionVariant.BuilderProductionVariant.Builder. coreDumpConfig(ProductionVariantCoreDumpConfig coreDumpConfig)Specifies configuration for a core dump from the model container when the process crashes.
-