Interface InferenceComponentDataCacheConfig.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<InferenceComponentDataCacheConfig.Builder,,- InferenceComponentDataCacheConfig> - SdkBuilder<InferenceComponentDataCacheConfig.Builder,,- InferenceComponentDataCacheConfig> - SdkPojo
- Enclosing class:
- InferenceComponentDataCacheConfig
- 
Method SummaryModifier and TypeMethodDescriptionenableCaching(Boolean enableCaching) Sets whether the endpoint that hosts the inference component caches the model artifacts and container image.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
enableCachingSets whether the endpoint that hosts the inference component caches the model artifacts and container image. With caching enabled, the endpoint caches this data in each instance that it provisions for the inference component. That way, the inference component deploys faster during the auto scaling process. If caching isn't enabled, the inference component takes longer to deploy because of the time it spends downloading the data. - Parameters:
- enableCaching- Sets whether the endpoint that hosts the inference component caches the model artifacts and container image.- With caching enabled, the endpoint caches this data in each instance that it provisions for the inference component. That way, the inference component deploys faster during the auto scaling process. If caching isn't enabled, the inference component takes longer to deploy because of the time it spends downloading the data. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-