Uses of Class
software.amazon.awssdk.services.sagemaker.model.QueryLineageResponse
-
Packages that use QueryLineageResponse Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources.software.amazon.awssdk.services.sagemaker.paginators -
-
Uses of QueryLineageResponse in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return QueryLineageResponse Modifier and Type Method Description default QueryLineageResponse
SageMakerClient. queryLineage(Consumer<QueryLineageRequest.Builder> queryLineageRequest)
Use this action to inspect your lineage and discover relationships between entities.default QueryLineageResponse
SageMakerClient. queryLineage(QueryLineageRequest queryLineageRequest)
Use this action to inspect your lineage and discover relationships between entities.Methods in software.amazon.awssdk.services.sagemaker that return types with arguments of type QueryLineageResponse Modifier and Type Method Description default CompletableFuture<QueryLineageResponse>
SageMakerAsyncClient. queryLineage(Consumer<QueryLineageRequest.Builder> queryLineageRequest)
Use this action to inspect your lineage and discover relationships between entities.default CompletableFuture<QueryLineageResponse>
SageMakerAsyncClient. queryLineage(QueryLineageRequest queryLineageRequest)
Use this action to inspect your lineage and discover relationships between entities. -
Uses of QueryLineageResponse in software.amazon.awssdk.services.sagemaker.paginators
Methods in software.amazon.awssdk.services.sagemaker.paginators that return types with arguments of type QueryLineageResponse Modifier and Type Method Description Iterator<QueryLineageResponse>
QueryLineageIterable. iterator()
Method parameters in software.amazon.awssdk.services.sagemaker.paginators with type arguments of type QueryLineageResponse Modifier and Type Method Description void
QueryLineagePublisher. subscribe(org.reactivestreams.Subscriber<? super QueryLineageResponse> subscriber)
-