Interface InferenceComponentDataCacheConfigSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<InferenceComponentDataCacheConfigSummary.Builder,,InferenceComponentDataCacheConfigSummary> SdkBuilder<InferenceComponentDataCacheConfigSummary.Builder,,InferenceComponentDataCacheConfigSummary> SdkPojo
- Enclosing class:
InferenceComponentDataCacheConfigSummary
@Mutable
@NotThreadSafe
public static interface InferenceComponentDataCacheConfigSummary.Builder
extends SdkPojo, CopyableBuilder<InferenceComponentDataCacheConfigSummary.Builder,InferenceComponentDataCacheConfigSummary>
-
Method Summary
Modifier and TypeMethodDescriptionenableCaching(Boolean enableCaching) Indicates whether the inference component caches model artifacts as part of the auto scaling process.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
enableCaching
Indicates whether the inference component caches model artifacts as part of the auto scaling process.
- Parameters:
enableCaching- Indicates whether the inference component caches model artifacts as part of the auto scaling process.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-