DistributionType 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 determine the job distribution type.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.DistributionTypeTypeConverter))]
public struct DistributionType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.DistributionType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.DistributionTypeTypeConverter))>]
type DistributionType = struct
interface IArgumentCompleter
Public Structure DistributionType
Implements IArgumentCompleter, IEquatable(Of DistributionType)
- Inheritance
-
DistributionType
- Attributes
- Implements
Fields
Mpi | |
PyTorch | |
TensorFlow |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(DistributionType) |
Compares values of enum type DistributionType |
Equals(Object) |
Compares values of enum type DistributionType (override for Object) |
GetHashCode() |
Returns hashCode for enum DistributionType |
ToString() |
Returns string representation for DistributionType |
Operators
Equality(DistributionType, DistributionType) |
Overriding == operator for enum DistributionType |
Implicit(DistributionType to String) |
Implicit operator to convert DistributionType to string |
Implicit(String to DistributionType) |
Implicit operator to convert string to DistributionType |
Inequality(DistributionType, DistributionType) |
Overriding != operator for enum DistributionType |