| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
static WorkerType |
WorkerType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static WorkerType |
WorkerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkerType[] |
WorkerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
WorkerType |
JobUpdate.workerType()
The type of predefined worker that is allocated when a job runs.
|
WorkerType |
CreateDevEndpointResponse.workerType()
The type of predefined worker that is allocated to the development endpoint.
|
WorkerType |
Job.workerType()
The type of predefined worker that is allocated when a job runs.
|
WorkerType |
CreateDevEndpointRequest.workerType()
The type of predefined worker that is allocated to the development endpoint.
|
WorkerType |
Session.workerType()
The type of predefined worker that is allocated when a session runs.
|
WorkerType |
GetMlTransformResponse.workerType()
The type of predefined worker that is allocated when this task runs.
|
WorkerType |
CreateJobRequest.workerType()
The type of predefined worker that is allocated when a job runs.
|
WorkerType |
UpdateMlTransformRequest.workerType()
The type of predefined worker that is allocated when this task runs.
|
WorkerType |
StartJobRunRequest.workerType()
The type of predefined worker that is allocated when a job runs.
|
WorkerType |
CreateMlTransformRequest.workerType()
The type of predefined worker that is allocated when this task runs.
|
WorkerType |
JobRun.workerType()
The type of predefined worker that is allocated when a job runs.
|
WorkerType |
CreateSessionRequest.workerType()
The type of predefined worker that is allocated when a job runs.
|
WorkerType |
DevEndpoint.workerType()
The type of predefined worker that is allocated to the development endpoint.
|
WorkerType |
MLTransform.workerType()
The type of predefined worker that is allocated when a task of this transform runs.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<WorkerType> |
WorkerType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
JobUpdate.Builder |
JobUpdate.Builder.workerType(WorkerType workerType)
The type of predefined worker that is allocated when a job runs.
|
CreateDevEndpointResponse.Builder |
CreateDevEndpointResponse.Builder.workerType(WorkerType workerType)
The type of predefined worker that is allocated to the development endpoint.
|
Job.Builder |
Job.Builder.workerType(WorkerType workerType)
The type of predefined worker that is allocated when a job runs.
|
CreateDevEndpointRequest.Builder |
CreateDevEndpointRequest.Builder.workerType(WorkerType workerType)
The type of predefined worker that is allocated to the development endpoint.
|
Session.Builder |
Session.Builder.workerType(WorkerType workerType)
The type of predefined worker that is allocated when a session runs.
|
GetMlTransformResponse.Builder |
GetMlTransformResponse.Builder.workerType(WorkerType workerType)
The type of predefined worker that is allocated when this task runs.
|
CreateJobRequest.Builder |
CreateJobRequest.Builder.workerType(WorkerType workerType)
The type of predefined worker that is allocated when a job runs.
|
UpdateMlTransformRequest.Builder |
UpdateMlTransformRequest.Builder.workerType(WorkerType workerType)
The type of predefined worker that is allocated when this task runs.
|
StartJobRunRequest.Builder |
StartJobRunRequest.Builder.workerType(WorkerType workerType)
The type of predefined worker that is allocated when a job runs.
|
CreateMlTransformRequest.Builder |
CreateMlTransformRequest.Builder.workerType(WorkerType workerType)
The type of predefined worker that is allocated when this task runs.
|
JobRun.Builder |
JobRun.Builder.workerType(WorkerType workerType)
The type of predefined worker that is allocated when a job runs.
|
CreateSessionRequest.Builder |
CreateSessionRequest.Builder.workerType(WorkerType workerType)
The type of predefined worker that is allocated when a job runs.
|
DevEndpoint.Builder |
DevEndpoint.Builder.workerType(WorkerType workerType)
The type of predefined worker that is allocated to the development endpoint.
|
MLTransform.Builder |
MLTransform.Builder.workerType(WorkerType workerType)
The type of predefined worker that is allocated when a task of this transform runs.
|
Copyright © 2023. All rights reserved.