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

Description

 
Synopsis

Documentation

data ModelMetadataSummary Source #

A summary of the model metadata.

See: newModelMetadataSummary smart constructor.

Constructors

ModelMetadataSummary' 

Fields

Instances

Instances details
FromJSON ModelMetadataSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelMetadataSummary

Generic ModelMetadataSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelMetadataSummary

Associated Types

type Rep ModelMetadataSummary :: Type -> Type #

Read ModelMetadataSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelMetadataSummary

Show ModelMetadataSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelMetadataSummary

NFData ModelMetadataSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelMetadataSummary

Methods

rnf :: ModelMetadataSummary -> () #

Eq ModelMetadataSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelMetadataSummary

Hashable ModelMetadataSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelMetadataSummary

type Rep ModelMetadataSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelMetadataSummary

type Rep ModelMetadataSummary = D1 ('MetaData "ModelMetadataSummary" "Amazonka.SageMaker.Types.ModelMetadataSummary" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "ModelMetadataSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "domain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "framework") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "task") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "model") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "frameworkVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newModelMetadataSummary Source #

Create a value of ModelMetadataSummary 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:domain:ModelMetadataSummary', modelMetadataSummary_domain - The machine learning domain of the model.

$sel:framework:ModelMetadataSummary', modelMetadataSummary_framework - The machine learning framework of the model.

$sel:task:ModelMetadataSummary', modelMetadataSummary_task - The machine learning task of the model.

$sel:model:ModelMetadataSummary', modelMetadataSummary_model - The name of the model.

$sel:frameworkVersion:ModelMetadataSummary', modelMetadataSummary_frameworkVersion - The framework version of the model.

modelMetadataSummary_domain :: Lens' ModelMetadataSummary Text Source #

The machine learning domain of the model.

modelMetadataSummary_framework :: Lens' ModelMetadataSummary Text Source #

The machine learning framework of the model.

modelMetadataSummary_task :: Lens' ModelMetadataSummary Text Source #

The machine learning task of the model.