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

Description

 
Synopsis

Documentation

data ModelPackageGroupSummary Source #

Summary information about a model group.

See: newModelPackageGroupSummary smart constructor.

Constructors

ModelPackageGroupSummary' 

Fields

Instances

Instances details
FromJSON ModelPackageGroupSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupSummary

Generic ModelPackageGroupSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupSummary

Associated Types

type Rep ModelPackageGroupSummary :: Type -> Type #

Read ModelPackageGroupSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupSummary

Show ModelPackageGroupSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupSummary

NFData ModelPackageGroupSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupSummary

Eq ModelPackageGroupSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupSummary

Hashable ModelPackageGroupSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupSummary

type Rep ModelPackageGroupSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelPackageGroupSummary

type Rep ModelPackageGroupSummary = D1 ('MetaData "ModelPackageGroupSummary" "Amazonka.SageMaker.Types.ModelPackageGroupSummary" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "ModelPackageGroupSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "modelPackageGroupDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "modelPackageGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "modelPackageGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "modelPackageGroupStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ModelPackageGroupStatus)))))

modelPackageGroupSummary_modelPackageGroupArn :: Lens' ModelPackageGroupSummary Text Source #

The Amazon Resource Name (ARN) of the model group.