ArmMachineLearningModelFactory.MachineLearningProbeSettings Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The number of failures to allow before returning an unhealthy status.
Returns
A new MachineLearningProbeSettings instance for mocking.