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).