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 AWS account and is not case-sensitive.
experimentName - The name of the experiment. The name must be unique in your AWS 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 that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) CreateExperimentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateExperimentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.