| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ExperimentSummary |
ExperimentSummary.clone() |
ExperimentSummary |
ExperimentSummary.withCreationTime(Date creationTime)
When the experiment was created.
|
ExperimentSummary |
ExperimentSummary.withDisplayName(String displayName)
The name of the experiment as displayed.
|
ExperimentSummary |
ExperimentSummary.withExperimentArn(String experimentArn)
The Amazon Resource Name (ARN) of the experiment.
|
ExperimentSummary |
ExperimentSummary.withExperimentName(String experimentName)
The name of the experiment.
|
ExperimentSummary |
ExperimentSummary.withExperimentSource(ExperimentSource experimentSource) |
ExperimentSummary |
ExperimentSummary.withLastModifiedTime(Date lastModifiedTime)
When the experiment was last modified.
|
| Modifier and Type | Method and Description |
|---|---|
List<ExperimentSummary> |
ListExperimentsResult.getExperimentSummaries()
A list of the summaries of your experiments.
|
| Modifier and Type | Method and Description |
|---|---|
ListExperimentsResult |
ListExperimentsResult.withExperimentSummaries(ExperimentSummary... experimentSummaries)
A list of the summaries of your experiments.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListExperimentsResult.setExperimentSummaries(Collection<ExperimentSummary> experimentSummaries)
A list of the summaries of your experiments.
|
ListExperimentsResult |
ListExperimentsResult.withExperimentSummaries(Collection<ExperimentSummary> experimentSummaries)
A list of the summaries of your experiments.
|
Copyright © 2024. All rights reserved.