Uses of Class
software.amazon.awssdk.services.sagemaker.model.HubContentDependency
-
Packages that use HubContentDependency Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of HubContentDependency in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type HubContentDependency Modifier and Type Method Description List<HubContentDependency>DescribeHubContentResponse. hubContentDependencies()The location of any dependencies that the hub content has, such as scripts, model artifacts, datasets, or notebooks.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type HubContentDependency Modifier and Type Method Description DescribeHubContentResponse.BuilderDescribeHubContentResponse.Builder. hubContentDependencies(HubContentDependency... hubContentDependencies)The location of any dependencies that the hub content has, such as scripts, model artifacts, datasets, or notebooks.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type HubContentDependency Modifier and Type Method Description DescribeHubContentResponse.BuilderDescribeHubContentResponse.Builder. hubContentDependencies(Collection<HubContentDependency> hubContentDependencies)The location of any dependencies that the hub content has, such as scripts, model artifacts, datasets, or notebooks.
-