amazonka-sagemaker-2.0: Amazon SageMaker Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.SageMaker.Types.ModelSummary

Description

 
Synopsis

Documentation

data ModelSummary Source #

Provides summary information about a model.

See: newModelSummary smart constructor.

Constructors

ModelSummary' 

Fields

Instances

Instances details
FromJSON ModelSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelSummary

Generic ModelSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelSummary

Associated Types

type Rep ModelSummary :: Type -> Type #

Read ModelSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelSummary

Show ModelSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelSummary

NFData ModelSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelSummary

Methods

rnf :: ModelSummary -> () #

Eq ModelSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelSummary

Hashable ModelSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelSummary

type Rep ModelSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelSummary

type Rep ModelSummary = D1 ('MetaData "ModelSummary" "Amazonka.SageMaker.Types.ModelSummary" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "ModelSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "modelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "modelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX))))

newModelSummary Source #

Create a value of ModelSummary 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:modelName:ModelSummary', modelSummary_modelName - The name of the model that you want a summary for.

$sel:modelArn:ModelSummary', modelSummary_modelArn - The Amazon Resource Name (ARN) of the model.

$sel:creationTime:ModelSummary', modelSummary_creationTime - A timestamp that indicates when the model was created.

modelSummary_modelName :: Lens' ModelSummary Text Source #

The name of the model that you want a summary for.

modelSummary_modelArn :: Lens' ModelSummary Text Source #

The Amazon Resource Name (ARN) of the model.

modelSummary_creationTime :: Lens' ModelSummary UTCTime Source #

A timestamp that indicates when the model was created.