ArmMachineLearningModelFactory.MachineLearningScheduleBase 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 MachineLearningScheduleBase.
public static Azure.ResourceManager.MachineLearning.Models.MachineLearningScheduleBase MachineLearningScheduleBase(string id = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningScheduleProvisioningState? provisioningStatus = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningScheduleStatus? status = default);
static member MachineLearningScheduleBase : string * Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningScheduleProvisioningState> * Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningScheduleStatus> -> Azure.ResourceManager.MachineLearning.Models.MachineLearningScheduleBase
Public Shared Function MachineLearningScheduleBase (Optional id As String = Nothing, Optional provisioningStatus As Nullable(Of MachineLearningScheduleProvisioningState) = Nothing, Optional status As Nullable(Of MachineLearningScheduleStatus) = Nothing) As MachineLearningScheduleBase
Parameters
- id
- String
A system assigned id for the schedule.
- provisioningStatus
- Nullable<MachineLearningScheduleProvisioningState>
The current deployment state of schedule.
Is the schedule enabled or disabled?.
Returns
A new MachineLearningScheduleBase instance for mocking.