Uses of Class
software.amazon.awssdk.services.sagemaker.model.LineageGroupSummary
-
Packages that use LineageGroupSummary Package Description software.amazon.awssdk.services.sagemaker.model software.amazon.awssdk.services.sagemaker.paginators -
-
Uses of LineageGroupSummary in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type LineageGroupSummary Modifier and Type Method Description List<LineageGroupSummary>ListLineageGroupsResponse. lineageGroupSummaries()A list of lineage groups and their properties.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type LineageGroupSummary Modifier and Type Method Description ListLineageGroupsResponse.BuilderListLineageGroupsResponse.Builder. lineageGroupSummaries(LineageGroupSummary... lineageGroupSummaries)A list of lineage groups and their properties.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type LineageGroupSummary Modifier and Type Method Description ListLineageGroupsResponse.BuilderListLineageGroupsResponse.Builder. lineageGroupSummaries(Collection<LineageGroupSummary> lineageGroupSummaries)A list of lineage groups and their properties. -
Uses of LineageGroupSummary in software.amazon.awssdk.services.sagemaker.paginators
Methods in software.amazon.awssdk.services.sagemaker.paginators that return types with arguments of type LineageGroupSummary Modifier and Type Method Description SdkIterable<LineageGroupSummary>ListLineageGroupsIterable. lineageGroupSummaries()Returns an iterable to iterate through the paginatedListLineageGroupsResponse.lineageGroupSummaries()member.SdkPublisher<LineageGroupSummary>ListLineageGroupsPublisher. lineageGroupSummaries()Returns a publisher that can be used to get a stream of data.
-