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