Uses of Class
software.amazon.awssdk.services.sagemaker.model.ListPipelineExecutionsResponse
-
Packages that use ListPipelineExecutionsResponse Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources.software.amazon.awssdk.services.sagemaker.paginators -
-
Uses of ListPipelineExecutionsResponse in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return ListPipelineExecutionsResponse Modifier and Type Method Description default ListPipelineExecutionsResponseSageMakerClient. listPipelineExecutions(Consumer<ListPipelineExecutionsRequest.Builder> listPipelineExecutionsRequest)Gets a list of the pipeline executions.default ListPipelineExecutionsResponseSageMakerClient. listPipelineExecutions(ListPipelineExecutionsRequest listPipelineExecutionsRequest)Gets a list of the pipeline executions.Methods in software.amazon.awssdk.services.sagemaker that return types with arguments of type ListPipelineExecutionsResponse Modifier and Type Method Description default CompletableFuture<ListPipelineExecutionsResponse>SageMakerAsyncClient. listPipelineExecutions(Consumer<ListPipelineExecutionsRequest.Builder> listPipelineExecutionsRequest)Gets a list of the pipeline executions.default CompletableFuture<ListPipelineExecutionsResponse>SageMakerAsyncClient. listPipelineExecutions(ListPipelineExecutionsRequest listPipelineExecutionsRequest)Gets a list of the pipeline executions. -
Uses of ListPipelineExecutionsResponse in software.amazon.awssdk.services.sagemaker.paginators
Methods in software.amazon.awssdk.services.sagemaker.paginators that return types with arguments of type ListPipelineExecutionsResponse Modifier and Type Method Description Iterator<ListPipelineExecutionsResponse>ListPipelineExecutionsIterable. iterator()Method parameters in software.amazon.awssdk.services.sagemaker.paginators with type arguments of type ListPipelineExecutionsResponse Modifier and Type Method Description voidListPipelineExecutionsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListPipelineExecutionsResponse> subscriber)
-