| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
HubContentDependency |
HubContentDependency.clone() |
HubContentDependency |
HubContentDependency.withDependencyCopyPath(String dependencyCopyPath)
The hub content dependency copy path.
|
HubContentDependency |
HubContentDependency.withDependencyOriginPath(String dependencyOriginPath)
The hub content dependency origin path.
|
| Modifier and Type | Method and Description |
|---|---|
List<HubContentDependency> |
DescribeHubContentResult.getHubContentDependencies()
The location of any dependencies that the hub content has, such as scripts, model artifacts, datasets, or
notebooks.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeHubContentResult |
DescribeHubContentResult.withHubContentDependencies(HubContentDependency... hubContentDependencies)
The location of any dependencies that the hub content has, such as scripts, model artifacts, datasets, or
notebooks.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeHubContentResult.setHubContentDependencies(Collection<HubContentDependency> hubContentDependencies)
The location of any dependencies that the hub content has, such as scripts, model artifacts, datasets, or
notebooks.
|
DescribeHubContentResult |
DescribeHubContentResult.withHubContentDependencies(Collection<HubContentDependency> hubContentDependencies)
The location of any dependencies that the hub content has, such as scripts, model artifacts, datasets, or
notebooks.
|
Copyright © 2023. All rights reserved.