public static interface UpdateExperimentRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<UpdateExperimentRequest.Builder,UpdateExperimentRequest>
Modifier and Type | Method and Description |
---|---|
UpdateExperimentRequest.Builder |
description(String description)
The description of the experiment.
|
UpdateExperimentRequest.Builder |
displayName(String displayName)
The name of the experiment as displayed.
|
UpdateExperimentRequest.Builder |
experimentName(String experimentName)
The name of the experiment to update.
|
UpdateExperimentRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateExperimentRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
UpdateExperimentRequest.Builder experimentName(String experimentName)
The name of the experiment to update.
experimentName
- The name of the experiment to update.UpdateExperimentRequest.Builder displayName(String displayName)
The name of the experiment as displayed. The name doesn't need to be unique. If DisplayName
isn't specified, ExperimentName
is displayed.
displayName
- The name of the experiment as displayed. The name doesn't need to be unique. If
DisplayName
isn't specified, ExperimentName
is displayed.UpdateExperimentRequest.Builder description(String description)
The description of the experiment.
description
- The description of the experiment.UpdateExperimentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
UpdateExperimentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2023. All rights reserved.