Uses of Class
software.amazon.awssdk.services.sagemaker.model.ListLineageGroupsRequest
-
Packages that use ListLineageGroupsRequest Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources.software.amazon.awssdk.services.sagemaker.paginators software.amazon.awssdk.services.sagemaker.transform -
-
Uses of ListLineageGroupsRequest in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker with parameters of type ListLineageGroupsRequest Modifier and Type Method Description default CompletableFuture<ListLineageGroupsResponse>SageMakerAsyncClient. listLineageGroups(ListLineageGroupsRequest 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.default ListLineageGroupsPublisherSageMakerAsyncClient. listLineageGroupsPaginator(ListLineageGroupsRequest listLineageGroupsRequest)A list of lineage groups shared with your Amazon Web Services account.default ListLineageGroupsIterableSageMakerClient. listLineageGroupsPaginator(ListLineageGroupsRequest listLineageGroupsRequest)A list of lineage groups shared with your Amazon Web Services account. -
Uses of ListLineageGroupsRequest in software.amazon.awssdk.services.sagemaker.paginators
Constructors in software.amazon.awssdk.services.sagemaker.paginators with parameters of type ListLineageGroupsRequest Constructor Description ListLineageGroupsIterable(SageMakerClient client, ListLineageGroupsRequest firstRequest)ListLineageGroupsPublisher(SageMakerAsyncClient client, ListLineageGroupsRequest firstRequest) -
Uses of ListLineageGroupsRequest in software.amazon.awssdk.services.sagemaker.transform
Methods in software.amazon.awssdk.services.sagemaker.transform with parameters of type ListLineageGroupsRequest Modifier and Type Method Description SdkHttpFullRequestListLineageGroupsRequestMarshaller. marshall(ListLineageGroupsRequest listLineageGroupsRequest)
-