Class CfnModel.MultiModelConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnModel.MultiModelConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnModel.MultiModelConfigProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnModel.MultiModelConfigProperty
@Stability(Stable)
@Internal
public static final class CfnModel.MultiModelConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnModel.MultiModelConfigProperty
An implementation for
CfnModel.MultiModelConfigProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.sagemaker.CfnModel.MultiModelConfigProperty
CfnModel.MultiModelConfigProperty.Builder, CfnModel.MultiModelConfigProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnModel.MultiModelConfigProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnModel.MultiModelConfigProperty.Builder
.
-
-
Method Details
-
getModelCacheSetting
Description copied from interface:CfnModel.MultiModelConfigProperty
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.
- Specified by:
getModelCacheSetting
in interfaceCfnModel.MultiModelConfigProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-