| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing Amazon SageMaker resources.
|
| Modifier and Type | Method and Description |
|---|---|
default UpdateExperimentResponse |
SageMakerClient.updateExperiment(Consumer<UpdateExperimentRequest.Builder> updateExperimentRequest)
Adds, updates, or removes the description of an experiment.
|
default UpdateExperimentResponse |
SageMakerClient.updateExperiment(UpdateExperimentRequest updateExperimentRequest)
Adds, updates, or removes the description of an experiment.
|
| Modifier and Type | Method and 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.
|
Copyright © 2020. All rights reserved.