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
  • GPU Support
  • pyflink.dataframe.gpu.GPUInfo

pyflink.dataframe.gpu.GPUInfo#

class GPUInfo(index: int, type: str, amount: float)[source]#

GPU device information allocated to the current Python worker.

index#

GPU device index (e.g., 0, 1).

type#

GPU device type (e.g., “A10”, “V100”).

amount#

Fractional GPU amount allocated (e.g., 0.5, 1.0).

previous

GPU Support

next

pyflink.dataframe.gpu.get_gpu_infos

On this page
  • GPUInfo
    • GPUInfo.index
    • GPUInfo.type
    • GPUInfo.amount

This Page

  • Show Source

Created using Sphinx 7.4.7.

Built with the PyData Sphinx Theme 0.16.1.