LibrarySet
- class aws_cdk.aws_glue_alpha.LibrarySet(*values)
Bases:
Enum(deprecated) The set of pre-installed Python libraries available to a Python shell job running Python 3.9.
- See:
- Stability:
deprecated
Attributes
- ANALYTICS
(deprecated) Include the common analytics libraries for Python 3.9 (e.g. pandas, numpy, scikit-learn, awswrangler).
- Stability:
deprecated
- NONE
(deprecated) Do not install the common library set.
Use this when your libraries are custom or conflict with the pre-installed ones.
- Stability:
deprecated