Job Command Args
data class JobCommandArgs(val name: Output<String>? = null, val pythonVersion: Output<String>? = null, val runtime: Output<String>? = null, val scriptLocation: Output<String>) : ConvertibleToJava<JobCommandArgs>
Properties
Link copied to clipboard
The Python version being used to execute a Python shell job. Allowed values are 2, 3 or 3.9. Version 3 refers to Python 3.11 when glue_version
is set to 5.0.
Link copied to clipboard
In Ray jobs, runtime is used to specify the versions of Ray, Python and additional libraries available in your environment. This field is not used in other job types. For supported runtime environment values, see Working with Ray jobs in the Glue Developer Guide.
Link copied to clipboard
Specifies the S3 path to a script that executes a job.