Uses of Class
software.amazon.awssdk.services.glue.model.StartImportLabelsTaskRunResponse
-
Packages that use StartImportLabelsTaskRunResponse Package Description software.amazon.awssdk.services.glue Glue -
-
Uses of StartImportLabelsTaskRunResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return StartImportLabelsTaskRunResponse Modifier and Type Method Description default StartImportLabelsTaskRunResponseGlueClient. 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 StartImportLabelsTaskRunResponseGlueClient. 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.Methods in software.amazon.awssdk.services.glue that return types with arguments of type StartImportLabelsTaskRunResponse Modifier and Type Method Description 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.default CompletableFuture<StartImportLabelsTaskRunResponse>GlueAsyncClient. 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.
-