Class CfnEndpointConfigPropsMixin.ManagedInstanceScalingProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnEndpointConfigPropsMixin.ManagedInstanceScalingProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnEndpointConfigPropsMixin.ManagedInstanceScalingProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEndpointConfigPropsMixin.ManagedInstanceScalingProperty
@Stability(Stable)
@Internal
public static final class CfnEndpointConfigPropsMixin.ManagedInstanceScalingProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEndpointConfigPropsMixin.ManagedInstanceScalingProperty
An implementation for
CfnEndpointConfigPropsMixin.ManagedInstanceScalingProperty-
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.CfnEndpointConfigPropsMixin.ManagedInstanceScalingProperty
CfnEndpointConfigPropsMixin.ManagedInstanceScalingProperty.Builder, CfnEndpointConfigPropsMixin.ManagedInstanceScalingProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnEndpointConfigPropsMixin.ManagedInstanceScalingProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal NumberThe maximum number of instances that the endpoint can provision when it scales up to accommodate an increase in traffic.final NumberThe minimum number of instances that the endpoint must retain when it scales down to accommodate a decrease in traffic.final ObjectSpecifies how the endpoint releases instances when managed instance scaling scales in.final StringIndicates whether managed instance scaling is enabled.final inthashCode()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 theCfnEndpointConfigPropsMixin.ManagedInstanceScalingProperty.Builder.
-
-
Method Details
-
getMaxInstanceCount
Description copied from interface:CfnEndpointConfigPropsMixin.ManagedInstanceScalingPropertyThe maximum number of instances that the endpoint can provision when it scales up to accommodate an increase in traffic.- Specified by:
getMaxInstanceCountin interfaceCfnEndpointConfigPropsMixin.ManagedInstanceScalingProperty- See Also:
-
getMinInstanceCount
Description copied from interface:CfnEndpointConfigPropsMixin.ManagedInstanceScalingPropertyThe minimum number of instances that the endpoint must retain when it scales down to accommodate a decrease in traffic.- Specified by:
getMinInstanceCountin interfaceCfnEndpointConfigPropsMixin.ManagedInstanceScalingProperty- See Also:
-
getScaleInPolicy
Description copied from interface:CfnEndpointConfigPropsMixin.ManagedInstanceScalingPropertySpecifies how the endpoint releases instances when managed instance scaling scales in.Returns union: either
IResolvableorCfnEndpointConfigPropsMixin.ScaleInPolicyProperty- Specified by:
getScaleInPolicyin interfaceCfnEndpointConfigPropsMixin.ManagedInstanceScalingProperty- See Also:
-
getStatus
Description copied from interface:CfnEndpointConfigPropsMixin.ManagedInstanceScalingPropertyIndicates whether managed instance scaling is enabled.- Specified by:
getStatusin interfaceCfnEndpointConfigPropsMixin.ManagedInstanceScalingProperty- 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()
-