Freigeben über


MachineLearningComputeRecurrenceFrequency Struct

Definition

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

Name Description
MachineLearningComputeRecurrenceFrequency(String)

Initializes a new instance of MachineLearningComputeRecurrenceFrequency.

Properties

Name Description
Day

Day frequency.

Hour

Hour frequency.

Minute

Minute frequency.

Month

Month frequency.

Week

Week frequency.

Methods

Name Description
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

Name Description
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