| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
static JobCommand.Builder |
JobCommand.builder() |
JobCommand.Builder |
JobCommand.Builder.name(String name)
The name of the job command.
|
JobCommand.Builder |
JobCommand.Builder.pythonVersion(String pythonVersion)
The Python version being used to run a Python shell job.
|
JobCommand.Builder |
JobCommand.Builder.runtime(String runtime)
In Ray jobs, Runtime is used to specify the versions of Ray, Python and additional libraries available in
your environment.
|
JobCommand.Builder |
JobCommand.Builder.scriptLocation(String scriptLocation)
Specifies the Amazon Simple Storage Service (Amazon S3) path to a script that runs a job.
|
JobCommand.Builder |
JobCommand.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends JobCommand.Builder> |
JobCommand.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default JobUpdate.Builder |
JobUpdate.Builder.command(Consumer<JobCommand.Builder> command)
The
JobCommand that runs this job (required). |
default Job.Builder |
Job.Builder.command(Consumer<JobCommand.Builder> command)
The
JobCommand that runs this job. |
default CreateJobRequest.Builder |
CreateJobRequest.Builder.command(Consumer<JobCommand.Builder> command)
The
JobCommand that runs this job. |
Copyright © 2023. All rights reserved.