MachineLearningShortSeriesHandlingConfiguration 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.
The parameter defining how if AutoML should handle short time series.
public readonly struct MachineLearningShortSeriesHandlingConfiguration : IEquatable<Azure.ResourceManager.MachineLearning.Models.MachineLearningShortSeriesHandlingConfiguration>
type MachineLearningShortSeriesHandlingConfiguration = struct
Public Structure MachineLearningShortSeriesHandlingConfiguration
Implements IEquatable(Of MachineLearningShortSeriesHandlingConfiguration)
- Inheritance
-
MachineLearningShortSeriesHandlingConfiguration
- Implements
Constructors
MachineLearningShortSeriesHandlingConfiguration(String) |
Initializes a new instance of MachineLearningShortSeriesHandlingConfiguration. |
Properties
Auto |
Short series will be padded if there are no long series, otherwise short series will be dropped. |
Drop |
All the short series will be dropped. |
None |
Represents no/null value. |
Pad |
All the short series will be padded. |
Methods
Equals(MachineLearningShortSeriesHandlingConfiguration) |
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(MachineLearningShortSeriesHandlingConfiguration, MachineLearningShortSeriesHandlingConfiguration) |
Determines if two MachineLearningShortSeriesHandlingConfiguration values are the same. |
Implicit(String to MachineLearningShortSeriesHandlingConfiguration) |
Converts a string to a MachineLearningShortSeriesHandlingConfiguration. |
Inequality(MachineLearningShortSeriesHandlingConfiguration, MachineLearningShortSeriesHandlingConfiguration) |
Determines if two MachineLearningShortSeriesHandlingConfiguration values are not the same. |
Applies to
Azure SDK for .NET