GroupEnvironmentConfiguration interface
Environment configuration options.
Properties
| environment |
ARM resource ID of the environment specification for the inference pool. |
| environment |
Environment variables configuration for the inference pool. |
| liveness |
Liveness probe monitors the health of the container regularly. |
| readiness |
Readiness probe validates if the container is ready to serve traffic. The properties and defaults are the same as liveness probe. |
| startup |
This verifies whether the application within a container is started. Startup probes run before any other probe, and, unless it finishes successfully, disables other probes. |
Property Details
environmentId
ARM resource ID of the environment specification for the inference pool.
environmentId?: string
Property Value
string
environmentVariables
Environment variables configuration for the inference pool.
environmentVariables?: StringStringKeyValuePair[]
Property Value
livenessProbe
Liveness probe monitors the health of the container regularly.
livenessProbe?: ProbeSettings
Property Value
readinessProbe
Readiness probe validates if the container is ready to serve traffic. The properties and defaults are the same as liveness probe.
readinessProbe?: ProbeSettings
Property Value
startupProbe
This verifies whether the application within a container is started. Startup probes run before any other probe, and, unless it finishes successfully, disables other probes.
startupProbe?: ProbeSettings