ArmMachineLearningModelFactory.MachineLearningComputeStartStopSchedule Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância 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
Uma ID atribuída pelo sistema para o agendamento.
- provisioningStatus
- Nullable<MachineLearningComputeProvisioningStatus>
O estado de implantação atual do agendamento.
A agenda está habilitada ou desabilitada?.
[Obrigatório] A ação de potência de computação.
- triggerType
- Nullable<MachineLearningTriggerType>
[Obrigatório] O tipo de gatilho de agendamento.
- recurrenceSchedule
- ComputeStartStopRecurrenceSchedule
Obrigatório se triggerType for Recurrence.
- cronSchedule
- ComputeStartStopCronSchedule
Obrigatório se triggerType for Cron.
- schedule
- MachineLearningScheduleBase
[Preterido] Não é mais usado.
Retornos
Uma nova MachineLearningComputeStartStopSchedule instância para simulação.