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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnInferenceComponent.InferenceComponentDataCacheConfigProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Whether the endpoint caches the model artifacts and container image on each instance it provisions for the inference component.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 CfnInferenceComponent.InferenceComponentDataCacheConfigProperty.Builder builder()
-