Share via


MachineLearningComputeRecurrenceSchedule Class

Definition

The MachineLearningComputeRecurrenceSchedule.

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

Constructors

Name Description
MachineLearningComputeRecurrenceSchedule(IEnumerable<Int32>, IEnumerable<Int32>)

Initializes a new instance of MachineLearningComputeRecurrenceSchedule.

Properties

Name Description
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.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<MachineLearningComputeRecurrenceSchedule>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MachineLearningComputeRecurrenceSchedule>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MachineLearningComputeRecurrenceSchedule>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningComputeRecurrenceSchedule>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MachineLearningComputeRecurrenceSchedule>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to