MachineLearningEndpointComputeType 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.
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
MachineLearningEndpointComputeType(String) |
Initializes a new instance of MachineLearningEndpointComputeType. |
Properties
AmlCompute |
AzureMLCompute. |
Kubernetes |
Kubernetes. |
Managed |
Managed. |
Methods
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
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
Azure SDK for .NET