Interface CfnInferenceComponentPropsMixin.InferenceComponentDataCacheConfigProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnInferenceComponentPropsMixin.InferenceComponentDataCacheConfigProperty.Jsii$Proxy
Enclosing class:
CfnInferenceComponentPropsMixin

@Stability(Stable) public static interface CfnInferenceComponentPropsMixin.InferenceComponentDataCacheConfigProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.cfnpropertymixins.services.sagemaker.*;
 InferenceComponentDataCacheConfigProperty inferenceComponentDataCacheConfigProperty = InferenceComponentDataCacheConfigProperty.builder()
         .enableCaching(false)
         .build();
 

See Also: