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:
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 オブジェクト自体。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Java