Lingua

ArmMachineLearningModelFactory.MachineLearningBatchRetrySettings Method

Definition

Retry settings for a batch inference operation.

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

Parameters

maxRetries
Nullable<Int32>

Maximum retry count for a mini-batch.

timeout
Nullable<TimeSpan>

Invocation timeout for a mini-batch, in ISO 8601 format.

Returns

A new MachineLearningBatchRetrySettings instance for mocking.

Applies to