Uses of Class
software.amazon.awssdk.services.sagemaker.model.HubContentInfo
-
Packages that use HubContentInfo Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of HubContentInfo in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type HubContentInfo Modifier and Type Method Description List<HubContentInfo>ListHubContentsResponse. hubContentSummaries()The summaries of the listed hub content.List<HubContentInfo>ListHubContentVersionsResponse. hubContentSummaries()The summaries of the listed hub content versions.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type HubContentInfo Modifier and Type Method Description ListHubContentsResponse.BuilderListHubContentsResponse.Builder. hubContentSummaries(HubContentInfo... hubContentSummaries)The summaries of the listed hub content.ListHubContentVersionsResponse.BuilderListHubContentVersionsResponse.Builder. hubContentSummaries(HubContentInfo... hubContentSummaries)The summaries of the listed hub content versions.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type HubContentInfo Modifier and Type Method Description ListHubContentsResponse.BuilderListHubContentsResponse.Builder. hubContentSummaries(Collection<HubContentInfo> hubContentSummaries)The summaries of the listed hub content.ListHubContentVersionsResponse.BuilderListHubContentVersionsResponse.Builder. hubContentSummaries(Collection<HubContentInfo> hubContentSummaries)The summaries of the listed hub content versions.
-