pyflink.dataframe.gpu.get_gpu_infos# get_gpu_infos() → List[GPUInfo][source]# Get GPU information allocated to the current Python worker. Reads the _PYFLINK_GPU_INFOS environment variable set by the Java operator and returns a list of GPUInfo objects. Returns: List of GPUInfo. Empty list if no GPU is allocated.