enum LibrarySet
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Glue.Alpha.LibrarySet |
Go | github.com/aws/aws-cdk-go/awscdkgluealpha/v2#LibrarySet |
Java | software.amazon.awscdk.services.glue.alpha.LibrarySet |
Python | aws_cdk.aws_glue_alpha.LibrarySet |
TypeScript (source) | @aws-cdk/aws-glue-alpha ยป LibrarySet |
The set of pre-installed Python libraries available to a Python shell job running Python 3.9.
Members
| Name | Description |
|---|---|
| ANALYTICS | Include the common analytics libraries for Python 3.9 (e.g. pandas, numpy, scikit-learn, awswrangler). |
| NONE | Do not install the common library set. |
ANALYTICS
Include the common analytics libraries for Python 3.9 (e.g. pandas, numpy, scikit-learn, awswrangler).
NONE
Do not install the common library set.
Use this when your libraries are custom or conflict with the pre-installed ones.

.NET
Go
Java
Python
TypeScript (