Uses of Interface
software.amazon.awssdk.services.sagemaker.model.ProductionVariantCoreDumpConfig.Builder
-
Packages that use ProductionVariantCoreDumpConfig.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ProductionVariantCoreDumpConfig.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ProductionVariantCoreDumpConfig.Builder Modifier and Type Method Description static ProductionVariantCoreDumpConfig.BuilderProductionVariantCoreDumpConfig. builder()ProductionVariantCoreDumpConfig.BuilderProductionVariantCoreDumpConfig.Builder. destinationS3Uri(String destinationS3Uri)The Amazon S3 bucket to send the core dump to.ProductionVariantCoreDumpConfig.BuilderProductionVariantCoreDumpConfig.Builder. kmsKeyId(String kmsKeyId)The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that SageMaker uses to encrypt the core dump data at rest using Amazon S3 server-side encryption.ProductionVariantCoreDumpConfig.BuilderProductionVariantCoreDumpConfig. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type ProductionVariantCoreDumpConfig.Builder Modifier and Type Method Description static Class<? extends ProductionVariantCoreDumpConfig.Builder>ProductionVariantCoreDumpConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type ProductionVariantCoreDumpConfig.Builder Modifier and Type Method Description default ProductionVariant.BuilderProductionVariant.Builder. coreDumpConfig(Consumer<ProductionVariantCoreDumpConfig.Builder> coreDumpConfig)Specifies configuration for a core dump from the model container when the process crashes.
-