Interface UpdateExperimentRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateExperimentRequest.Builder,
,UpdateExperimentRequest> SageMakerRequest.Builder
,SdkBuilder<UpdateExperimentRequest.Builder,
,UpdateExperimentRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateExperimentRequest
public static interface UpdateExperimentRequest.Builder
extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<UpdateExperimentRequest.Builder,UpdateExperimentRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) The description of the experiment.displayName
(String displayName) The name of the experiment as displayed.experimentName
(String experimentName) The name of the experiment to update.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
experimentName
The name of the experiment to update.
- Parameters:
experimentName
- The name of the experiment to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
displayName
The name of the experiment as displayed. The name doesn't need to be unique. If
DisplayName
isn't specified,ExperimentName
is displayed.- Parameters:
displayName
- The name of the experiment as displayed. The name doesn't need to be unique. IfDisplayName
isn't specified,ExperimentName
is displayed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the experiment.
- Parameters:
description
- The description of the experiment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateExperimentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateExperimentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-