JsonModelFeatureInformation クラス
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. JsonModelFeatureInformation
- com.
public class JsonModelFeatureInformation
モデルの特徴情報を含むオブジェクト。モデル名または特徴名のいずれかです。
メソッドの概要
| 修飾子と型 | メソッドと説明 |
|---|---|
| String |
featureName()
featureName 値を取得します。 |
| String |
modelName()
modelName 値を取得します。 |
|
Json |
withFeatureName(String featureName)
featureName 値を設定します。 |
|
Json |
withModelName(String modelName)
modelName 値を設定します。 |
メソッドの詳細
featureName
public String featureName()
featureName 値を取得します。
Returns:
modelName
public String modelName()
modelName 値を取得します。
Returns:
withFeatureName
public JsonModelFeatureInformation withFeatureName(String featureName)
featureName 値を設定します。
Parameters:
Returns:
withModelName
public JsonModelFeatureInformation withModelName(String modelName)
modelName 値を設定します。
Parameters:
Returns: