| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
Parent |
Parent.clone() |
Parent |
Parent.withExperimentName(String experimentName)
The name of the experiment.
|
Parent |
Parent.withTrialName(String trialName)
The name of the trial.
|
| Modifier and Type | Method and Description |
|---|---|
List<Parent> |
TrialComponent.getParents()
An array of the parents of the component.
|
| Modifier and Type | Method and Description |
|---|---|
TrialComponent |
TrialComponent.withParents(Parent... parents)
An array of the parents of the component.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TrialComponent.setParents(Collection<Parent> parents)
An array of the parents of the component.
|
TrialComponent |
TrialComponent.withParents(Collection<Parent> parents)
An array of the parents of the component.
|
Copyright © 2022. All rights reserved.