@Stability(value=Stable) @Internal public static final class CfnModel.MultiModelConfigProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnModel.MultiModelConfigProperty
CfnModel.MultiModelConfigPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnModel.MultiModelConfigProperty.Builder, CfnModel.MultiModelConfigProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnModel.MultiModelConfigProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnModel.ContainerDefinitionProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getModelCacheSetting()
Whether to cache models for a multi-model endpoint.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnModel.MultiModelConfigProperty.Builder builder)
CfnModel.ContainerDefinitionProperty.Builder.public final String getModelCacheSetting()
CfnModel.MultiModelConfigPropertyBy 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.
getModelCacheSetting in interface CfnModel.MultiModelConfigProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.