Uses of Class
software.amazon.awssdk.services.cleanroomsml.model.StartTrainedModelExportJobResponse
-
Packages that use StartTrainedModelExportJobResponse Package Description software.amazon.awssdk.services.cleanroomsml Welcome to the Amazon Web Services Clean Rooms ML API Reference. -
-
Uses of StartTrainedModelExportJobResponse in software.amazon.awssdk.services.cleanroomsml
Methods in software.amazon.awssdk.services.cleanroomsml that return StartTrainedModelExportJobResponse Modifier and Type Method Description default StartTrainedModelExportJobResponseCleanRoomsMlClient. startTrainedModelExportJob(Consumer<StartTrainedModelExportJobRequest.Builder> startTrainedModelExportJobRequest)Provides the information necessary to start a trained model export job.default StartTrainedModelExportJobResponseCleanRoomsMlClient. startTrainedModelExportJob(StartTrainedModelExportJobRequest startTrainedModelExportJobRequest)Provides the information necessary to start a trained model export job.Methods in software.amazon.awssdk.services.cleanroomsml that return types with arguments of type StartTrainedModelExportJobResponse Modifier and Type Method Description default CompletableFuture<StartTrainedModelExportJobResponse>CleanRoomsMlAsyncClient. startTrainedModelExportJob(Consumer<StartTrainedModelExportJobRequest.Builder> startTrainedModelExportJobRequest)Provides the information necessary to start a trained model export job.default CompletableFuture<StartTrainedModelExportJobResponse>CleanRoomsMlAsyncClient. startTrainedModelExportJob(StartTrainedModelExportJobRequest startTrainedModelExportJobRequest)Provides the information necessary to start a trained model export job.
-