JobCommand

data class JobCommand(val name: String? = null, val pythonVersion: String? = null, val runtime: String? = null, val scriptLocation: String? = null)

Constructors

Link copied to clipboard
constructor(name: String? = null, pythonVersion: String? = null, runtime: String? = null, scriptLocation: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

The name of the job command

Link copied to clipboard
val pythonVersion: String? = null

The Python version being used to execute a Python shell job.

Link copied to clipboard
val runtime: String? = null

Runtime is used to specify the versions of Ray, Python and additional libraries available in your environment

Link copied to clipboard
val scriptLocation: String? = null

Specifies the Amazon Simple Storage Service (Amazon S3) path to a script that executes a job