| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static ProductionVariantCoreDumpConfig.Builder |
ProductionVariantCoreDumpConfig.builder() |
ProductionVariantCoreDumpConfig.Builder |
ProductionVariantCoreDumpConfig.Builder.destinationS3Uri(String destinationS3Uri)
The Amazon S3 bucket to send the core dump to.
|
ProductionVariantCoreDumpConfig.Builder |
ProductionVariantCoreDumpConfig.Builder.kmsKeyId(String kmsKeyId)
The AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses to encrypt the core dump data at rest
using Amazon S3 server-side encryption.
|
ProductionVariantCoreDumpConfig.Builder |
ProductionVariantCoreDumpConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ProductionVariantCoreDumpConfig.Builder> |
ProductionVariantCoreDumpConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ProductionVariant.Builder |
ProductionVariant.Builder.coreDumpConfig(Consumer<ProductionVariantCoreDumpConfig.Builder> coreDumpConfig)
Specifies configuration for a core dump from the model container when the process crashes.
|
Copyright © 2021. All rights reserved.