Uses of Class
software.amazon.awssdk.services.personalize.model.DatasetGroupSummary
-
Packages that use DatasetGroupSummary Package Description software.amazon.awssdk.services.personalize.model software.amazon.awssdk.services.personalize.paginators -
-
Uses of DatasetGroupSummary in software.amazon.awssdk.services.personalize.model
Methods in software.amazon.awssdk.services.personalize.model that return types with arguments of type DatasetGroupSummary Modifier and Type Method Description List<DatasetGroupSummary>ListDatasetGroupsResponse. datasetGroups()The list of your dataset groups.Methods in software.amazon.awssdk.services.personalize.model with parameters of type DatasetGroupSummary Modifier and Type Method Description ListDatasetGroupsResponse.BuilderListDatasetGroupsResponse.Builder. datasetGroups(DatasetGroupSummary... datasetGroups)The list of your dataset groups.Method parameters in software.amazon.awssdk.services.personalize.model with type arguments of type DatasetGroupSummary Modifier and Type Method Description ListDatasetGroupsResponse.BuilderListDatasetGroupsResponse.Builder. datasetGroups(Collection<DatasetGroupSummary> datasetGroups)The list of your dataset groups. -
Uses of DatasetGroupSummary in software.amazon.awssdk.services.personalize.paginators
Methods in software.amazon.awssdk.services.personalize.paginators that return types with arguments of type DatasetGroupSummary Modifier and Type Method Description SdkIterable<DatasetGroupSummary>ListDatasetGroupsIterable. datasetGroups()Returns an iterable to iterate through the paginatedListDatasetGroupsResponse.datasetGroups()member.SdkPublisher<DatasetGroupSummary>ListDatasetGroupsPublisher. datasetGroups()Returns a publisher that can be used to get a stream of data.
-