| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model | |
| software.amazon.awssdk.services.sagemaker.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<FeatureGroupSummary> |
ListFeatureGroupsResponse.featureGroupSummaries()
A summary of feature groups.
|
| Modifier and Type | Method and Description |
|---|---|
ListFeatureGroupsResponse.Builder |
ListFeatureGroupsResponse.Builder.featureGroupSummaries(FeatureGroupSummary... featureGroupSummaries)
A summary of feature groups.
|
| Modifier and Type | Method and Description |
|---|---|
ListFeatureGroupsResponse.Builder |
ListFeatureGroupsResponse.Builder.featureGroupSummaries(Collection<FeatureGroupSummary> featureGroupSummaries)
A summary of feature groups.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<FeatureGroupSummary> |
ListFeatureGroupsIterable.featureGroupSummaries()
Returns an iterable to iterate through the paginated
ListFeatureGroupsResponse.featureGroupSummaries()
member. |
SdkPublisher<FeatureGroupSummary> |
ListFeatureGroupsPublisher.featureGroupSummaries()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2022. All rights reserved.