java.lang.Object
java.lang.Enum<LibrarySet>
software.amazon.awscdk.services.glue.alpha.LibrarySet
All Implemented Interfaces:
Serializable, Comparable<LibrarySet>, java.lang.constant.Constable

@Generated(value="jsii-pacmak/1.139.0 (build 26a6b54)", date="2026-09-10T17:52:11.272Z") @Stability(Experimental) public enum LibrarySet extends Enum<LibrarySet>
(experimental) The set of pre-installed Python libraries available to a Python shell job running Python 3.9.

See Also:
  • Enum Constant Details

    • ANALYTICS

      @Stability(Experimental) public static final LibrarySet ANALYTICS
      (experimental) Include the common analytics libraries for Python 3.9 (e.g. pandas, numpy, scikit-learn, awswrangler).
    • NONE

      @Stability(Experimental) public static final LibrarySet NONE
      (experimental) Do not install the common library set.

      Use this when your libraries are custom or conflict with the pre-installed ones.

  • Method Details

    • values

      public static LibrarySet[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static LibrarySet valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null