Share via


ShortSeriesHandlingConfiguration Struct

Definition

The parameter defining how if AutoML should handle short time series.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ShortSeriesHandlingConfigurationTypeConverter))]
public struct ShortSeriesHandlingConfiguration : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ShortSeriesHandlingConfiguration>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ShortSeriesHandlingConfigurationTypeConverter))>]
type ShortSeriesHandlingConfiguration = struct
    interface IArgumentCompleter
Public Structure ShortSeriesHandlingConfiguration
Implements IArgumentCompleter, IEquatable(Of ShortSeriesHandlingConfiguration)
Inheritance
ShortSeriesHandlingConfiguration
Attributes
Implements

Fields

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

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(Object)

Compares values of enum type ShortSeriesHandlingConfiguration (override for Object)

Equals(ShortSeriesHandlingConfiguration)

Compares values of enum type ShortSeriesHandlingConfiguration

GetHashCode()

Returns hashCode for enum ShortSeriesHandlingConfiguration

ToString()

Returns string representation for ShortSeriesHandlingConfiguration

Operators

Equality(ShortSeriesHandlingConfiguration, ShortSeriesHandlingConfiguration)

Overriding == operator for enum ShortSeriesHandlingConfiguration

Implicit(ShortSeriesHandlingConfiguration to String)

Implicit operator to convert ShortSeriesHandlingConfiguration to string

Implicit(String to ShortSeriesHandlingConfiguration)

Implicit operator to convert string to ShortSeriesHandlingConfiguration

Inequality(ShortSeriesHandlingConfiguration, ShortSeriesHandlingConfiguration)

Overriding != operator for enum ShortSeriesHandlingConfiguration

Applies to