MachineLearningEndpointComputeType Struktur
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Enumeration, um den Endpunkt-Computetyp zu bestimmen.
public readonly struct MachineLearningEndpointComputeType : IEquatable<Azure.ResourceManager.MachineLearning.Models.MachineLearningEndpointComputeType>
type MachineLearningEndpointComputeType = struct
Public Structure MachineLearningEndpointComputeType
Implements IEquatable(Of MachineLearningEndpointComputeType)
- Vererbung
-
MachineLearningEndpointComputeType
- Implementiert
Konstruktoren
MachineLearningEndpointComputeType(String) |
Initialisiert eine neue Instanz von MachineLearningEndpointComputeType. |
Eigenschaften
AmlCompute |
AzureMLCompute. |
Kubernetes |
Kubernetes. |
Managed |
Verwaltet. |
Methoden
Equals(MachineLearningEndpointComputeType) |
Gibt an, ob das aktuelle Objekt gleich einem anderen Objekt des gleichen Typs ist. |
ToString() |
Gibt den voll qualifizierten Typnamen dieser Instanz zurück. |
Operatoren
Equality(MachineLearningEndpointComputeType, MachineLearningEndpointComputeType) |
Bestimmt, ob zwei MachineLearningEndpointComputeType Werte identisch sind. |
Implicit(String to MachineLearningEndpointComputeType) |
Konvertiert eine Zeichenfolge in eine MachineLearningEndpointComputeType. |
Inequality(MachineLearningEndpointComputeType, MachineLearningEndpointComputeType) |
Bestimmt, ob zwei MachineLearningEndpointComputeType Werte nicht identisch sind. |
Gilt für:
Azure SDK for .NET