MachineLearningRegistryResource.GetMachineLearninRegistryComponentContainer Méthode
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.
Obtenir le conteneur.
- Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/registrys/{registryName}/components/{componentName}
- IdRegistryComponentContainers_Get d’opération
public virtual Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearninRegistryComponentContainerResource> GetMachineLearninRegistryComponentContainer (string componentName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetMachineLearninRegistryComponentContainer : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearninRegistryComponentContainerResource>
override this.GetMachineLearninRegistryComponentContainer : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearninRegistryComponentContainerResource>
Public Overridable Function GetMachineLearninRegistryComponentContainer (componentName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of MachineLearninRegistryComponentContainerResource)
Paramètres
- componentName
- String
Nom du conteneur.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
componentName
est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.
componentName
a la valeur null.