ArmMachineLearningModelFactory.ComputeStartStopRecurrenceSchedule Method
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 workflow trigger recurrence for ComputeStartStop schedule type.
public static Azure.ResourceManager.MachineLearning.Models.ComputeStartStopRecurrenceSchedule ComputeStartStopRecurrenceSchedule(Azure.ResourceManager.MachineLearning.Models.MachineLearningComputeRecurrenceFrequency? frequency = default, int? interval = default, string startTime = default, string timeZone = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningComputeRecurrenceSchedule schedule = default);
static member ComputeStartStopRecurrenceSchedule : Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningComputeRecurrenceFrequency> * Nullable<int> * string * string * Azure.ResourceManager.MachineLearning.Models.MachineLearningComputeRecurrenceSchedule -> Azure.ResourceManager.MachineLearning.Models.ComputeStartStopRecurrenceSchedule
Public Shared Function ComputeStartStopRecurrenceSchedule (Optional frequency As Nullable(Of MachineLearningComputeRecurrenceFrequency) = Nothing, Optional interval As Nullable(Of Integer) = Nothing, Optional startTime As String = Nothing, Optional timeZone As String = Nothing, Optional schedule As MachineLearningComputeRecurrenceSchedule = Nothing) As ComputeStartStopRecurrenceSchedule
Parameters
[Required] The frequency to trigger schedule.
- startTime
- String
The start time in yyyy-MM-ddTHH:mm:ss format.
- timeZone
- String
Specifies time zone in which the schedule runs. TimeZone should follow Windows time zone format. Refer: https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/default-time-zones?view=windows-11
[Required] The recurrence schedule.
Returns
A new ComputeStartStopRecurrenceSchedule instance for mocking.