BatchRetrySettings Class

Definition

Retry settings for a batch inference operation.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.BatchRetrySettingsTypeConverter))]
public class BatchRetrySettings : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IBatchRetrySettings
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.BatchRetrySettingsTypeConverter))>]
type BatchRetrySettings = class
    interface IBatchRetrySettings
    interface IJsonSerializable
Public Class BatchRetrySettings
Implements IBatchRetrySettings
Inheritance
BatchRetrySettings
Attributes
Implements

Constructors

BatchRetrySettings()

Creates an new BatchRetrySettings instance.

Properties

MaxRetry

Maximum retry count for a mini-batch

Timeout

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

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of BatchRetrySettings.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of BatchRetrySettings.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IBatchRetrySettings.

FromJsonString(String)

Creates a new instance of BatchRetrySettings, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of BatchRetrySettings into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to