JobCommandArgs

data class JobCommandArgs(val name: Output<String>? = null, val pythonVersion: Output<String>? = null, val runtime: Output<String>? = null, val scriptLocation: Output<String>? = null) : ConvertibleToJava<JobCommandArgs>

Constructors

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

Properties

Link copied to clipboard
val name: Output<String>? = null

The name of the job command

Link copied to clipboard
val pythonVersion: Output<String>? = null

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

Link copied to clipboard
val runtime: Output<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: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): JobCommandArgs