Uses of Class
software.amazon.awssdk.services.sagemaker.model.ListLineageGroupsResponse
-
Packages that use ListLineageGroupsResponse Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources.software.amazon.awssdk.services.sagemaker.paginators -
-
Uses of ListLineageGroupsResponse in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return ListLineageGroupsResponse Modifier and Type Method Description default ListLineageGroupsResponseSageMakerClient. listLineageGroups(Consumer<ListLineageGroupsRequest.Builder> listLineageGroupsRequest)A list of lineage groups shared with your Amazon Web Services account.default ListLineageGroupsResponseSageMakerClient. listLineageGroups(ListLineageGroupsRequest listLineageGroupsRequest)A list of lineage groups shared with your Amazon Web Services account.Methods in software.amazon.awssdk.services.sagemaker that return types with arguments of type ListLineageGroupsResponse Modifier and Type Method Description default CompletableFuture<ListLineageGroupsResponse>SageMakerAsyncClient. listLineageGroups(Consumer<ListLineageGroupsRequest.Builder> listLineageGroupsRequest)A list of lineage groups shared with your Amazon Web Services account.default CompletableFuture<ListLineageGroupsResponse>SageMakerAsyncClient. listLineageGroups(ListLineageGroupsRequest listLineageGroupsRequest)A list of lineage groups shared with your Amazon Web Services account. -
Uses of ListLineageGroupsResponse in software.amazon.awssdk.services.sagemaker.paginators
Methods in software.amazon.awssdk.services.sagemaker.paginators that return types with arguments of type ListLineageGroupsResponse Modifier and Type Method Description Iterator<ListLineageGroupsResponse>ListLineageGroupsIterable. iterator()Method parameters in software.amazon.awssdk.services.sagemaker.paginators with type arguments of type ListLineageGroupsResponse Modifier and Type Method Description voidListLineageGroupsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListLineageGroupsResponse> subscriber)
-