Package | Description |
---|---|
com.amazonaws.services.glue |
|
com.amazonaws.services.glue.model |
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 |
---|---|
StartImportLabelsTaskRunRequest |
StartImportLabelsTaskRunRequest.clone() |
StartImportLabelsTaskRunRequest |
StartImportLabelsTaskRunRequest.withInputS3Path(String inputS3Path)
The Amazon Simple Storage Service (Amazon S3) path from where you import the labels.
|
StartImportLabelsTaskRunRequest |
StartImportLabelsTaskRunRequest.withReplaceAllLabels(Boolean replaceAllLabels)
Indicates whether to overwrite your existing labels.
|
StartImportLabelsTaskRunRequest |
StartImportLabelsTaskRunRequest.withTransformId(String transformId)
The unique identifier of the machine learning transform.
|
Copyright © 2020. All rights reserved.