| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
Experiment |
Experiment.clone() |
Experiment |
SearchRecord.getExperiment()
The properties of an experiment.
|
Experiment |
Experiment.withCreatedBy(UserContext createdBy)
Who created the experiment.
|
Experiment |
Experiment.withCreationTime(Date creationTime)
When the experiment was created.
|
Experiment |
Experiment.withDescription(String description)
The description of the experiment.
|
Experiment |
Experiment.withDisplayName(String displayName)
The name of the experiment as displayed.
|
Experiment |
Experiment.withExperimentArn(String experimentArn)
The Amazon Resource Name (ARN) of the experiment.
|
Experiment |
Experiment.withExperimentName(String experimentName)
The name of the experiment.
|
Experiment |
Experiment.withLastModifiedBy(UserContext lastModifiedBy) |
Experiment |
Experiment.withLastModifiedTime(Date lastModifiedTime)
When the experiment was last modified.
|
Experiment |
Experiment.withSource(ExperimentSource source) |
Experiment |
Experiment.withTags(Collection<Tag> tags)
The list of tags that are associated with the experiment.
|
Experiment |
Experiment.withTags(Tag... tags)
The list of tags that are associated with the experiment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchRecord.setExperiment(Experiment experiment)
The properties of an experiment.
|
SearchRecord |
SearchRecord.withExperiment(Experiment experiment)
The properties of an experiment.
|
Copyright © 2023. All rights reserved.