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.ActionSummary

Description

 
Synopsis

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

Instances details
Eq ActionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionSummary

Read ActionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionSummary

Show ActionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionSummary

Generic ActionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionSummary

Associated Types

type Rep ActionSummary :: Type -> Type #

NFData ActionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionSummary

Methods

rnf :: ActionSummary -> () #

Hashable ActionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionSummary

FromJSON ActionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionSummary

type Rep ActionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ActionSummary

type Rep ActionSummary = D1 ('MetaData "ActionSummary" "Amazonka.SageMaker.Types.ActionSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ActionSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ActionStatus)) :*: S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 ('MetaSel ('Just "actionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "source") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ActionSource))) :*: (S1 ('MetaSel ('Just "actionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "actionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

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:creationTime:ActionSummary', actionSummary_creationTime - When the action was created.

$sel:status:ActionSummary', actionSummary_status - The status of the action.

$sel:lastModifiedTime:ActionSummary', actionSummary_lastModifiedTime - When the action was last modified.

$sel:actionName:ActionSummary', actionSummary_actionName - The name of the action.

$sel:source:ActionSummary', actionSummary_source - The source of the action.

$sel:actionArn:ActionSummary', actionSummary_actionArn - The Amazon Resource Name (ARN) of the action.

$sel:actionType:ActionSummary', actionSummary_actionType - The type of the action.

actionSummary_lastModifiedTime :: Lens' ActionSummary (Maybe UTCTime) Source #

When the action was last modified.

actionSummary_actionArn :: Lens' ActionSummary (Maybe Text) Source #

The Amazon Resource Name (ARN) of the action.