MachineLearningClusterPurpose Struct

Definition

Intended usage of the cluster.

public readonly struct MachineLearningClusterPurpose : IEquatable<Azure.ResourceManager.MachineLearning.Models.MachineLearningClusterPurpose>
type MachineLearningClusterPurpose = struct
Public Structure MachineLearningClusterPurpose
Implements IEquatable(Of MachineLearningClusterPurpose)
Inheritance
MachineLearningClusterPurpose
Implements

Constructors

MachineLearningClusterPurpose(String)

Initializes a new instance of MachineLearningClusterPurpose.

Properties

DenseProd

DenseProd.

DevTest

DevTest.

FastProd

FastProd.

Methods

Equals(MachineLearningClusterPurpose)

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(MachineLearningClusterPurpose, MachineLearningClusterPurpose)

Determines if two MachineLearningClusterPurpose values are the same.

Implicit(String to MachineLearningClusterPurpose)

Converts a string to a MachineLearningClusterPurpose.

Inequality(MachineLearningClusterPurpose, MachineLearningClusterPurpose)

Determines if two MachineLearningClusterPurpose values are not the same.

Applies to