MachineLearningProbeSettings 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.
Deployment container liveness/readiness probe configuration.
public class MachineLearningProbeSettings : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningProbeSettings>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningProbeSettings>
public class MachineLearningProbeSettings
type MachineLearningProbeSettings = class
interface IJsonModel<MachineLearningProbeSettings>
interface IPersistableModel<MachineLearningProbeSettings>
type MachineLearningProbeSettings = class
Public Class MachineLearningProbeSettings
Implements IJsonModel(Of MachineLearningProbeSettings), IPersistableModel(Of MachineLearningProbeSettings)
Public Class MachineLearningProbeSettings
- Inheritance
-
MachineLearningProbeSettings
- Implements
Constructors
MachineLearningProbeSettings() |
Initializes a new instance of MachineLearningProbeSettings. |
Properties
FailureThreshold |
The number of failures to allow before returning an unhealthy status. |
InitialDelay |
The delay before the first probe in ISO 8601 format. |
Period |
The length of time between probes in ISO 8601 format. |
SuccessThreshold |
The number of successful probes before returning a healthy status. |
Timeout |
The probe timeout in ISO 8601 format. |
Explicit Interface Implementations
IJsonModel<MachineLearningProbeSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<MachineLearningProbeSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<MachineLearningProbeSettings>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<MachineLearningProbeSettings>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<MachineLearningProbeSettings>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET