Uses of Interface
software.amazon.awssdk.services.glue.model.StartExportLabelsTaskRunRequest.Builder
-
Packages that use StartExportLabelsTaskRunRequest.Builder Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.model -
-
Uses of StartExportLabelsTaskRunRequest.Builder in software.amazon.awssdk.services.glue
Method parameters in software.amazon.awssdk.services.glue with type arguments of type StartExportLabelsTaskRunRequest.Builder Modifier and Type Method Description default CompletableFuture<StartExportLabelsTaskRunResponse>GlueAsyncClient. startExportLabelsTaskRun(Consumer<StartExportLabelsTaskRunRequest.Builder> startExportLabelsTaskRunRequest)Begins an asynchronous task to export all labeled data for a particular transform.default StartExportLabelsTaskRunResponseGlueClient. startExportLabelsTaskRun(Consumer<StartExportLabelsTaskRunRequest.Builder> startExportLabelsTaskRunRequest)Begins an asynchronous task to export all labeled data for a particular transform. -
Uses of StartExportLabelsTaskRunRequest.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return StartExportLabelsTaskRunRequest.Builder Modifier and Type Method Description static StartExportLabelsTaskRunRequest.BuilderStartExportLabelsTaskRunRequest. builder()StartExportLabelsTaskRunRequest.BuilderStartExportLabelsTaskRunRequest.Builder. outputS3Path(String outputS3Path)The Amazon S3 path where you export the labels.StartExportLabelsTaskRunRequest.BuilderStartExportLabelsTaskRunRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartExportLabelsTaskRunRequest.BuilderStartExportLabelsTaskRunRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StartExportLabelsTaskRunRequest.BuilderStartExportLabelsTaskRunRequest. toBuilder()StartExportLabelsTaskRunRequest.BuilderStartExportLabelsTaskRunRequest.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 StartExportLabelsTaskRunRequest.Builder Modifier and Type Method Description static Class<? extends StartExportLabelsTaskRunRequest.Builder>StartExportLabelsTaskRunRequest. serializableBuilderClass()
-