This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::SageMaker::InferenceComponent InferenceComponentDataCacheConfig
Settings that affect how the inference component caches data.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "EnableCaching" :Boolean}
YAML
EnableCaching:Boolean
Properties
EnableCaching-
Sets whether the endpoint that hosts the inference component caches the model artifacts and container image.
With caching enabled, the endpoint caches this data in each instance that it provisions for the inference component. That way, the inference component deploys faster during the auto scaling process. If caching isn't enabled, the inference component takes longer to deploy because of the time it spends downloading the data.
Required: Yes
Type: Boolean
Update requires: No interruption