ModelSize 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.
Image model size.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ModelSizeTypeConverter))]
public struct ModelSize : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ModelSize>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ModelSizeTypeConverter))>]
type ModelSize = struct
interface IArgumentCompleter
Public Structure ModelSize
Implements IArgumentCompleter, IEquatable(Of ModelSize)
- Inheritance
-
ModelSize
- Attributes
- Implements
Fields
ExtraLarge |
Extra large size. |
Large |
Large size. |
Medium |
Medium size. |
None |
No value selected. |
Small |
Small size. |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(ModelSize) |
Compares values of enum type ModelSize |
Equals(Object) |
Compares values of enum type ModelSize (override for Object) |
GetHashCode() |
Returns hashCode for enum ModelSize |
ToString() |
Returns string representation for ModelSize |
Operators
Equality(ModelSize, ModelSize) |
Overriding == operator for enum ModelSize |
Implicit(ModelSize to String) |
Implicit operator to convert ModelSize to string |
Implicit(String to ModelSize) |
Implicit operator to convert string to ModelSize |
Inequality(ModelSize, ModelSize) |
Overriding != operator for enum ModelSize |