Predictions.PredictionsResolveDefinitionStages.WithAllOptions インターフェイス
public interface WithAllOptions
その他のオプション設定を指定できる定義のステージ。
メソッドの概要
修飾子と型 | メソッドと説明 |
---|---|
PredictionsResolveDefinitionStages.WithExecute |
withBingSpellCheckSubscriptionKey(String bingSpellCheckSubscriptionKey)
bing spell チェックを有効にするときに使用するサブスクリプション キー。 |
PredictionsResolveDefinitionStages.WithExecute |
withLog(Boolean log)
ログ クエリ (既定値は true)。 |
PredictionsResolveDefinitionStages.WithExecute |
withSpellCheck(Boolean spellCheck)
スペル チェックを有効にします。 |
PredictionsResolveDefinitionStages.WithExecute |
withStaging(Boolean staging)
ステージング エンドポイント スロットを使用します。 |
PredictionsResolveDefinitionStages.WithExecute |
withTimezoneOffset(Double timezoneOffset)
要求の場所のタイムゾーン オフセット。 |
PredictionsResolveDefinitionStages.WithExecute |
withVerbose(Boolean verbose)
true の場合は、上位のスコアリング意図ではなく、すべての意図を返します。 |
メソッドの詳細
withBingSpellCheckSubscriptionKey
public PredictionsResolveDefinitionStages.WithExecute withBingSpellCheckSubscriptionKey(String bingSpellCheckSubscriptionKey)
bing spell チェックを有効にするときに使用するサブスクリプション キー。
Parameters:
Returns:
withLog
public PredictionsResolveDefinitionStages.WithExecute withLog(Boolean log)
ログ クエリ (既定値は true)。
Parameters:
Returns:
withSpellCheck
public PredictionsResolveDefinitionStages.WithExecute withSpellCheck(Boolean spellCheck)
スペル チェックを有効にします。
Parameters:
Returns:
withStaging
public PredictionsResolveDefinitionStages.WithExecute withStaging(Boolean staging)
ステージング エンドポイント スロットを使用します。
Parameters:
Returns:
withTimezoneOffset
public PredictionsResolveDefinitionStages.WithExecute withTimezoneOffset(Double timezoneOffset)
要求の場所のタイムゾーン オフセット。
Parameters:
Returns:
withVerbose
public PredictionsResolveDefinitionStages.WithExecute withVerbose(Boolean verbose)
true の場合は、上位のスコアリング意図ではなく、すべての意図を返します。
Parameters:
Returns:
適用対象
Azure SDK for Java