MachineLearningNodeState Structure
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
État du nœud de calcul. Les valeurs sont inactives, en cours d’exécution, en préparation, inutilisables, sortantes et préemptées.
public readonly struct MachineLearningNodeState : IEquatable<Azure.ResourceManager.MachineLearning.Models.MachineLearningNodeState>
type MachineLearningNodeState = struct
Public Structure MachineLearningNodeState
Implements IEquatable(Of MachineLearningNodeState)
- Héritage
-
MachineLearningNodeState
- Implémente
Constructeurs
MachineLearningNodeState(String) |
Initialise une nouvelle instance de MachineLearningNodeState. |
Propriétés
Idle |
Inactif. |
Leaving |
quitter. |
Preempted |
Prévaloir. |
Preparing |
Préparation. |
Running |
running. |
Unusable |
Inutilisable. |
Méthodes
Equals(MachineLearningNodeState) |
Indique si l'objet actuel est égal à un autre objet du même type. |
ToString() |
Retourne le nom de type qualifié complet de cette instance. |
Opérateurs
Equality(MachineLearningNodeState, MachineLearningNodeState) |
Détermine si deux MachineLearningNodeState valeurs sont identiques. |
Implicit(String to MachineLearningNodeState) |
Convertit une chaîne en MachineLearningNodeState. |
Inequality(MachineLearningNodeState, MachineLearningNodeState) |
Détermine si deux MachineLearningNodeState valeurs ne sont pas identiques. |
S’applique à
Azure SDK for .NET