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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnInferenceComponentPropsMixin.InferenceComponentDataCacheConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEnableCaching
Whether the endpoint caches the model artifacts and container image on each instance it provisions for the inference component.Returns union: either
BooleanorIResolvable- See Also:
-
builder
@Stability(Stable) static CfnInferenceComponentPropsMixin.InferenceComponentDataCacheConfigProperty.Builder builder()
-