| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
TrialSummary |
TrialSummary.clone() |
TrialSummary |
TrialSummary.withCreationTime(Date creationTime)
When the trial was created.
|
TrialSummary |
TrialSummary.withDisplayName(String displayName)
The name of the trial as displayed.
|
TrialSummary |
TrialSummary.withLastModifiedTime(Date lastModifiedTime)
When the trial was last modified.
|
TrialSummary |
TrialSummary.withTrialArn(String trialArn)
The Amazon Resource Name (ARN) of the trial.
|
TrialSummary |
TrialSummary.withTrialName(String trialName)
The name of the trial.
|
TrialSummary |
TrialSummary.withTrialSource(TrialSource trialSource) |
| Modifier and Type | Method and Description |
|---|---|
List<TrialSummary> |
ListTrialsResult.getTrialSummaries()
A list of the summaries of your trials.
|
| Modifier and Type | Method and Description |
|---|---|
ListTrialsResult |
ListTrialsResult.withTrialSummaries(TrialSummary... trialSummaries)
A list of the summaries of your trials.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListTrialsResult.setTrialSummaries(Collection<TrialSummary> trialSummaries)
A list of the summaries of your trials.
|
ListTrialsResult |
ListTrialsResult.withTrialSummaries(Collection<TrialSummary> trialSummaries)
A list of the summaries of your trials.
|
Copyright © 2024. All rights reserved.