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.
|
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.
|
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.
|
Copyright © 2020. All rights reserved.