次の方法で共有


JsonModelFeatureInformation クラス

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

public class JsonModelFeatureInformation

モデルの特徴情報を含むオブジェクト。モデル名または特徴名のいずれかです。

メソッドの概要

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

featureName 値を取得します。

String modelName()

modelName 値を取得します。

JsonModelFeatureInformation withFeatureName(String featureName)

featureName 値を設定します。

JsonModelFeatureInformation withModelName(String modelName)

modelName 値を設定します。

メソッドの詳細

featureName

public String featureName()

featureName 値を取得します。

Returns:

featureName 値

modelName

public String modelName()

modelName 値を取得します。

Returns:

modelName 値

withFeatureName

public JsonModelFeatureInformation withFeatureName(String featureName)

featureName 値を設定します。

Parameters:

featureName - 設定する featureName 値

Returns:

JsonModelFeatureInformation オブジェクト自体。

withModelName

public JsonModelFeatureInformation withModelName(String modelName)

modelName 値を設定します。

Parameters:

modelName - 設定する modelName 値

Returns:

JsonModelFeatureInformation オブジェクト自体。

適用対象