pyspark.TaskContext.resources#

TaskContext.resources()[source]#

Resources allocated to the task. The key is the resource name and the value is information about the resource.

Returns
dict

a dictionary of a string resource name, and ResourceInformation.