| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
TrialComponentSummary |
TrialComponentSummary.clone() |
TrialComponentSummary |
TrialComponentSummary.withCreatedBy(UserContext createdBy)
Who created the component.
|
TrialComponentSummary |
TrialComponentSummary.withCreationTime(Date creationTime)
When the component was created.
|
TrialComponentSummary |
TrialComponentSummary.withDisplayName(String displayName)
The name of the component as displayed.
|
TrialComponentSummary |
TrialComponentSummary.withEndTime(Date endTime)
When the component ended.
|
TrialComponentSummary |
TrialComponentSummary.withLastModifiedBy(UserContext lastModifiedBy)
Who last modified the component.
|
TrialComponentSummary |
TrialComponentSummary.withLastModifiedTime(Date lastModifiedTime)
When the component was last modified.
|
TrialComponentSummary |
TrialComponentSummary.withStartTime(Date startTime)
When the component started.
|
TrialComponentSummary |
TrialComponentSummary.withStatus(TrialComponentStatus status)
The status of the component.
|
TrialComponentSummary |
TrialComponentSummary.withTrialComponentArn(String trialComponentArn)
The ARN of the trial component.
|
TrialComponentSummary |
TrialComponentSummary.withTrialComponentName(String trialComponentName)
The name of the trial component.
|
TrialComponentSummary |
TrialComponentSummary.withTrialComponentSource(TrialComponentSource trialComponentSource) |
| Modifier and Type | Method and Description |
|---|---|
List<TrialComponentSummary> |
ListTrialComponentsResult.getTrialComponentSummaries()
A list of the summaries of your trial components.
|
| Modifier and Type | Method and Description |
|---|---|
ListTrialComponentsResult |
ListTrialComponentsResult.withTrialComponentSummaries(TrialComponentSummary... trialComponentSummaries)
A list of the summaries of your trial components.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListTrialComponentsResult.setTrialComponentSummaries(Collection<TrialComponentSummary> trialComponentSummaries)
A list of the summaries of your trial components.
|
ListTrialComponentsResult |
ListTrialComponentsResult.withTrialComponentSummaries(Collection<TrialComponentSummary> trialComponentSummaries)
A list of the summaries of your trial components.
|
Copyright © 2020. All rights reserved.