Job Command
data class JobCommand(val name: String? = null, val pythonVersion: String? = null, val runtime: String? = null, val scriptLocation: String)
Constructors
Link copied to clipboard
fun JobCommand(name: String? = null, pythonVersion: String? = null, runtime: String? = null, scriptLocation: String)
Types
Properties
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