Uses of Class
org.apache.flink.model.openai.AbstractOpenAIModelFunction.RetryFallbackStrategy
-
-
Uses of AbstractOpenAIModelFunction.RetryFallbackStrategy in org.apache.flink.model.openai
Fields in org.apache.flink.model.openai with type parameters of type AbstractOpenAIModelFunction.RetryFallbackStrategy Modifier and Type Field Description static org.apache.flink.configuration.ConfigOption<AbstractOpenAIModelFunction.RetryFallbackStrategy>OpenAIOptions. RETRY_FALLBACK_STRATEGYMethods in org.apache.flink.model.openai that return AbstractOpenAIModelFunction.RetryFallbackStrategy Modifier and Type Method Description static AbstractOpenAIModelFunction.RetryFallbackStrategyAbstractOpenAIModelFunction.RetryFallbackStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static AbstractOpenAIModelFunction.RetryFallbackStrategy[]AbstractOpenAIModelFunction.RetryFallbackStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.
-