Uses of Interface
software.amazon.awssdk.services.glue.model.StartImportLabelsTaskRunRequest.Builder
-
Packages that use StartImportLabelsTaskRunRequest.Builder Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.model -
-
Uses of StartImportLabelsTaskRunRequest.Builder in software.amazon.awssdk.services.glue
Method parameters in software.amazon.awssdk.services.glue with type arguments of type StartImportLabelsTaskRunRequest.Builder 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 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. -
Uses of StartImportLabelsTaskRunRequest.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return StartImportLabelsTaskRunRequest.Builder Modifier and Type Method Description static StartImportLabelsTaskRunRequest.BuilderStartImportLabelsTaskRunRequest. builder()StartImportLabelsTaskRunRequest.BuilderStartImportLabelsTaskRunRequest.Builder. inputS3Path(String inputS3Path)The Amazon Simple Storage Service (Amazon S3) path from where you import the labels.StartImportLabelsTaskRunRequest.BuilderStartImportLabelsTaskRunRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartImportLabelsTaskRunRequest.BuilderStartImportLabelsTaskRunRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StartImportLabelsTaskRunRequest.BuilderStartImportLabelsTaskRunRequest.Builder. replaceAllLabels(Boolean replaceAllLabels)Indicates whether to overwrite your existing labels.StartImportLabelsTaskRunRequest.BuilderStartImportLabelsTaskRunRequest. toBuilder()StartImportLabelsTaskRunRequest.BuilderStartImportLabelsTaskRunRequest.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 StartImportLabelsTaskRunRequest.Builder Modifier and Type Method Description static Class<? extends StartImportLabelsTaskRunRequest.Builder>StartImportLabelsTaskRunRequest. serializableBuilderClass()
-