MachineLearningRecurrenceSchedule Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de MachineLearningRecurrenceSchedule.
public MachineLearningRecurrenceSchedule (System.Collections.Generic.IEnumerable<int> hours, System.Collections.Generic.IEnumerable<int> minutes);
new Azure.ResourceManager.MachineLearning.Models.MachineLearningRecurrenceSchedule : seq<int> * seq<int> -> Azure.ResourceManager.MachineLearning.Models.MachineLearningRecurrenceSchedule
Public Sub New (hours As IEnumerable(Of Integer), minutes As IEnumerable(Of Integer))
Paramètres
- hours
- IEnumerable<Int32>
[Obligatoire] Liste des heures pour la planification.
- minutes
- IEnumerable<Int32>
[Obligatoire] Liste des minutes pour la planification.
Exceptions
hours
ou minutes
est null.