Language

ArmMachineLearningModelFactory.MachineLearningProbeSettings Method

Definition

Deployment container liveness/readiness probe configuration.

public static Azure.ResourceManager.MachineLearning.Models.MachineLearningProbeSettings MachineLearningProbeSettings(int? failureThreshold = default, TimeSpan? initialDelay = default, TimeSpan? period = default, int? successThreshold = default, TimeSpan? timeout = default);
static member MachineLearningProbeSettings : Nullable<int> * Nullable<TimeSpan> * Nullable<TimeSpan> * Nullable<int> * Nullable<TimeSpan> -> Azure.ResourceManager.MachineLearning.Models.MachineLearningProbeSettings
Public Shared Function MachineLearningProbeSettings (Optional failureThreshold As Nullable(Of Integer) = Nothing, Optional initialDelay As Nullable(Of TimeSpan) = Nothing, Optional period As Nullable(Of TimeSpan) = Nothing, Optional successThreshold As Nullable(Of Integer) = Nothing, Optional timeout As Nullable(Of TimeSpan) = Nothing) As MachineLearningProbeSettings

Parameters

failureThreshold
Nullable<Int32>

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

initialDelay
Nullable<TimeSpan>

The delay before the first probe in ISO 8601 format.

period
Nullable<TimeSpan>

The length of time between probes in ISO 8601 format.

successThreshold
Nullable<Int32>

The number of successful probes before returning a healthy status.

timeout
Nullable<TimeSpan>

The probe timeout in ISO 8601 format.

Returns

A new MachineLearningProbeSettings instance for mocking.

Applies to