| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
TrialComponentSimpleSummary |
TrialComponentSimpleSummary.clone() |
TrialComponentSimpleSummary |
TrialComponentSimpleSummary.withCreatedBy(UserContext createdBy) |
TrialComponentSimpleSummary |
TrialComponentSimpleSummary.withCreationTime(Date creationTime)
When the component was created.
|
TrialComponentSimpleSummary |
TrialComponentSimpleSummary.withTrialComponentArn(String trialComponentArn)
The Amazon Resource Name (ARN) of the trial component.
|
TrialComponentSimpleSummary |
TrialComponentSimpleSummary.withTrialComponentName(String trialComponentName)
The name of the trial component.
|
TrialComponentSimpleSummary |
TrialComponentSimpleSummary.withTrialComponentSource(TrialComponentSource trialComponentSource) |
| Modifier and Type | Method and Description |
|---|---|
List<TrialComponentSimpleSummary> |
Trial.getTrialComponentSummaries()
A list of the components associated with the trial.
|
| Modifier and Type | Method and Description |
|---|---|
Trial |
Trial.withTrialComponentSummaries(TrialComponentSimpleSummary... trialComponentSummaries)
A list of the components associated with the trial.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Trial.setTrialComponentSummaries(Collection<TrialComponentSimpleSummary> trialComponentSummaries)
A list of the components associated with the trial.
|
Trial |
Trial.withTrialComponentSummaries(Collection<TrialComponentSimpleSummary> trialComponentSummaries)
A list of the components associated with the trial.
|
Copyright © 2023. All rights reserved.