EndpointComputeType 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.EndpointComputeTypeTypeConverter))]
public struct EndpointComputeType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.EndpointComputeType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.EndpointComputeTypeTypeConverter))>]
type EndpointComputeType = struct
interface IArgumentCompleter
Public Structure EndpointComputeType
Implements IArgumentCompleter, IEquatable(Of EndpointComputeType)
- Inheritance
-
EndpointComputeType
- Attributes
- Implements
Fields
AzureMlCompute | |
Kubernetes | |
Managed |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(EndpointComputeType) |
Compares values of enum type EndpointComputeType |
Equals(Object) |
Compares values of enum type EndpointComputeType (override for Object) |
GetHashCode() |
Returns hashCode for enum EndpointComputeType |
ToString() |
Returns string representation for EndpointComputeType |
Operators
Equality(EndpointComputeType, EndpointComputeType) |
Overriding == operator for enum EndpointComputeType |
Implicit(EndpointComputeType to String) |
Implicit operator to convert EndpointComputeType to string |
Implicit(String to EndpointComputeType) |
Implicit operator to convert string to EndpointComputeType |
Inequality(EndpointComputeType, EndpointComputeType) |
Overriding != operator for enum EndpointComputeType |