| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static Trial.Builder |
Trial.builder() |
default Trial.Builder |
Trial.Builder.createdBy(Consumer<UserContext.Builder> createdBy)
Sets the value of the CreatedBy property for this object.
|
Trial.Builder |
Trial.Builder.createdBy(UserContext createdBy)
Sets the value of the CreatedBy property for this object.
|
Trial.Builder |
Trial.Builder.creationTime(Instant creationTime)
When the trial was created.
|
Trial.Builder |
Trial.Builder.displayName(String displayName)
The name of the trial as displayed.
|
Trial.Builder |
Trial.Builder.experimentName(String experimentName)
The name of the experiment the trial is part of.
|
default Trial.Builder |
Trial.Builder.lastModifiedBy(Consumer<UserContext.Builder> lastModifiedBy)
Sets the value of the LastModifiedBy property for this object.
|
Trial.Builder |
Trial.Builder.lastModifiedBy(UserContext lastModifiedBy)
Sets the value of the LastModifiedBy property for this object.
|
Trial.Builder |
Trial.Builder.lastModifiedTime(Instant lastModifiedTime)
Who last modified the trial.
|
default Trial.Builder |
Trial.Builder.source(Consumer<TrialSource.Builder> source)
Sets the value of the Source property for this object.
|
Trial.Builder |
Trial.Builder.source(TrialSource source)
Sets the value of the Source property for this object.
|
Trial.Builder |
Trial.Builder.tags(Collection<Tag> tags)
The list of tags that are associated with the trial.
|
Trial.Builder |
Trial.Builder.tags(Consumer<Tag.Builder>... tags)
The list of tags that are associated with the trial.
|
Trial.Builder |
Trial.Builder.tags(Tag... tags)
The list of tags that are associated with the trial.
|
Trial.Builder |
Trial.toBuilder() |
Trial.Builder |
Trial.Builder.trialArn(String trialArn)
The Amazon Resource Name (ARN) of the trial.
|
Trial.Builder |
Trial.Builder.trialComponentSummaries(Collection<TrialComponentSimpleSummary> trialComponentSummaries)
A list of the components associated with the trial.
|
Trial.Builder |
Trial.Builder.trialComponentSummaries(Consumer<TrialComponentSimpleSummary.Builder>... trialComponentSummaries)
A list of the components associated with the trial.
|
Trial.Builder |
Trial.Builder.trialComponentSummaries(TrialComponentSimpleSummary... trialComponentSummaries)
A list of the components associated with the trial.
|
Trial.Builder |
Trial.Builder.trialName(String trialName)
The name of the trial.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Trial.Builder> |
Trial.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default SearchRecord.Builder |
SearchRecord.Builder.trial(Consumer<Trial.Builder> trial)
The properties of a trial.
|
Copyright © 2020. All rights reserved.