libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SageMaker.Types.FlowDefinitionSummary

Description

 
Synopsis

Documentation

data FlowDefinitionSummary Source #

Contains summary information about the flow definition.

See: newFlowDefinitionSummary smart constructor.

Constructors

FlowDefinitionSummary' 

Fields

Instances

Instances details
Eq FlowDefinitionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FlowDefinitionSummary

Read FlowDefinitionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FlowDefinitionSummary

Show FlowDefinitionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FlowDefinitionSummary

Generic FlowDefinitionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FlowDefinitionSummary

Associated Types

type Rep FlowDefinitionSummary :: Type -> Type #

NFData FlowDefinitionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FlowDefinitionSummary

Methods

rnf :: FlowDefinitionSummary -> () #

Hashable FlowDefinitionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FlowDefinitionSummary

FromJSON FlowDefinitionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FlowDefinitionSummary

type Rep FlowDefinitionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.FlowDefinitionSummary

type Rep FlowDefinitionSummary = D1 ('MetaData "FlowDefinitionSummary" "Amazonka.SageMaker.Types.FlowDefinitionSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "FlowDefinitionSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "flowDefinitionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "flowDefinitionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "flowDefinitionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 FlowDefinitionStatus) :*: S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)))))

newFlowDefinitionSummary Source #

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_flowDefinitionArn :: Lens' FlowDefinitionSummary Text Source #

The Amazon Resource Name (ARN) of the flow definition.

flowDefinitionSummary_creationTime :: Lens' FlowDefinitionSummary UTCTime Source #

The timestamp when SageMaker created the flow definition.