interface InferenceComponentDataCacheConfigProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.SageMaker.CfnInferenceComponentPropsMixin.InferenceComponentDataCacheConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awssagemaker#CfnInferenceComponentPropsMixin_InferenceComponentDataCacheConfigProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnInferenceComponentPropsMixin.InferenceComponentDataCacheConfigProperty |
Python | aws_cdk.cfn_property_mixins.aws_sagemaker.CfnInferenceComponentPropsMixin.InferenceComponentDataCacheConfigProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_sagemaker » CfnInferenceComponentPropsMixin » InferenceComponentDataCacheConfigProperty |
Settings that affect how the inference component caches data.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_sagemaker as sagemaker } from '@aws-cdk/cfn-property-mixins';
const inferenceComponentDataCacheConfigProperty: sagemaker.CfnInferenceComponentPropsMixin.InferenceComponentDataCacheConfigProperty = {
enableCaching: false,
};
Properties
| Name | Type | Description |
|---|---|---|
| enable | boolean | IResolvable | Whether the endpoint caches the model artifacts and container image on each instance it provisions for the inference component. |
enableCaching?
Type:
boolean | IResolvable
(optional)
Whether the endpoint caches the model artifacts and container image on each instance it provisions for the inference component.

.NET
Go
Java
Python
TypeScript