| 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.ActionSummary
Description
Synopsis
- data ActionSummary = ActionSummary' {}
- newActionSummary :: ActionSummary
- actionSummary_actionArn :: Lens' ActionSummary (Maybe Text)
- actionSummary_actionName :: Lens' ActionSummary (Maybe Text)
- actionSummary_actionType :: Lens' ActionSummary (Maybe Text)
- actionSummary_creationTime :: Lens' ActionSummary (Maybe UTCTime)
- actionSummary_lastModifiedTime :: Lens' ActionSummary (Maybe UTCTime)
- actionSummary_source :: Lens' ActionSummary (Maybe ActionSource)
- actionSummary_status :: Lens' ActionSummary (Maybe ActionStatus)
Documentation
data ActionSummary Source #
Lists the properties of an action. An action represents an action or activity. Some examples are a workflow step and a model deployment. Generally, an action involves at least one input artifact or output artifact.
See: newActionSummary smart constructor.
Constructors
| ActionSummary' | |
Fields
| |
Instances
newActionSummary :: ActionSummary Source #
Create a value of ActionSummary 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:actionArn:ActionSummary', actionSummary_actionArn - The Amazon Resource Name (ARN) of the action.
$sel:actionName:ActionSummary', actionSummary_actionName - The name of the action.
$sel:actionType:ActionSummary', actionSummary_actionType - The type of the action.
$sel:creationTime:ActionSummary', actionSummary_creationTime - When the action was created.
$sel:lastModifiedTime:ActionSummary', actionSummary_lastModifiedTime - When the action was last modified.
$sel:source:ActionSummary', actionSummary_source - The source of the action.
$sel:status:ActionSummary', actionSummary_status - The status of the action.
actionSummary_actionArn :: Lens' ActionSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the action.
actionSummary_actionName :: Lens' ActionSummary (Maybe Text) Source #
The name of the action.
actionSummary_actionType :: Lens' ActionSummary (Maybe Text) Source #
The type of the action.
actionSummary_creationTime :: Lens' ActionSummary (Maybe UTCTime) Source #
When the action was created.
actionSummary_lastModifiedTime :: Lens' ActionSummary (Maybe UTCTime) Source #
When the action was last modified.
actionSummary_source :: Lens' ActionSummary (Maybe ActionSource) Source #
The source of the action.
actionSummary_status :: Lens' ActionSummary (Maybe ActionStatus) Source #
The status of the action.