| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing Amazon SageMaker resources.
|
| Modifier and Type | Method and Description |
|---|---|
default UpdateTrialComponentResponse |
SageMakerClient.updateTrialComponent(Consumer<UpdateTrialComponentRequest.Builder> updateTrialComponentRequest)
Updates one or more properties of a trial component.
|
default UpdateTrialComponentResponse |
SageMakerClient.updateTrialComponent(UpdateTrialComponentRequest updateTrialComponentRequest)
Updates one or more properties of a trial component.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateTrialComponentResponse> |
SageMakerAsyncClient.updateTrialComponent(Consumer<UpdateTrialComponentRequest.Builder> updateTrialComponentRequest)
Updates one or more properties of a trial component.
|
default CompletableFuture<UpdateTrialComponentResponse> |
SageMakerAsyncClient.updateTrialComponent(UpdateTrialComponentRequest updateTrialComponentRequest)
Updates one or more properties of a trial component.
|
Copyright © 2020. All rights reserved.