Partager via


MachineLearningWorkspaceResource.GetMachineLearningOnlineEndpointAsync Méthode

Définition

Obtenir un point de terminaison en ligne.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/onlineEndpoints/{endpointName}
  • IdOnlineEndpoints_Get d’opération
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearningOnlineEndpointResource>> GetMachineLearningOnlineEndpointAsync (string endpointName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetMachineLearningOnlineEndpointAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearningOnlineEndpointResource>>
override this.GetMachineLearningOnlineEndpointAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearningOnlineEndpointResource>>
Public Overridable Function GetMachineLearningOnlineEndpointAsync (endpointName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of MachineLearningOnlineEndpointResource))

Paramètres

endpointName
String

Nom du point de terminaison en ligne.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

endpointName est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.

endpointName a la valeur null.

S’applique à