MachineLearningRegistryResource.GetMachineLearninRegistryComponentContainerAsync Método
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.
Obter contêiner.
- Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/registries/{registryName}/components/{componentName}
- Operação IdRegistryComponentContainers_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearninRegistryComponentContainerResource>> GetMachineLearninRegistryComponentContainerAsync (string componentName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetMachineLearninRegistryComponentContainerAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearninRegistryComponentContainerResource>>
override this.GetMachineLearninRegistryComponentContainerAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearninRegistryComponentContainerResource>>
Public Overridable Function GetMachineLearninRegistryComponentContainerAsync (componentName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of MachineLearninRegistryComponentContainerResource))
Parâmetros
- componentName
- String
Nome do contêiner.
- cancellationToken
- CancellationToken
O token de cancelamento a ser usado.
Retornos
Exceções
componentName
é uma cadeia de caracteres vazia e esperava-se que não estivesse vazia.
componentName
é nulo.