ArmMachineLearningModelFactory.MachineLearningBatchRetrySettings 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.
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
Returns
A new MachineLearningBatchRetrySettings instance for mocking.