Freigeben über


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
AmlCompute

AzureMLCompute.

Kubernetes

Kubernetes.

Managed

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.

Inequality(MachineLearningEndpointComputeType, MachineLearningEndpointComputeType)

Determines if two MachineLearningEndpointComputeType values are not the same.

Applies to