MachineLearningEndpointComputeType Estrutura
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Enumeração para determinar o tipo de computação do ponto de extremidade.
public readonly struct MachineLearningEndpointComputeType : IEquatable<Azure.ResourceManager.MachineLearning.Models.MachineLearningEndpointComputeType>
type MachineLearningEndpointComputeType = struct
Public Structure MachineLearningEndpointComputeType
Implements IEquatable(Of MachineLearningEndpointComputeType)
- Herança
-
MachineLearningEndpointComputeType
- Implementações
Construtores
MachineLearningEndpointComputeType(String) |
Inicializa uma nova instância de MachineLearningEndpointComputeType. |
Propriedades
AmlCompute |
AzureMLCompute. |
Kubernetes |
Kubernetes. |
Managed |
Gerenciado. |
Métodos
Equals(MachineLearningEndpointComputeType) |
Indica se o objeto atual é igual a outro objeto do mesmo tipo. |
ToString() |
Retorna o nome do tipo totalmente qualificado dessa instância. |
Operadores
Equality(MachineLearningEndpointComputeType, MachineLearningEndpointComputeType) |
Determina se dois MachineLearningEndpointComputeType valores são os mesmos. |
Implicit(String to MachineLearningEndpointComputeType) |
Converte uma cadeia de caracteres em um MachineLearningEndpointComputeType. |
Inequality(MachineLearningEndpointComputeType, MachineLearningEndpointComputeType) |
Determina se dois MachineLearningEndpointComputeType valores não são os mesmos. |
Aplica-se a
Azure SDK for .NET