Compartir a través de


MachineLearningOnlineDeploymentResource.GetLogsAsync Método

Definición

Sondea una operación de punto de conexión.

  • Ruta de acceso de solicitud/suscripciones/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/onlineEndpoints/{endpointName}/deployments/{deploymentName}/getLogs
  • IdOnlineDeployments_GetLogs de operación
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.MachineLearning.Models.MachineLearningDeploymentLogs>> GetLogsAsync (Azure.ResourceManager.MachineLearning.Models.MachineLearningDeploymentLogsContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member GetLogsAsync : Azure.ResourceManager.MachineLearning.Models.MachineLearningDeploymentLogsContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.MachineLearning.Models.MachineLearningDeploymentLogs>>
override this.GetLogsAsync : Azure.ResourceManager.MachineLearning.Models.MachineLearningDeploymentLogsContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.MachineLearning.Models.MachineLearningDeploymentLogs>>
Public Overridable Function GetLogsAsync (content As MachineLearningDeploymentLogsContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of MachineLearningDeploymentLogs))

Parámetros

content
MachineLearningDeploymentLogsContent

Solicitud que contiene parámetros para recuperar registros.

cancellationToken
CancellationToken

Token de cancelación que se va a usar.

Devoluciones

Excepciones

content es null.

Se aplica a