BatchRetrySettings Class
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.BatchRetrySettingsTypeConverter))]
public class BatchRetrySettings : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IBatchRetrySettings
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.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.Api20240401.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() |