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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InferenceComponentDataCacheConfigSummary.BuilderenableCaching(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
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
enableCaching
InferenceComponentDataCacheConfigSummary.Builder enableCaching(Boolean 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.
-
-