default ResumeWorkflowRunResponse |
GlueClient.resumeWorkflowRun(Consumer<ResumeWorkflowRunRequest.Builder> resumeWorkflowRunRequest) |
Restarts selected nodes of a previous partially completed workflow run and resumes the workflow run.
|
default ResumeWorkflowRunResponse |
GlueClient.resumeWorkflowRun(ResumeWorkflowRunRequest resumeWorkflowRunRequest) |
Restarts selected nodes of a previous partially completed workflow run and resumes the workflow run.
|
default StartJobRunResponse |
GlueClient.startJobRun(Consumer<StartJobRunRequest.Builder> startJobRunRequest) |
Starts a job run using a job definition.
|
default StartJobRunResponse |
GlueClient.startJobRun(StartJobRunRequest startJobRunRequest) |
Starts a job run using a job definition.
|
default StartMlEvaluationTaskRunResponse |
GlueClient.startMLEvaluationTaskRun(Consumer<StartMlEvaluationTaskRunRequest.Builder> startMlEvaluationTaskRunRequest) |
Starts a task to estimate the quality of the transform.
|
default StartMlEvaluationTaskRunResponse |
GlueClient.startMLEvaluationTaskRun(StartMlEvaluationTaskRunRequest startMlEvaluationTaskRunRequest) |
Starts a task to estimate the quality of the transform.
|
default StartMlLabelingSetGenerationTaskRunResponse |
GlueClient.startMLLabelingSetGenerationTaskRun(Consumer<StartMlLabelingSetGenerationTaskRunRequest.Builder> startMlLabelingSetGenerationTaskRunRequest) |
Starts the active learning workflow for your machine learning transform to improve the transform's quality by
generating label sets and adding labels.
|
default StartMlLabelingSetGenerationTaskRunResponse |
GlueClient.startMLLabelingSetGenerationTaskRun(StartMlLabelingSetGenerationTaskRunRequest startMlLabelingSetGenerationTaskRunRequest) |
Starts the active learning workflow for your machine learning transform to improve the transform's quality by
generating label sets and adding labels.
|
default StartTriggerResponse |
GlueClient.startTrigger(Consumer<StartTriggerRequest.Builder> startTriggerRequest) |
Starts an existing trigger.
|
default StartTriggerResponse |
GlueClient.startTrigger(StartTriggerRequest startTriggerRequest) |
Starts an existing trigger.
|
default StartWorkflowRunResponse |
GlueClient.startWorkflowRun(Consumer<StartWorkflowRunRequest.Builder> startWorkflowRunRequest) |
Starts a new run of the specified workflow.
|
default StartWorkflowRunResponse |
GlueClient.startWorkflowRun(StartWorkflowRunRequest startWorkflowRunRequest) |
Starts a new run of the specified workflow.
|