Uses of Class
software.amazon.awssdk.services.sagemaker.model.FeatureGroupSummary
-
Packages that use FeatureGroupSummary Package Description software.amazon.awssdk.services.sagemaker.model software.amazon.awssdk.services.sagemaker.paginators -
-
Uses of FeatureGroupSummary in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type FeatureGroupSummary Modifier and Type Method Description List<FeatureGroupSummary>ListFeatureGroupsResponse. featureGroupSummaries()A summary of feature groups.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type FeatureGroupSummary Modifier and Type Method Description ListFeatureGroupsResponse.BuilderListFeatureGroupsResponse.Builder. featureGroupSummaries(FeatureGroupSummary... featureGroupSummaries)A summary of feature groups.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type FeatureGroupSummary Modifier and Type Method Description ListFeatureGroupsResponse.BuilderListFeatureGroupsResponse.Builder. featureGroupSummaries(Collection<FeatureGroupSummary> featureGroupSummaries)A summary of feature groups. -
Uses of FeatureGroupSummary in software.amazon.awssdk.services.sagemaker.paginators
Methods in software.amazon.awssdk.services.sagemaker.paginators that return types with arguments of type FeatureGroupSummary Modifier and Type Method Description SdkIterable<FeatureGroupSummary>ListFeatureGroupsIterable. featureGroupSummaries()Returns an iterable to iterate through the paginatedListFeatureGroupsResponse.featureGroupSummaries()member.SdkPublisher<FeatureGroupSummary>ListFeatureGroupsPublisher. featureGroupSummaries()Returns a publisher that can be used to get a stream of data.
-