@Generated(value="software.amazon.awssdk:codegen") public final class JobCommand extends Object implements SdkPojo, Serializable, ToCopyableBuilder<JobCommand.Builder,JobCommand>
Specifies code that runs when a job is run.
| Modifier and Type | Class and Description |
|---|---|
static interface |
JobCommand.Builder |
| Modifier and Type | Method and Description |
|---|---|
static JobCommand.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the job command.
|
String |
pythonVersion()
The Python version being used to run a Python shell job.
|
String |
runtime()
In Ray jobs, Runtime is used to specify the versions of Ray, Python and additional libraries available in your
environment.
|
String |
scriptLocation()
Specifies the Amazon Simple Storage Service (Amazon S3) path to a script that runs a job.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends JobCommand.Builder> |
serializableBuilderClass() |
JobCommand.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the job command. For an Apache Spark ETL job, this must be glueetl. For a Python shell
job, it must be pythonshell. For an Apache Spark streaming ETL job, this must be
gluestreaming. For a Ray job, this must be glueray.
glueetl. For a Python
shell job, it must be pythonshell. For an Apache Spark streaming ETL job, this must be
gluestreaming. For a Ray job, this must be glueray.public final String scriptLocation()
Specifies the Amazon Simple Storage Service (Amazon S3) path to a script that runs a job.
public final String pythonVersion()
The Python version being used to run a Python shell job. Allowed values are 2 or 3.
public final String runtime()
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.
public JobCommand.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<JobCommand.Builder,JobCommand>public static JobCommand.Builder builder()
public static Class<? extends JobCommand.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.