Class CfnModelPropsMixin.MultiModelConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnModelPropsMixin.MultiModelConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnModelPropsMixin.MultiModelConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnModelPropsMixin.MultiModelConfigProperty
@Stability(Stable)
@Internal
public static final class CfnModelPropsMixin.MultiModelConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnModelPropsMixin.MultiModelConfigProperty
An implementation for
CfnModelPropsMixin.MultiModelConfigProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnModelPropsMixin.MultiModelConfigProperty
CfnModelPropsMixin.MultiModelConfigProperty.Builder, CfnModelPropsMixin.MultiModelConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnModelPropsMixin.MultiModelConfigProperty.Builder.protectedJsii$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 theCfnModelPropsMixin.MultiModelConfigProperty.Builder.
-
-
Method Details
-
getModelCacheSetting
Description copied from interface:CfnModelPropsMixin.MultiModelConfigPropertyWhether 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:
getModelCacheSettingin interfaceCfnModelPropsMixin.MultiModelConfigProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-