| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
Trial |
Trial.clone() |
Trial |
SearchRecord.getTrial()
A summary of the properties of a trial.
|
Trial |
Trial.withCreatedBy(UserContext createdBy) |
Trial |
Trial.withCreationTime(Date creationTime)
When the trial was created.
|
Trial |
Trial.withDisplayName(String displayName)
The name of the trial as displayed.
|
Trial |
Trial.withExperimentName(String experimentName)
The name of the experiment the trial is part of.
|
Trial |
Trial.withLastModifiedBy(UserContext lastModifiedBy) |
Trial |
Trial.withLastModifiedTime(Date lastModifiedTime)
Who last modified the trial.
|
Trial |
Trial.withSource(TrialSource source) |
Trial |
Trial.withTags(Collection<Tag> tags)
The list of tags that are associated with the trial.
|
Trial |
Trial.withTags(Tag... tags)
The list of tags that are associated with the trial.
|
Trial |
Trial.withTrialArn(String trialArn)
The Amazon Resource Name (ARN) of the trial.
|
Trial |
Trial.withTrialComponentSummaries(Collection<TrialComponentSimpleSummary> trialComponentSummaries)
A list of the components associated with the trial.
|
Trial |
Trial.withTrialComponentSummaries(TrialComponentSimpleSummary... trialComponentSummaries)
A list of the components associated with the trial.
|
Trial |
Trial.withTrialName(String trialName)
The name of the trial.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchRecord.setTrial(Trial trial)
A summary of the properties of a trial.
|
SearchRecord |
SearchRecord.withTrial(Trial trial)
A summary of the properties of a trial.
|
Copyright © 2020. All rights reserved.