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.
27588 27589 27590 27591 27592 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27588 class InferenceComponentDataCacheConfigSummary < Struct.new( :enable_caching) SENSITIVE = [] include Aws::Structure end |