TargetAggregationFunction 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.
Target aggregate function.
public readonly struct TargetAggregationFunction : IEquatable<Azure.ResourceManager.MachineLearning.Models.TargetAggregationFunction>
type TargetAggregationFunction = struct
Public Structure TargetAggregationFunction
Implements IEquatable(Of TargetAggregationFunction)
- Inheritance
-
TargetAggregationFunction
- Implements
Constructors
TargetAggregationFunction(String) |
Initializes a new instance of TargetAggregationFunction. |
Properties
Max |
Max. |
Mean |
Mean. |
Min |
Min. |
None |
Represent no value set. |
Sum |
Sum. |
Methods
Equals(TargetAggregationFunction) |
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(TargetAggregationFunction, TargetAggregationFunction) |
Determines if two TargetAggregationFunction values are the same. |
Implicit(String to TargetAggregationFunction) |
Converts a string to a TargetAggregationFunction. |
Inequality(TargetAggregationFunction, TargetAggregationFunction) |
Determines if two TargetAggregationFunction values are not the same. |
Applies to
Azure SDK for .NET