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

Description

 
Synopsis

Documentation

data HubContentDependency Source #

Any dependencies related to hub content, such as scripts, model artifacts, datasets, or notebooks.

See: newHubContentDependency smart constructor.

Constructors

HubContentDependency' 

Fields

Instances

Instances details
FromJSON HubContentDependency Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HubContentDependency

Generic HubContentDependency Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HubContentDependency

Associated Types

type Rep HubContentDependency :: Type -> Type #

Read HubContentDependency Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HubContentDependency

Show HubContentDependency Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HubContentDependency

NFData HubContentDependency Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HubContentDependency

Methods

rnf :: HubContentDependency -> () #

Eq HubContentDependency Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HubContentDependency

Hashable HubContentDependency Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HubContentDependency

type Rep HubContentDependency Source # 
Instance details

Defined in Amazonka.SageMaker.Types.HubContentDependency

type Rep HubContentDependency = D1 ('MetaData "HubContentDependency" "Amazonka.SageMaker.Types.HubContentDependency" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "HubContentDependency'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dependencyCopyPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dependencyOriginPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newHubContentDependency :: HubContentDependency Source #

Create a value of HubContentDependency 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:dependencyCopyPath:HubContentDependency', hubContentDependency_dependencyCopyPath - The hub content dependency copy path.

$sel:dependencyOriginPath:HubContentDependency', hubContentDependency_dependencyOriginPath - The hub content dependency origin path.