Class InvocationsScalingProps.Jsii$Proxy
- All Implemented Interfaces:
BaseTargetTrackingProps,InvocationsScalingProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
InvocationsScalingProps
InvocationsScalingProps-
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.alpha.InvocationsScalingProps
InvocationsScalingProps.Builder, InvocationsScalingProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theInvocationsScalingProps.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 BooleanIndicates whether scale in by the target tracking policy is disabled.final Number(experimental) Max RPS per instance used for calculating the target SageMaker variant invocation per instance.final StringA name for the scaling policy.final Number(experimental) Safety factor for calculating the target SageMaker variant invocation per instance.final DurationPeriod after a scale in activity completes before another scale in activity can start.final DurationPeriod after a scale out activity completes before another scale out activity can start.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 theInvocationsScalingProps.Builder.
-
-
Method Details
-
getMaxRequestsPerSecond
Description copied from interface:InvocationsScalingProps(experimental) Max RPS per instance used for calculating the target SageMaker variant invocation per instance.More documentation available here: https://docs.aws.amazon.com/sagemaker/latest/dg/endpoint-scaling-loadtest.html
- Specified by:
getMaxRequestsPerSecondin interfaceInvocationsScalingProps
-
getSafetyFactor
Description copied from interface:InvocationsScalingProps(experimental) Safety factor for calculating the target SageMaker variant invocation per instance.More documentation available here: https://docs.aws.amazon.com/sagemaker/latest/dg/endpoint-scaling-loadtest.html
Default: 0.5
- Specified by:
getSafetyFactorin interfaceInvocationsScalingProps
-
getDisableScaleIn
Description copied from interface:BaseTargetTrackingPropsIndicates whether scale in by the target tracking policy is disabled.If the value is true, scale in is disabled and the target tracking policy won't remove capacity from the scalable resource. Otherwise, scale in is enabled and the target tracking policy can remove capacity from the scalable resource.
Default: false
- Specified by:
getDisableScaleInin interfaceBaseTargetTrackingProps
-
getPolicyName
Description copied from interface:BaseTargetTrackingPropsA name for the scaling policy.Default: - Automatically generated name.
- Specified by:
getPolicyNamein interfaceBaseTargetTrackingProps
-
getScaleInCooldown
Description copied from interface:BaseTargetTrackingPropsPeriod after a scale in activity completes before another scale in activity can start.Default: Duration.seconds(300) for the following scalable targets: ECS services, Spot Fleet requests, EMR clusters, AppStream 2.0 fleets, Aurora DB clusters, Amazon SageMaker endpoint variants, Custom resources. For all other scalable targets, the default value is Duration.seconds(0): DynamoDB tables, DynamoDB global secondary indexes, Amazon Comprehend document classification endpoints, Lambda provisioned concurrency
- Specified by:
getScaleInCooldownin interfaceBaseTargetTrackingProps
-
getScaleOutCooldown
Description copied from interface:BaseTargetTrackingPropsPeriod after a scale out activity completes before another scale out activity can start.Default: Duration.seconds(300) for the following scalable targets: ECS services, Spot Fleet requests, EMR clusters, AppStream 2.0 fleets, Aurora DB clusters, Amazon SageMaker endpoint variants, Custom resources. For all other scalable targets, the default value is Duration.seconds(0): DynamoDB tables, DynamoDB global secondary indexes, Amazon Comprehend document classification endpoints, Lambda provisioned concurrency
- Specified by:
getScaleOutCooldownin interfaceBaseTargetTrackingProps
-
$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()
-