Lingua

MachineLearningEndpointComputeType Struct

Definition

Enum to determine endpoint compute type.

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

Constructors

Name Description
MachineLearningEndpointComputeType(String)

Initializes a new instance of MachineLearningEndpointComputeType.

Properties

Name Description
AzureMLCompute

Gets the AzureMLCompute.

Kubernetes

Gets the Kubernetes.

Managed

Gets the Managed.

Methods

Name Description
Equals(MachineLearningEndpointComputeType)

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

Determines if two MachineLearningEndpointComputeType values are the same.

Implicit(String to MachineLearningEndpointComputeType)

Converts a string to a MachineLearningEndpointComputeType.

Implicit(String to Nullable<MachineLearningEndpointComputeType>)
Inequality(MachineLearningEndpointComputeType, MachineLearningEndpointComputeType)

Determines if two MachineLearningEndpointComputeType values are not the same.

Applies to