Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
JobCommand |
JobCommand.clone() |
JobCommand |
JobUpdate.getCommand()
The
JobCommand that runs this job (required). |
JobCommand |
CreateJobRequest.getCommand()
The
JobCommand that runs this job. |
JobCommand |
Job.getCommand()
The
JobCommand that runs this job. |
JobCommand |
JobCommand.withName(String name)
The name of the job command.
|
JobCommand |
JobCommand.withPythonVersion(String pythonVersion)
The Python version being used to run a Python shell job.
|
JobCommand |
JobCommand.withRuntime(String runtime)
In Ray jobs, Runtime is used to specify the versions of Ray, Python and additional libraries available in your
environment.
|
JobCommand |
JobCommand.withScriptLocation(String scriptLocation)
Specifies the Amazon Simple Storage Service (Amazon S3) path to a script that runs a job.
|
Modifier and Type | Method and Description |
---|---|
void |
JobUpdate.setCommand(JobCommand command)
The
JobCommand that runs this job (required). |
void |
CreateJobRequest.setCommand(JobCommand command)
The
JobCommand that runs this job. |
void |
Job.setCommand(JobCommand command)
The
JobCommand that runs this job. |
JobUpdate |
JobUpdate.withCommand(JobCommand command)
The
JobCommand that runs this job (required). |
CreateJobRequest |
CreateJobRequest.withCommand(JobCommand command)
The
JobCommand that runs this job. |
Job |
Job.withCommand(JobCommand command)
The
JobCommand that runs this job. |
Copyright © 2023. All rights reserved.