Udostępnij za pośrednictwem


MachineLearningRecurrenceSchedule Class

Definition

The MachineLearningRecurrenceSchedule.

public class MachineLearningRecurrenceSchedule : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningRecurrenceSchedule>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningRecurrenceSchedule>
public class MachineLearningRecurrenceSchedule
type MachineLearningRecurrenceSchedule = class
    interface IJsonModel<MachineLearningRecurrenceSchedule>
    interface IPersistableModel<MachineLearningRecurrenceSchedule>
type MachineLearningRecurrenceSchedule = class
Public Class MachineLearningRecurrenceSchedule
Implements IJsonModel(Of MachineLearningRecurrenceSchedule), IPersistableModel(Of MachineLearningRecurrenceSchedule)
Public Class MachineLearningRecurrenceSchedule
Inheritance
MachineLearningRecurrenceSchedule
Implements

Constructors

MachineLearningRecurrenceSchedule(IEnumerable<Int32>, IEnumerable<Int32>)

Initializes a new instance of MachineLearningRecurrenceSchedule.

Properties

Hours

[Required] List of hours for the schedule.

Minutes

[Required] List of minutes for the schedule.

MonthDays

List of month days for the schedule.

WeekDays

List of days for the schedule.

Explicit Interface Implementations

IJsonModel<MachineLearningRecurrenceSchedule>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<MachineLearningRecurrenceSchedule>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MachineLearningRecurrenceSchedule>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningRecurrenceSchedule>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<MachineLearningRecurrenceSchedule>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to