MachineLearningScheduleBase 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.
The MachineLearningScheduleBase.
public class MachineLearningScheduleBase : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningScheduleBase>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningScheduleBase>
public class MachineLearningScheduleBase
type MachineLearningScheduleBase = class
interface IJsonModel<MachineLearningScheduleBase>
interface IPersistableModel<MachineLearningScheduleBase>
type MachineLearningScheduleBase = class
Public Class MachineLearningScheduleBase
Implements IJsonModel(Of MachineLearningScheduleBase), IPersistableModel(Of MachineLearningScheduleBase)
Public Class MachineLearningScheduleBase
- Inheritance
-
MachineLearningScheduleBase
- Implements
Constructors
MachineLearningScheduleBase() |
Initializes a new instance of MachineLearningScheduleBase. |
Properties
Id |
A system assigned id for the schedule. |
ProvisioningStatus |
The current deployment state of schedule. |
Status |
Is the schedule enabled or disabled?. |
Explicit Interface Implementations
IJsonModel<MachineLearningScheduleBase>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<MachineLearningScheduleBase>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<MachineLearningScheduleBase>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<MachineLearningScheduleBase>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<MachineLearningScheduleBase>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET