Class: Aws::SageMaker::Types::InferenceComponentDataCacheConfigSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::InferenceComponentDataCacheConfigSummary
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Settings that affect how the inference component caches data.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enable_caching ⇒ Boolean
Indicates whether the inference component caches model artifacts as part of the auto scaling process.
Instance Attribute Details
#enable_caching ⇒ Boolean
Indicates whether the inference component caches model artifacts as part of the auto scaling process.
28734 28735 28736 28737 28738 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 28734 class InferenceComponentDataCacheConfigSummary < Struct.new( :enable_caching) SENSITIVE = [] include Aws::Structure end |