RaySettings

class awswrangler.typing.RaySettings

Bases: TypedDict

Typed dictionary defining the settings for distributing calls using Ray.

Attributes

parallelism

The requested parallelism of the read.

Attributes Documentation

parallelism: NotRequired[int]

The requested parallelism of the read. Parallelism may be limited by the number of files of the dataset. Auto-detect by default.