Class CfnEndpointConfigPropsMixin.ScaleInPolicyProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnEndpointConfigPropsMixin.ScaleInPolicyProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnEndpointConfigPropsMixin.ScaleInPolicyProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEndpointConfigPropsMixin.ScaleInPolicyProperty
@Stability(Stable)
@Internal
public static final class CfnEndpointConfigPropsMixin.ScaleInPolicyProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEndpointConfigPropsMixin.ScaleInPolicyProperty
An implementation for
CfnEndpointConfigPropsMixin.ScaleInPolicyProperty-
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.ScaleInPolicyProperty
CfnEndpointConfigPropsMixin.ScaleInPolicyProperty.Builder, CfnEndpointConfigPropsMixin.ScaleInPolicyProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnEndpointConfigPropsMixin.ScaleInPolicyProperty.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 cooldown period, in minutes, after the last endpoint operation before the endpoint evaluates consolidation scale-in opportunities.final NumberThe maximum number of instances that the endpoint can terminate at a time during a consolidation scale-in operation.final StringThe strategy for scaling in instances.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.ScaleInPolicyProperty.Builder.
-
-
Method Details
-
getCooldownInMinutes
Description copied from interface:CfnEndpointConfigPropsMixin.ScaleInPolicyPropertyThe cooldown period, in minutes, after the last endpoint operation before the endpoint evaluates consolidation scale-in opportunities.Valid values are 5 to 1440. The default is 20.
- Specified by:
getCooldownInMinutesin interfaceCfnEndpointConfigPropsMixin.ScaleInPolicyProperty- See Also:
-
getMaximumStepSize
Description copied from interface:CfnEndpointConfigPropsMixin.ScaleInPolicyPropertyThe maximum number of instances that the endpoint can terminate at a time during a consolidation scale-in operation.Valid values are 1 to 100. The default is 1.
- Specified by:
getMaximumStepSizein interfaceCfnEndpointConfigPropsMixin.ScaleInPolicyProperty- See Also:
-
getStrategy
Description copied from interface:CfnEndpointConfigPropsMixin.ScaleInPolicyPropertyThe strategy for scaling in instances.IDLE_RELEASE releases instances that have no hosted inference component copies. CONSOLIDATION consolidates inference component copies onto fewer instances to release more instances.
- Specified by:
getStrategyin interfaceCfnEndpointConfigPropsMixin.ScaleInPolicyProperty- 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()
-