Uses of Class
software.amazon.awssdk.services.glue.model.StartImportLabelsTaskRunRequest
-
Packages that use StartImportLabelsTaskRunRequest Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.transform -
-
Uses of StartImportLabelsTaskRunRequest in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue with parameters of type StartImportLabelsTaskRunRequest Modifier and Type Method Description 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.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. -
Uses of StartImportLabelsTaskRunRequest in software.amazon.awssdk.services.glue.transform
Methods in software.amazon.awssdk.services.glue.transform with parameters of type StartImportLabelsTaskRunRequest Modifier and Type Method Description SdkHttpFullRequestStartImportLabelsTaskRunRequestMarshaller. marshall(StartImportLabelsTaskRunRequest startImportLabelsTaskRunRequest)
-