| 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.FlowDefinitionSummary
Description
Synopsis
- data FlowDefinitionSummary = FlowDefinitionSummary' {}
 - newFlowDefinitionSummary :: Text -> Text -> FlowDefinitionStatus -> UTCTime -> FlowDefinitionSummary
 - flowDefinitionSummary_failureReason :: Lens' FlowDefinitionSummary (Maybe Text)
 - flowDefinitionSummary_flowDefinitionName :: Lens' FlowDefinitionSummary Text
 - flowDefinitionSummary_flowDefinitionArn :: Lens' FlowDefinitionSummary Text
 - flowDefinitionSummary_flowDefinitionStatus :: Lens' FlowDefinitionSummary FlowDefinitionStatus
 - flowDefinitionSummary_creationTime :: Lens' FlowDefinitionSummary UTCTime
 
Documentation
data FlowDefinitionSummary Source #
Contains summary information about the flow definition.
See: newFlowDefinitionSummary smart constructor.
Constructors
| FlowDefinitionSummary' | |
Fields 
  | |
Instances
newFlowDefinitionSummary Source #
Arguments
| :: Text | |
| -> Text | |
| -> FlowDefinitionStatus | |
| -> UTCTime | |
| -> FlowDefinitionSummary | 
Create a value of FlowDefinitionSummary 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:failureReason:FlowDefinitionSummary', flowDefinitionSummary_failureReason - The reason why the flow definition creation failed. A failure reason is
 returned only when the flow definition status is Failed.
$sel:flowDefinitionName:FlowDefinitionSummary', flowDefinitionSummary_flowDefinitionName - The name of the flow definition.
$sel:flowDefinitionArn:FlowDefinitionSummary', flowDefinitionSummary_flowDefinitionArn - The Amazon Resource Name (ARN) of the flow definition.
$sel:flowDefinitionStatus:FlowDefinitionSummary', flowDefinitionSummary_flowDefinitionStatus - The status of the flow definition. Valid values:
$sel:creationTime:FlowDefinitionSummary', flowDefinitionSummary_creationTime - The timestamp when SageMaker created the flow definition.
flowDefinitionSummary_failureReason :: Lens' FlowDefinitionSummary (Maybe Text) Source #
The reason why the flow definition creation failed. A failure reason is
 returned only when the flow definition status is Failed.
flowDefinitionSummary_flowDefinitionName :: Lens' FlowDefinitionSummary Text Source #
The name of the flow definition.
flowDefinitionSummary_flowDefinitionArn :: Lens' FlowDefinitionSummary Text Source #
The Amazon Resource Name (ARN) of the flow definition.
flowDefinitionSummary_flowDefinitionStatus :: Lens' FlowDefinitionSummary FlowDefinitionStatus Source #
The status of the flow definition. Valid values:
flowDefinitionSummary_creationTime :: Lens' FlowDefinitionSummary UTCTime Source #
The timestamp when SageMaker created the flow definition.