MachineLearningProbeSettings Class

Definition

Deployment container liveness/readiness probe configuration.

public class MachineLearningProbeSettings
type MachineLearningProbeSettings = class
Public Class MachineLearningProbeSettings
Inheritance
MachineLearningProbeSettings

Constructors

MachineLearningProbeSettings()

Initializes a new instance of MachineLearningProbeSettings.

Properties

FailureThreshold

The number of failures to allow before returning an unhealthy status.

InitialDelay

The delay before the first probe in ISO 8601 format.

Period

The length of time between probes in ISO 8601 format.

SuccessThreshold

The number of successful probes before returning a healthy status.

Timeout

The probe timeout in ISO 8601 format.

Applies to