ArmMachineLearningModelFactory.MachineLearningComputeStartStopSchedule Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Inicializa una nueva instancia de MachineLearningComputeStartStopSchedule.
public static Azure.ResourceManager.MachineLearning.Models.MachineLearningComputeStartStopSchedule MachineLearningComputeStartStopSchedule (string id = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningComputeProvisioningStatus? provisioningStatus = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningScheduleStatus? status = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningComputePowerAction? action = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningTriggerType? triggerType = default, Azure.ResourceManager.MachineLearning.Models.ComputeStartStopRecurrenceSchedule recurrenceSchedule = default, Azure.ResourceManager.MachineLearning.Models.ComputeStartStopCronSchedule cronSchedule = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningScheduleBase schedule = default);
static member MachineLearningComputeStartStopSchedule : string * Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningComputeProvisioningStatus> * Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningScheduleStatus> * Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningComputePowerAction> * Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningTriggerType> * Azure.ResourceManager.MachineLearning.Models.ComputeStartStopRecurrenceSchedule * Azure.ResourceManager.MachineLearning.Models.ComputeStartStopCronSchedule * Azure.ResourceManager.MachineLearning.Models.MachineLearningScheduleBase -> Azure.ResourceManager.MachineLearning.Models.MachineLearningComputeStartStopSchedule
Public Shared Function MachineLearningComputeStartStopSchedule (Optional id As String = Nothing, Optional provisioningStatus As Nullable(Of MachineLearningComputeProvisioningStatus) = Nothing, Optional status As Nullable(Of MachineLearningScheduleStatus) = Nothing, Optional action As Nullable(Of MachineLearningComputePowerAction) = Nothing, Optional triggerType As Nullable(Of MachineLearningTriggerType) = Nothing, Optional recurrenceSchedule As ComputeStartStopRecurrenceSchedule = Nothing, Optional cronSchedule As ComputeStartStopCronSchedule = Nothing, Optional schedule As MachineLearningScheduleBase = Nothing) As MachineLearningComputeStartStopSchedule
Parámetros
- id
- String
Identificador asignado por el sistema para la programación.
- provisioningStatus
- Nullable<MachineLearningComputeProvisioningStatus>
El estado de implementación actual de la programación.
¿Está habilitada o deshabilitada la programación?
[Obligatorio] Acción de potencia de proceso.
- triggerType
- Nullable<MachineLearningTriggerType>
[Obligatorio] Tipo de desencadenador de programación.
- recurrenceSchedule
- ComputeStartStopRecurrenceSchedule
Obligatorio si triggerType es Recurrence.
- cronSchedule
- ComputeStartStopCronSchedule
Obligatorio si triggerType es Cron.
- schedule
- MachineLearningScheduleBase
[En desuso] No se usa más.
Devoluciones
MachineLearningComputeStartStopSchedule Nueva instancia de para simular.