次の方法で共有


EnqueueTrainingResponse クラス

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.language.luis.authoring.models.EnqueueTrainingResponse

public class EnqueueTrainingResponse

モデルのトレーニングを要求するときの応答モデル。

メソッドの概要

修飾子と型 メソッドと説明
String status()

状態の値を取得します。

Integer statusId()

statusId 値を取得します。

EnqueueTrainingResponse withStatus(String status)

状態の値を設定します。

EnqueueTrainingResponse withStatusId(Integer statusId)

statusId 値を設定します。

メソッドの詳細

status

public String status()

状態の値を取得します。

Returns:

状態の値

statusId

public Integer statusId()

statusId 値を取得します。

Returns:

statusId 値

withStatus

public EnqueueTrainingResponse withStatus(String status)

状態の値を設定します。

Parameters:

status - 設定する状態値

Returns:

EnqueueTrainingResponse オブジェクト自体。

withStatusId

public EnqueueTrainingResponse withStatusId(Integer statusId)

statusId 値を設定します。

Parameters:

statusId - 設定する statusId 値

Returns:

EnqueueTrainingResponse オブジェクト自体。

適用対象