MachineLearningModelSize Struct

Definition

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

MachineLearningModelSize(String)

Initializes a new instance of MachineLearningModelSize.

Properties

ExtraLarge

Extra large size.

Large

Large size.

Medium

Medium size.

None

No value selected.

Small

Small size.

Methods

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

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.

Applies to