JSONModelFeature クラス
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. JSONModelFeature
- com.
public class JSONModelFeature
エクスポートされたモデル - フレーズリスト モデル機能。
メソッドの概要
修飾子と型 | メソッドと説明 |
---|---|
Boolean |
activated()
アクティブ化された値を取得します。 |
Boolean |
enabledForAllModels()
enabledForAllModels 値を取得します。 |
Boolean |
mode()
モード値を取得します。 |
String |
name()
名前の値を取得します。 |
JSONModel |
withActivated(Boolean activated)
アクティブ化された値を設定します。 |
JSONModel |
withEnabledForAllModels(Boolean enabledForAllModels)
enabledForAllModels 値を設定します。 |
JSONModel |
withMode(Boolean mode)
モード値を設定します。 |
JSONModel |
withName(String name)
名前の値を設定します。 |
JSONModel |
withWords(String words)
単語の値を設定します。 |
String |
words()
単語の値を取得します。 |
メソッドの詳細
activated
public Boolean activated()
アクティブ化された値を取得します。
Returns:
enabledForAllModels
public Boolean enabledForAllModels()
enabledForAllModels 値を取得します。
Returns:
mode
public Boolean mode()
モード値を取得します。
Returns:
name
public String name()
名前の値を取得します。
Returns:
withActivated
public JSONModelFeature withActivated(Boolean activated)
アクティブ化された値を設定します。
Parameters:
Returns:
withEnabledForAllModels
public JSONModelFeature withEnabledForAllModels(Boolean enabledForAllModels)
enabledForAllModels 値を設定します。
Parameters:
Returns:
withMode
public JSONModelFeature withMode(Boolean mode)
モード値を設定します。
Parameters:
Returns:
withName
public JSONModelFeature withName(String name)
名前の値を設定します。
Parameters:
Returns:
withWords
public JSONModelFeature withWords(String words)
単語の値を設定します。
Parameters:
Returns:
words
public String words()
単語の値を取得します。
Returns:
適用対象
Azure SDK for Java