Uses of Class
software.amazon.awssdk.services.sagemaker.model.HubInfo
-
Packages that use HubInfo Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of HubInfo in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type HubInfo Modifier and Type Method Description List<HubInfo>ListHubsResponse. hubSummaries()The summaries of the listed hubs.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type HubInfo Modifier and Type Method Description ListHubsResponse.BuilderListHubsResponse.Builder. hubSummaries(HubInfo... hubSummaries)The summaries of the listed hubs.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type HubInfo Modifier and Type Method Description ListHubsResponse.BuilderListHubsResponse.Builder. hubSummaries(Collection<HubInfo> hubSummaries)The summaries of the listed hubs.
-