Uses of Interface
software.amazon.awssdk.services.glue.model.StartMlLabelingSetGenerationTaskRunRequest.Builder
-
Packages that use StartMlLabelingSetGenerationTaskRunRequest.Builder Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.model -
-
Uses of StartMlLabelingSetGenerationTaskRunRequest.Builder in software.amazon.awssdk.services.glue
Method parameters in software.amazon.awssdk.services.glue with type arguments of type StartMlLabelingSetGenerationTaskRunRequest.Builder Modifier and Type Method Description default CompletableFuture<StartMlLabelingSetGenerationTaskRunResponse>GlueAsyncClient. startMLLabelingSetGenerationTaskRun(Consumer<StartMlLabelingSetGenerationTaskRunRequest.Builder> startMlLabelingSetGenerationTaskRunRequest)Starts the active learning workflow for your machine learning transform to improve the transform's quality by generating label sets and adding labels.default StartMlLabelingSetGenerationTaskRunResponseGlueClient. startMLLabelingSetGenerationTaskRun(Consumer<StartMlLabelingSetGenerationTaskRunRequest.Builder> startMlLabelingSetGenerationTaskRunRequest)Starts the active learning workflow for your machine learning transform to improve the transform's quality by generating label sets and adding labels. -
Uses of StartMlLabelingSetGenerationTaskRunRequest.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return StartMlLabelingSetGenerationTaskRunRequest.Builder Modifier and Type Method Description static StartMlLabelingSetGenerationTaskRunRequest.BuilderStartMlLabelingSetGenerationTaskRunRequest. builder()StartMlLabelingSetGenerationTaskRunRequest.BuilderStartMlLabelingSetGenerationTaskRunRequest.Builder. outputS3Path(String outputS3Path)The Amazon Simple Storage Service (Amazon S3) path where you generate the labeling set.StartMlLabelingSetGenerationTaskRunRequest.BuilderStartMlLabelingSetGenerationTaskRunRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartMlLabelingSetGenerationTaskRunRequest.BuilderStartMlLabelingSetGenerationTaskRunRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StartMlLabelingSetGenerationTaskRunRequest.BuilderStartMlLabelingSetGenerationTaskRunRequest. toBuilder()StartMlLabelingSetGenerationTaskRunRequest.BuilderStartMlLabelingSetGenerationTaskRunRequest.Builder. transformId(String transformId)The unique identifier of the machine learning transform.Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type StartMlLabelingSetGenerationTaskRunRequest.Builder Modifier and Type Method Description static Class<? extends StartMlLabelingSetGenerationTaskRunRequest.Builder>StartMlLabelingSetGenerationTaskRunRequest. serializableBuilderClass()
-