次の方法で共有


PredictionResourceFormatResource.GetModelStatus(CancellationToken) メソッド

定義

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

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

パラメーター

cancellationToken
CancellationToken

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

戻り値

適用対象