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: includes/machine-learning-service-aks-deploy-config.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ The entries in the `deploymentconfig.json` document map to the parameters for [A
32
32
|`keys`| NA | Contains configuration elements for keys. |
33
33
|  `primaryKey`|`primary_key`| A primary auth key to use for this Webservice |
34
34
|  `secondaryKey`|`secondary_key`| A secondary auth key to use for this Webservice |
35
-
|`gpuCores`|`gpu_cores`| The number of GPU cores to allocate for this Webservice. Default is 1. Only supports whole number values. |
35
+
|`gpuCores`|`gpu_cores`| The number of GPU cores (per-container replica) to allocate for this Webservice. Default is 1. Only supports whole number values. |
36
36
|`livenessProbeRequirements`| NA | Contains configuration elements for liveness probe requirements. |
37
37
|  `periodSeconds`|`period_seconds`| How often (in seconds) to perform the liveness probe. Default to 10 seconds. Minimum value is 1. |
38
38
|  `initialDelaySeconds`|`initial_delay_seconds`| Number of seconds after the container has started before liveness probes are initiated. Defaults to 310 |
0 commit comments