Ctrl+K
Logo image Logo image

Site Navigation

  • API Reference
  • Examples

Site Navigation

  • API Reference
  • Examples

Section Navigation

  • PyFlink Table
  • PyFlink DataFrame
    • DataFrame
    • DataFrame Creation
    • Input/Output
    • SQL
    • Data Types
    • User Defined Functions
    • Configuration
    • Catalog
    • GPU Support
    • AI / LLM
  • PyFlink Multimodal
  • PyFlink DataStream
  • PyFlink Common

pyflink.dataframe.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.get_gpu_infos

Show Source

Created using Sphinx 4.5.0.