| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ProductionVariantCoreDumpConfig |
ProductionVariantCoreDumpConfig.clone() |
ProductionVariantCoreDumpConfig |
ProductionVariant.getCoreDumpConfig()
Specifies configuration for a core dump from the model container when the process crashes.
|
ProductionVariantCoreDumpConfig |
ProductionVariantCoreDumpConfig.withDestinationS3Uri(String destinationS3Uri)
The Amazon S3 bucket to send the core dump to.
|
ProductionVariantCoreDumpConfig |
ProductionVariantCoreDumpConfig.withKmsKeyId(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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProductionVariant.setCoreDumpConfig(ProductionVariantCoreDumpConfig coreDumpConfig)
Specifies configuration for a core dump from the model container when the process crashes.
|
ProductionVariant |
ProductionVariant.withCoreDumpConfig(ProductionVariantCoreDumpConfig coreDumpConfig)
Specifies configuration for a core dump from the model container when the process crashes.
|
Copyright © 2022. All rights reserved.