MachineLearningComputeRecurrenceFrequency Struct
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.
Enum to describe the frequency of a compute recurrence schedule.
public readonly struct MachineLearningComputeRecurrenceFrequency : IEquatable<Azure.ResourceManager.MachineLearning.Models.MachineLearningComputeRecurrenceFrequency>
type MachineLearningComputeRecurrenceFrequency = struct
Public Structure MachineLearningComputeRecurrenceFrequency
Implements IEquatable(Of MachineLearningComputeRecurrenceFrequency)
- Inheritance
-
MachineLearningComputeRecurrenceFrequency
- Implements
Constructors
MachineLearningComputeRecurrenceFrequency(String) |
Initializes a new instance of MachineLearningComputeRecurrenceFrequency. |
Properties
Day |
Day frequency. |
Hour |
Hour frequency. |
Minute |
Minute frequency. |
Month |
Month frequency. |
Week |
Week frequency. |
Methods
Equals(MachineLearningComputeRecurrenceFrequency) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(MachineLearningComputeRecurrenceFrequency, MachineLearningComputeRecurrenceFrequency) |
Determines if two MachineLearningComputeRecurrenceFrequency values are the same. |
Implicit(String to MachineLearningComputeRecurrenceFrequency) |
Converts a string to a MachineLearningComputeRecurrenceFrequency. |
Inequality(MachineLearningComputeRecurrenceFrequency, MachineLearningComputeRecurrenceFrequency) |
Determines if two MachineLearningComputeRecurrenceFrequency values are not the same. |
Applies to
Azure SDK for .NET