Skip to main content
Ctrl+K
PyFlink 1.20+vvr.11.7.dev0 documentation - Home PyFlink 1.20+vvr.11.7.dev0 documentation - Home
  • API Reference
  • Examples
  • API Reference
  • Examples

Section Navigation

  • PyFlink Table
  • PyFlink DataStream
  • PyFlink DataFrame
    • DataFrame
    • DataFrame Creation
    • Input/Output
    • SQL
    • DataType
    • User Defined Functions
    • Configuration
    • GPU Support
    • AI / LLM
  • PyFlink Common
  • API Reference
  • PyFlink DataFrame
  • AI / LLM
  • pyflink.dataframe.ai.providers.Provider

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.

previous

pyflink.dataframe.ai.llm.list_providers

next

pyflink.dataframe.ai.providers.OpenAICompatProvider

On this page
  • Provider

This Page

  • Show Source

Created using Sphinx 7.4.7.

Built with the PyData Sphinx Theme 0.16.1.