次の方法で共有


PredictionResourceFormatResource.GetModelStatusAsync メソッド

定義

予測のモデルの状態を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/predictions/{predictionName}/getModelStatus
  • 操作IdPredictions_GetModelStatus
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.CustomerInsights.Models.PredictionModelStatus>> GetModelStatusAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetModelStatusAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.CustomerInsights.Models.PredictionModelStatus>>
override this.GetModelStatusAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.CustomerInsights.Models.PredictionModelStatus>>
Public Overridable Function GetModelStatusAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of PredictionModelStatus))

パラメーター

cancellationToken
CancellationToken

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

戻り値

適用対象