Interface CfnModel.MultiModelConfigProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnModel.MultiModelConfigProperty.Jsii$Proxy
Enclosing class:
CfnModel

@Stability(Stable) public static interface CfnModel.MultiModelConfigProperty extends software.amazon.jsii.JsiiSerializable
Specifies additional configuration for hosting multi-model endpoints.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.sagemaker.*;
 MultiModelConfigProperty multiModelConfigProperty = MultiModelConfigProperty.builder()
         .modelCacheSetting("modelCacheSetting")
         .build();
 

See Also: