| 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.MachineLearning.Types.SortOrder
Description
Synopsis
- newtype SortOrder where
- SortOrder' { }
- pattern SortOrder_Asc :: SortOrder
- pattern SortOrder_Dsc :: SortOrder
Documentation
The sort order specified in a listing condition. Possible values include the following:
asc- Present the information in ascending order (from A-Z).dsc- Present the information in descending order (from Z-A).
Constructors
| SortOrder' | |
Fields | |
Bundled Patterns
| pattern SortOrder_Asc :: SortOrder | |
| pattern SortOrder_Dsc :: SortOrder |