MachineLearningModelSize 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.
public readonly struct MachineLearningModelSize : IEquatable<Azure.ResourceManager.MachineLearning.Models.MachineLearningModelSize>
type MachineLearningModelSize = struct
Public Structure MachineLearningModelSize
Implements IEquatable(Of MachineLearningModelSize)
- Inheritance
-
MachineLearningModelSize
- Implements
Constructors
| Name | Description |
|---|---|
| MachineLearningModelSize(String) |
Initializes a new instance of MachineLearningModelSize. |
Properties
| Name | Description |
|---|---|
| ExtraLarge |
Extra large size. |
| Large |
Large size. |
| Medium |
Medium size. |
| None |
No value selected. |
| Small |
Small size. |
Methods
| Name | Description |
|---|---|
| Equals(MachineLearningModelSize) |
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
| Name | Description |
|---|---|
| Equality(MachineLearningModelSize, MachineLearningModelSize) |
Determines if two MachineLearningModelSize values are the same. |
| Implicit(String to MachineLearningModelSize) |
Converts a String to a MachineLearningModelSize. |
| Inequality(MachineLearningModelSize, MachineLearningModelSize) |
Determines if two MachineLearningModelSize values are not the same. |