Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

AWS::SageMaker::Model MultiModelConfig

Focus mode

On this page

AWS::SageMaker::Model MultiModelConfig - AWS CloudFormation
Filter View

Specifies additional configuration for hosting multi-model endpoints.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "ModelCacheSetting" : String }

YAML

ModelCacheSetting: String

Properties

ModelCacheSetting

Whether to cache models for a multi-model endpoint. By default, multi-model endpoints cache models so that a model does not have to be loaded into memory each time it is invoked. Some use cases do not benefit from model caching. For example, if an endpoint hosts a large number of models that are each invoked infrequently, the endpoint might perform better if you disable model caching. To disable model caching, set the value of this parameter to Disabled.

Required: No

Type: String

Update requires: Replacement

PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.