Uses of Class
software.amazon.awssdk.services.sagemaker.model.UpdateExperimentResponse
-
Packages that use UpdateExperimentResponse Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources. -
-
Uses of UpdateExperimentResponse in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return UpdateExperimentResponse Modifier and Type Method Description default UpdateExperimentResponseSageMakerClient. updateExperiment(Consumer<UpdateExperimentRequest.Builder> updateExperimentRequest)Adds, updates, or removes the description of an experiment.default UpdateExperimentResponseSageMakerClient. updateExperiment(UpdateExperimentRequest updateExperimentRequest)Adds, updates, or removes the description of an experiment.Methods in software.amazon.awssdk.services.sagemaker that return types with arguments of type UpdateExperimentResponse Modifier and Type Method Description default CompletableFuture<UpdateExperimentResponse>SageMakerAsyncClient. updateExperiment(Consumer<UpdateExperimentRequest.Builder> updateExperimentRequest)Adds, updates, or removes the description of an experiment.default CompletableFuture<UpdateExperimentResponse>SageMakerAsyncClient. updateExperiment(UpdateExperimentRequest updateExperimentRequest)Adds, updates, or removes the description of an experiment.
-