| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
List<HubContentDependency> |
DescribeHubContentResponse.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 |
|---|---|
DescribeHubContentResponse.Builder |
DescribeHubContentResponse.Builder.hubContentDependencies(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 |
|---|---|
DescribeHubContentResponse.Builder |
DescribeHubContentResponse.Builder.hubContentDependencies(Collection<HubContentDependency> hubContentDependencies)
The location of any dependencies that the hub content has, such as scripts, model artifacts, datasets, or
notebooks.
|
Copyright © 2022. All rights reserved.