Delen via


MachineLearningScheduleProperties Class

Definition

Base definition of a schedule.

public class MachineLearningScheduleProperties : Azure.ResourceManager.MachineLearning.Models.MachineLearningResourceBase
type MachineLearningScheduleProperties = class
    inherit MachineLearningResourceBase
Public Class MachineLearningScheduleProperties
Inherits MachineLearningResourceBase
Inheritance
MachineLearningScheduleProperties

Constructors

MachineLearningScheduleProperties(MachineLearningScheduleAction, MachineLearningTriggerBase)

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, ImportDataAction 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.

Applies to