| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
TrialComponentStatus |
TrialComponentStatus.clone() |
TrialComponentStatus |
TrialComponent.getStatus() |
TrialComponentStatus |
TrialComponentSummary.getStatus()
The status of the component.
|
TrialComponentStatus |
UpdateTrialComponentRequest.getStatus()
The new status of the component.
|
TrialComponentStatus |
DescribeTrialComponentResult.getStatus()
The status of the component.
|
TrialComponentStatus |
CreateTrialComponentRequest.getStatus()
The status of the component.
|
TrialComponentStatus |
TrialComponentStatus.withMessage(String message)
If the component failed, a message describing why.
|
TrialComponentStatus |
TrialComponentStatus.withPrimaryStatus(String primaryStatus)
The status of the trial component.
|
TrialComponentStatus |
TrialComponentStatus.withPrimaryStatus(TrialComponentPrimaryStatus primaryStatus)
The status of the trial component.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TrialComponent.setStatus(TrialComponentStatus status) |
void |
TrialComponentSummary.setStatus(TrialComponentStatus status)
The status of the component.
|
void |
UpdateTrialComponentRequest.setStatus(TrialComponentStatus status)
The new status of the component.
|
void |
DescribeTrialComponentResult.setStatus(TrialComponentStatus status)
The status of the component.
|
void |
CreateTrialComponentRequest.setStatus(TrialComponentStatus status)
The status of the component.
|
TrialComponent |
TrialComponent.withStatus(TrialComponentStatus status) |
TrialComponentSummary |
TrialComponentSummary.withStatus(TrialComponentStatus status)
The status of the component.
|
UpdateTrialComponentRequest |
UpdateTrialComponentRequest.withStatus(TrialComponentStatus status)
The new status of the component.
|
DescribeTrialComponentResult |
DescribeTrialComponentResult.withStatus(TrialComponentStatus status)
The status of the component.
|
CreateTrialComponentRequest |
CreateTrialComponentRequest.withStatus(TrialComponentStatus status)
The status of the component.
|
Copyright © 2023. All rights reserved.