public static interface CreateTrialRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<CreateTrialRequest.Builder,CreateTrialRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateTrialRequest.Builder |
displayName(String displayName)
The name of the trial as displayed.
|
CreateTrialRequest.Builder |
experimentName(String experimentName)
The name of the experiment to associate the trial with.
|
default CreateTrialRequest.Builder |
metadataProperties(Consumer<MetadataProperties.Builder> metadataProperties)
Sets the value of the MetadataProperties property for this object.
|
CreateTrialRequest.Builder |
metadataProperties(MetadataProperties metadataProperties)
Sets the value of the MetadataProperties property for this object.
|
CreateTrialRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateTrialRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateTrialRequest.Builder |
tags(Collection<Tag> tags)
A list of tags to associate with the trial.
|
CreateTrialRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
A list of tags to associate with the trial.
|
CreateTrialRequest.Builder |
tags(Tag... tags)
A list of tags to associate with the trial.
|
CreateTrialRequest.Builder |
trialName(String trialName)
The name of the trial.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateTrialRequest.Builder trialName(String trialName)
The name of the trial. The name must be unique in your AWS account and is not case-sensitive.
trialName - The name of the trial. The name must be unique in your AWS account and is not case-sensitive.CreateTrialRequest.Builder displayName(String displayName)
The name of the trial as displayed. The name doesn't need to be unique. If DisplayName isn't
specified, TrialName is displayed.
displayName - The name of the trial as displayed. The name doesn't need to be unique. If DisplayName
isn't specified, TrialName is displayed.CreateTrialRequest.Builder experimentName(String experimentName)
The name of the experiment to associate the trial with.
experimentName - The name of the experiment to associate the trial with.CreateTrialRequest.Builder metadataProperties(MetadataProperties metadataProperties)
metadataProperties - The new value for the MetadataProperties property for this object.default CreateTrialRequest.Builder metadataProperties(Consumer<MetadataProperties.Builder> metadataProperties)
MetadataProperties.Builder avoiding the need to
create one manually via MetadataProperties.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to metadataProperties(MetadataProperties).metadataProperties - a consumer that will call methods on MetadataProperties.BuildermetadataProperties(MetadataProperties)CreateTrialRequest.Builder tags(Collection<Tag> tags)
A list of tags to associate with the trial. You can use Search API to search on the tags.
tags - A list of tags to associate with the trial. You can use Search API to search on the tags.CreateTrialRequest.Builder tags(Tag... tags)
A list of tags to associate with the trial. You can use Search API to search on the tags.
tags - A list of tags to associate with the trial. You can use Search API to search on the tags.CreateTrialRequest.Builder tags(Consumer<Tag.Builder>... tags)
A list of tags to associate with the trial. 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) CreateTrialRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateTrialRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.