You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: helm_chart/HyperPodHelmChart/charts/inference-operator/config/crd/inference.sagemaker.aws.amazon.com_inferenceendpointconfigs.yaml
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,11 @@ spec:
52
52
cloudWatchTrigger:
53
53
description: CloudWatch metric trigger to use for autoscaling
54
54
properties:
55
+
activationTargetValue:
56
+
default: 0
57
+
description: Activation Value for CloudWatch metric to scale
58
+
from 0 to 1. Only applicable if minReplicaCount = 0
59
+
type: number
55
60
dimensions:
56
61
description: Dimensions for Cloudwatch metrics
57
62
items:
@@ -152,6 +157,11 @@ spec:
152
157
prometheusTrigger:
153
158
description: Prometheus metric trigger to use for autoscaling
154
159
properties:
160
+
activationTargetValue:
161
+
default: 0
162
+
description: Activation Value for Prometheus metric to scale
163
+
from 0 to 1. Only applicable if minReplicaCount = 0
164
+
type: number
155
165
customHeaders:
156
166
description: Custom headers to include while querying the
Copy file name to clipboardExpand all lines: helm_chart/HyperPodHelmChart/charts/inference-operator/config/crd/inference.sagemaker.aws.amazon.com_jumpstartmodels.yaml
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,11 @@ spec:
44
44
cloudWatchTrigger:
45
45
description: CloudWatch metric trigger to use for autoscaling
46
46
properties:
47
+
activationTargetValue:
48
+
default: 0
49
+
description: Activation Value for CloudWatch metric to scale
50
+
from 0 to 1. Only applicable if minReplicaCount = 0
51
+
type: number
47
52
dimensions:
48
53
description: Dimensions for Cloudwatch metrics
49
54
items:
@@ -144,6 +149,11 @@ spec:
144
149
prometheusTrigger:
145
150
description: Prometheus metric trigger to use for autoscaling
146
151
properties:
152
+
activationTargetValue:
153
+
default: 0
154
+
description: Activation Value for Prometheus metric to scale
155
+
from 0 to 1. Only applicable if minReplicaCount = 0
156
+
type: number
147
157
customHeaders:
148
158
description: Custom headers to include while querying the
0 commit comments