Package | Description |
---|---|
com.amazonaws.services.glue |
|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
StartImportLabelsTaskRunResult |
AbstractAWSGlue.startImportLabelsTaskRun(StartImportLabelsTaskRunRequest request) |
StartImportLabelsTaskRunResult |
AWSGlue.startImportLabelsTaskRun(StartImportLabelsTaskRunRequest startImportLabelsTaskRunRequest)
Enables you to provide additional labels (examples of truth) to be used to teach the machine learning transform
and improve its quality.
|
StartImportLabelsTaskRunResult |
AWSGlueClient.startImportLabelsTaskRun(StartImportLabelsTaskRunRequest request)
Enables you to provide additional labels (examples of truth) to be used to teach the machine learning transform
and improve its quality.
|
Modifier and Type | Method and Description |
---|---|
Future<StartImportLabelsTaskRunResult> |
AWSGlueAsyncClient.startImportLabelsTaskRunAsync(StartImportLabelsTaskRunRequest request,
AsyncHandler<StartImportLabelsTaskRunRequest,StartImportLabelsTaskRunResult> asyncHandler) |
Future<StartImportLabelsTaskRunResult> |
AWSGlueAsync.startImportLabelsTaskRunAsync(StartImportLabelsTaskRunRequest startImportLabelsTaskRunRequest,
AsyncHandler<StartImportLabelsTaskRunRequest,StartImportLabelsTaskRunResult> asyncHandler)
Enables you to provide additional labels (examples of truth) to be used to teach the machine learning transform
and improve its quality.
|
Future<StartImportLabelsTaskRunResult> |
AbstractAWSGlueAsync.startImportLabelsTaskRunAsync(StartImportLabelsTaskRunRequest request,
AsyncHandler<StartImportLabelsTaskRunRequest,StartImportLabelsTaskRunResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
StartImportLabelsTaskRunResult |
StartImportLabelsTaskRunResult.clone() |
StartImportLabelsTaskRunResult |
StartImportLabelsTaskRunResult.withTaskRunId(String taskRunId)
The unique identifier for the task run.
|
Copyright © 2020. All rights reserved.