Share via


MachineLearningScheduleProperties Class

Definition

Base definition of a schedule.

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

Constructors

MachineLearningScheduleProperties(MachineLearningScheduleAction, MachineLearningTriggerBase)

Initializes a new instance of MachineLearningScheduleProperties.

MachineLearningScheduleProperties(MachineLearningTriggerBase, MachineLearningScheduleAction)

Initializes a new instance of MachineLearningScheduleProperties.

Properties

Action

[Required] Specifies the action of the schedule Please note MachineLearningScheduleAction is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include MachineLearningJobScheduleAction, CreateMonitorAction and MachineLearningEndpointScheduleAction.

Description

The asset description text.

(Inherited from MachineLearningResourceBase)
DisplayName

Display name of schedule.

IsEnabled

Is the schedule enabled?.

Properties

The asset property dictionary.

(Inherited from MachineLearningResourceBase)
ProvisioningState

Provisioning state for the schedule.

Tags

Tag dictionary. Tags can be added, removed, and updated.

(Inherited from MachineLearningResourceBase)
Trigger

[Required] Specifies the trigger details Please note MachineLearningTriggerBase is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include CronTrigger and MachineLearningRecurrenceTrigger.

Explicit Interface Implementations

IJsonModel<MachineLearningResourceBase>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from MachineLearningResourceBase)
IJsonModel<MachineLearningResourceBase>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from MachineLearningResourceBase)
IJsonModel<MachineLearningScheduleProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MachineLearningScheduleProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MachineLearningResourceBase>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from MachineLearningResourceBase)
IPersistableModel<MachineLearningResourceBase>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from MachineLearningResourceBase)
IPersistableModel<MachineLearningResourceBase>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from MachineLearningResourceBase)
IPersistableModel<MachineLearningScheduleProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningScheduleProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MachineLearningScheduleProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to