次の方法で共有


MachineLearningOnlineDeploymentResource.GetLogs メソッド

定義

エンドポイント操作をポーリングします。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/onlineEndpoints/{endpointName}/deployments/{deploymentName}/getLogs
  • 操作IdOnlineDeployments_GetLogs
public virtual Azure.Response<Azure.ResourceManager.MachineLearning.Models.MachineLearningDeploymentLogs> GetLogs (Azure.ResourceManager.MachineLearning.Models.MachineLearningDeploymentLogsContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member GetLogs : Azure.ResourceManager.MachineLearning.Models.MachineLearningDeploymentLogsContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.MachineLearning.Models.MachineLearningDeploymentLogs>
override this.GetLogs : Azure.ResourceManager.MachineLearning.Models.MachineLearningDeploymentLogsContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.MachineLearning.Models.MachineLearningDeploymentLogs>
Public Overridable Function GetLogs (content As MachineLearningDeploymentLogsContent, Optional cancellationToken As CancellationToken = Nothing) As Response(Of MachineLearningDeploymentLogs)

パラメーター

content
MachineLearningDeploymentLogsContent

ログを取得するためのパラメーターを含む要求。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

content が null です。

適用対象