Enum Runtime
- All Implemented Interfaces:
Serializable,Comparable<Runtime>,java.lang.constant.Constable
@Generated(value="jsii-pacmak/1.133.0 (build 0f43e37)",
date="2026-07-02T13:33:03.414Z")
@Stability(Deprecated)
@Deprecated
public enum Runtime
extends Enum<Runtime>
Deprecated.
AWS Glue for Ray is closed to new customers as of April 30, 2026.
Migrate to Amazon EKS with KubeRay Operator. See
https://docs.aws.amazon.com/glue/latest/dg/awsglue-ray-jobs-availability-change.html
(deprecated) AWS Glue runtime determines the runtime engine of the job.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
-
Enum Constant Details
-
RAY_TWO_FOUR
Deprecated.(deprecated) Runtime for a Glue for Ray 2.4.
-
-
Method Details
-
values
Deprecated.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
Deprecated.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 nameNullPointerException- if the argument is null
-