| 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.Forecast.Types.ReferencePredictorSummary
Description
Documentation
data ReferencePredictorSummary Source #
Provides a summary of the reference predictor used when retraining or upgrading a predictor.
See: newReferencePredictorSummary smart constructor.
Constructors
| ReferencePredictorSummary' | |
Instances
newReferencePredictorSummary :: ReferencePredictorSummary Source #
Create a value of ReferencePredictorSummary 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:arn:ReferencePredictorSummary', referencePredictorSummary_arn - The ARN of the reference predictor.
$sel:state:ReferencePredictorSummary', referencePredictorSummary_state - Whether the reference predictor is Active or Deleted.
referencePredictorSummary_arn :: Lens' ReferencePredictorSummary (Maybe Text) Source #
The ARN of the reference predictor.
referencePredictorSummary_state :: Lens' ReferencePredictorSummary (Maybe State) Source #
Whether the reference predictor is Active or Deleted.