| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
| Modifier and Type | Method and Description |
|---|---|
default UpdateTrialResponse |
SageMakerClient.updateTrial(Consumer<UpdateTrialRequest.Builder> updateTrialRequest)
Updates the display name of a trial.
|
default UpdateTrialResponse |
SageMakerClient.updateTrial(UpdateTrialRequest updateTrialRequest)
Updates the display name of a trial.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateTrialResponse> |
SageMakerAsyncClient.updateTrial(Consumer<UpdateTrialRequest.Builder> updateTrialRequest)
Updates the display name of a trial.
|
default CompletableFuture<UpdateTrialResponse> |
SageMakerAsyncClient.updateTrial(UpdateTrialRequest updateTrialRequest)
Updates the display name of a trial.
|
Copyright © 2023. All rights reserved.