你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ModelSize Struct

Definition

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

Applies to