MachineLearningAutoPauseProperties 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.
Auto pause properties.
public class MachineLearningAutoPauseProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningAutoPauseProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningAutoPauseProperties>
public class MachineLearningAutoPauseProperties
type MachineLearningAutoPauseProperties = class
interface IJsonModel<MachineLearningAutoPauseProperties>
interface IPersistableModel<MachineLearningAutoPauseProperties>
type MachineLearningAutoPauseProperties = class
Public Class MachineLearningAutoPauseProperties
Implements IJsonModel(Of MachineLearningAutoPauseProperties), IPersistableModel(Of MachineLearningAutoPauseProperties)
Public Class MachineLearningAutoPauseProperties
- Inheritance
-
MachineLearningAutoPauseProperties
- Implements
Constructors
MachineLearningAutoPauseProperties() |
Initializes a new instance of MachineLearningAutoPauseProperties. |
Properties
DelayInMinutes |
Gets or sets the delay in minutes. |
IsEnabled |
Gets or sets the is enabled. |
Explicit Interface Implementations
IJsonModel<MachineLearningAutoPauseProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<MachineLearningAutoPauseProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<MachineLearningAutoPauseProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<MachineLearningAutoPauseProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<MachineLearningAutoPauseProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET