public static interface CreateExperimentRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<CreateExperimentRequest.Builder,CreateExperimentRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateExperimentRequest.Builder |
description(String description)
The description of the experiment.
|
CreateExperimentRequest.Builder |
displayName(String displayName)
The name of the experiment as displayed.
|
CreateExperimentRequest.Builder |
experimentName(String experimentName)
The name of the experiment.
|
CreateExperimentRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateExperimentRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateExperimentRequest.Builder |
tags(Collection<Tag> tags)
A list of tags to associate with the experiment.
|
CreateExperimentRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
A list of tags to associate with the experiment.
|
CreateExperimentRequest.Builder |
tags(Tag... tags)
A list of tags to associate with the experiment.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateExperimentRequest.Builder experimentName(String experimentName)
The name of the experiment. The name must be unique in your Amazon Web Services account and is not case-sensitive.
experimentName - The name of the experiment. The name must be unique in your Amazon Web Services account and is not
case-sensitive.CreateExperimentRequest.Builder displayName(String displayName)
The name of the experiment as displayed. The name doesn't need to be unique. If you don't specify
DisplayName, the value in ExperimentName is displayed.
displayName - The name of the experiment as displayed. The name doesn't need to be unique. If you don't specify
DisplayName, the value in ExperimentName is displayed.CreateExperimentRequest.Builder description(String description)
The description of the experiment.
description - The description of the experiment.CreateExperimentRequest.Builder tags(Collection<Tag> tags)
A list of tags to associate with the experiment. You can use Search API to search on the tags.
tags - A list of tags to associate with the experiment. You can use Search API to
search on the tags.CreateExperimentRequest.Builder tags(Tag... tags)
A list of tags to associate with the experiment. You can use Search API to search on the tags.
tags - A list of tags to associate with the experiment. You can use Search API to
search on the tags.CreateExperimentRequest.Builder tags(Consumer<Tag.Builder>... tags)
A list of tags to associate with the experiment. You can use Search API to search on the tags.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one manually
via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) CreateExperimentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateExperimentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.