ภาษา

ArmMachineLearningModelFactory.MachineLearningComputeRecurrenceSchedule Method

Definition

The MachineLearningComputeRecurrenceSchedule.

public static Azure.ResourceManager.MachineLearning.Models.MachineLearningComputeRecurrenceSchedule MachineLearningComputeRecurrenceSchedule(System.Collections.Generic.IEnumerable<int> hours = default, System.Collections.Generic.IEnumerable<int> minutes = default, System.Collections.Generic.IEnumerable<int> monthDays = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.MachineLearning.Models.MachineLearningComputeWeekDay> weekDays = default);
static member MachineLearningComputeRecurrenceSchedule : seq<int> * seq<int> * seq<int> * seq<Azure.ResourceManager.MachineLearning.Models.MachineLearningComputeWeekDay> -> Azure.ResourceManager.MachineLearning.Models.MachineLearningComputeRecurrenceSchedule
Public Shared Function MachineLearningComputeRecurrenceSchedule (Optional hours As IEnumerable(Of Integer) = Nothing, Optional minutes As IEnumerable(Of Integer) = Nothing, Optional monthDays As IEnumerable(Of Integer) = Nothing, Optional weekDays As IEnumerable(Of MachineLearningComputeWeekDay) = Nothing) As MachineLearningComputeRecurrenceSchedule

Parameters

hours
IEnumerable<Int32>

[Required] List of hours for the schedule.

minutes
IEnumerable<Int32>

[Required] List of minutes for the schedule.

monthDays
IEnumerable<Int32>

List of month days for the schedule.

weekDays
IEnumerable<MachineLearningComputeWeekDay>

List of days for the schedule.

Returns

A new MachineLearningComputeRecurrenceSchedule instance for mocking.

Applies to