| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.SageMaker.Types.HubContentDependency
Description
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
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.
hubContentDependency_dependencyCopyPath :: Lens' HubContentDependency (Maybe Text) Source #
The hub content dependency copy path.
hubContentDependency_dependencyOriginPath :: Lens' HubContentDependency (Maybe Text) Source #
The hub content dependency origin path.