| 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.AlgorithmSummary
Description
Synopsis
- data AlgorithmSummary = AlgorithmSummary' {}
- newAlgorithmSummary :: Text -> Text -> UTCTime -> AlgorithmStatus -> AlgorithmSummary
- algorithmSummary_algorithmDescription :: Lens' AlgorithmSummary (Maybe Text)
- algorithmSummary_algorithmName :: Lens' AlgorithmSummary Text
- algorithmSummary_algorithmArn :: Lens' AlgorithmSummary Text
- algorithmSummary_creationTime :: Lens' AlgorithmSummary UTCTime
- algorithmSummary_algorithmStatus :: Lens' AlgorithmSummary AlgorithmStatus
Documentation
data AlgorithmSummary Source #
Provides summary information about an algorithm.
See: newAlgorithmSummary smart constructor.
Constructors
| AlgorithmSummary' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> UTCTime | |
| -> AlgorithmStatus | |
| -> AlgorithmSummary |
Create a value of AlgorithmSummary 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:algorithmDescription:AlgorithmSummary', algorithmSummary_algorithmDescription - A brief description of the algorithm.
$sel:algorithmName:AlgorithmSummary', algorithmSummary_algorithmName - The name of the algorithm that is described by the summary.
$sel:algorithmArn:AlgorithmSummary', algorithmSummary_algorithmArn - The Amazon Resource Name (ARN) of the algorithm.
$sel:creationTime:AlgorithmSummary', algorithmSummary_creationTime - A timestamp that shows when the algorithm was created.
$sel:algorithmStatus:AlgorithmSummary', algorithmSummary_algorithmStatus - The overall status of the algorithm.
algorithmSummary_algorithmDescription :: Lens' AlgorithmSummary (Maybe Text) Source #
A brief description of the algorithm.
algorithmSummary_algorithmName :: Lens' AlgorithmSummary Text Source #
The name of the algorithm that is described by the summary.
algorithmSummary_algorithmArn :: Lens' AlgorithmSummary Text Source #
The Amazon Resource Name (ARN) of the algorithm.
algorithmSummary_creationTime :: Lens' AlgorithmSummary UTCTime Source #
A timestamp that shows when the algorithm was created.
algorithmSummary_algorithmStatus :: Lens' AlgorithmSummary AlgorithmStatus Source #
The overall status of the algorithm.