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

Description

 
Synopsis

Documentation

data AlgorithmSummary Source #

Provides summary information about an algorithm.

See: newAlgorithmSummary smart constructor.

Constructors

AlgorithmSummary' 

Fields

Instances

Instances details
Eq AlgorithmSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmSummary

Read AlgorithmSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmSummary

Show AlgorithmSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmSummary

Generic AlgorithmSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmSummary

Associated Types

type Rep AlgorithmSummary :: Type -> Type #

NFData AlgorithmSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmSummary

Methods

rnf :: AlgorithmSummary -> () #

Hashable AlgorithmSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmSummary

FromJSON AlgorithmSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmSummary

type Rep AlgorithmSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AlgorithmSummary

type Rep AlgorithmSummary = D1 ('MetaData "AlgorithmSummary" "Amazonka.SageMaker.Types.AlgorithmSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "AlgorithmSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "algorithmDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "algorithmName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "algorithmArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "algorithmStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AlgorithmStatus)))))

newAlgorithmSummary Source #

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