| Copyright | (c) 2013-2023 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Amazonka.SageMaker.Types.TrialComponentStatus
Description
Documentation
data TrialComponentStatus Source #
The status of the trial component.
See: newTrialComponentStatus smart constructor.
Constructors
| TrialComponentStatus' | |
Fields 
  | |
Instances
newTrialComponentStatus :: TrialComponentStatus Source #
Create a value of TrialComponentStatus with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:message:TrialComponentStatus', trialComponentStatus_message - If the component failed, a message describing why.
$sel:primaryStatus:TrialComponentStatus', trialComponentStatus_primaryStatus - The status of the trial component.
trialComponentStatus_message :: Lens' TrialComponentStatus (Maybe Text) Source #
If the component failed, a message describing why.
trialComponentStatus_primaryStatus :: Lens' TrialComponentStatus (Maybe TrialComponentPrimaryStatus) Source #
The status of the trial component.