Interface CfnInferenceComponent.InferenceComponentDataCacheConfigProperty

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

@Stability(Stable) public static interface CfnInferenceComponent.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.services.sagemaker.*;
 InferenceComponentDataCacheConfigProperty inferenceComponentDataCacheConfigProperty = InferenceComponentDataCacheConfigProperty.builder()
         .enableCaching(false)
         .build();
 

See Also: