| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
static WorkerType |
WorkerType.fromValue(String value)
Use this in place of valueOf.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
MLTransform |
MLTransform.withWorkerType(WorkerType workerType)
The type of predefined worker that is allocated when a task of this transform runs.
|
Session |
Session.withWorkerType(WorkerType workerType)
The type of predefined worker that is allocated when a session runs.
|
DevEndpoint |
DevEndpoint.withWorkerType(WorkerType workerType)
The type of predefined worker that is allocated to the development endpoint.
|
UpdateMLTransformRequest |
UpdateMLTransformRequest.withWorkerType(WorkerType workerType)
The type of predefined worker that is allocated when this task runs.
|
StartJobRunRequest |
StartJobRunRequest.withWorkerType(WorkerType workerType)
The type of predefined worker that is allocated when a job runs.
|
GetMLTransformResult |
GetMLTransformResult.withWorkerType(WorkerType workerType)
The type of predefined worker that is allocated when this task runs.
|
CreateMLTransformRequest |
CreateMLTransformRequest.withWorkerType(WorkerType workerType)
The type of predefined worker that is allocated when this task runs.
|
CreateJobRequest |
CreateJobRequest.withWorkerType(WorkerType workerType)
The type of predefined worker that is allocated when a job runs.
|
CreateDevEndpointResult |
CreateDevEndpointResult.withWorkerType(WorkerType workerType)
The type of predefined worker that is allocated to the development endpoint.
|
CreateDevEndpointRequest |
CreateDevEndpointRequest.withWorkerType(WorkerType workerType)
The type of predefined worker that is allocated to the development endpoint.
|
JobUpdate |
JobUpdate.withWorkerType(WorkerType workerType)
The type of predefined worker that is allocated when a job runs.
|
Job |
Job.withWorkerType(WorkerType workerType)
The type of predefined worker that is allocated when a job runs.
|
CreateSessionRequest |
CreateSessionRequest.withWorkerType(WorkerType workerType)
The type of predefined worker that is allocated when a job runs.
|
JobRun |
JobRun.withWorkerType(WorkerType workerType)
The type of predefined worker that is allocated when a job runs.
|
Copyright © 2024. All rights reserved.