| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue |
|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
default StartImportLabelsTaskRunResponse |
GlueClient.startImportLabelsTaskRun(Consumer<StartImportLabelsTaskRunRequest.Builder> startImportLabelsTaskRunRequest)
Enables you to provide additional labels (examples of truth) to be used to teach the machine learning transform
and improve its quality.
|
default CompletableFuture<StartImportLabelsTaskRunResponse> |
GlueAsyncClient.startImportLabelsTaskRun(Consumer<StartImportLabelsTaskRunRequest.Builder> startImportLabelsTaskRunRequest)
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 |
|---|---|
static StartImportLabelsTaskRunRequest.Builder |
StartImportLabelsTaskRunRequest.builder() |
StartImportLabelsTaskRunRequest.Builder |
StartImportLabelsTaskRunRequest.Builder.inputS3Path(String inputS3Path)
The Amazon Simple Storage Service (Amazon S3) path from where you import the labels.
|
StartImportLabelsTaskRunRequest.Builder |
StartImportLabelsTaskRunRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartImportLabelsTaskRunRequest.Builder |
StartImportLabelsTaskRunRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartImportLabelsTaskRunRequest.Builder |
StartImportLabelsTaskRunRequest.Builder.replaceAllLabels(Boolean replaceAllLabels)
Indicates whether to overwrite your existing labels.
|
StartImportLabelsTaskRunRequest.Builder |
StartImportLabelsTaskRunRequest.toBuilder() |
StartImportLabelsTaskRunRequest.Builder |
StartImportLabelsTaskRunRequest.Builder.transformId(String transformId)
The unique identifier of the machine learning transform.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StartImportLabelsTaskRunRequest.Builder> |
StartImportLabelsTaskRunRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.