GroupEnvironmentConfiguration interface

Environment configuration options.

Properties

environmentId

ARM resource ID of the environment specification for the inference pool.

environmentVariables

Environment variables configuration for the inference pool.

livenessProbe

Liveness probe monitors the health of the container regularly.

readinessProbe

Readiness probe validates if the container is ready to serve traffic. The properties and defaults are the same as liveness probe.

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.

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

Property Value