Class: Aws::SageMaker::Types::InferenceComponentDataCacheConfigSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::InferenceComponentDataCacheConfigSummary
- Defined in:
- gems/aws-sdk-sagemaker/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.
28278 28279 28280 28281 28282 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28278 class InferenceComponentDataCacheConfigSummary < Struct.new( :enable_caching) SENSITIVE = [] include Aws::Structure end |