pyflink.dataframe.ai.providers.Provider#
- class Provider[source]#
Base class for model providers.
Subclasses represent specific provider configurations and handle the translation from Python-style parameter names to the Java-side option keys expected by Flinkās ModelDescriptor.
Methods
model_option_key()Return the Java-side option key used for a per-call model name.
provider_name()Return the provider identifier recognized by Flink's Java runtime.
to_options()Return all configured options as a dict with Java-side key names.