Uses of Class
software.amazon.awssdk.services.sagemaker.model.PipelineExecutionSummary
-
Packages that use PipelineExecutionSummary Package Description software.amazon.awssdk.services.sagemaker.model software.amazon.awssdk.services.sagemaker.paginators -
-
Uses of PipelineExecutionSummary in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type PipelineExecutionSummary Modifier and Type Method Description List<PipelineExecutionSummary>ListPipelineExecutionsResponse. pipelineExecutionSummaries()Contains a sorted list of pipeline execution summary objects matching the specified filters.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type PipelineExecutionSummary Modifier and Type Method Description ListPipelineExecutionsResponse.BuilderListPipelineExecutionsResponse.Builder. pipelineExecutionSummaries(PipelineExecutionSummary... pipelineExecutionSummaries)Contains a sorted list of pipeline execution summary objects matching the specified filters.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type PipelineExecutionSummary Modifier and Type Method Description ListPipelineExecutionsResponse.BuilderListPipelineExecutionsResponse.Builder. pipelineExecutionSummaries(Collection<PipelineExecutionSummary> pipelineExecutionSummaries)Contains a sorted list of pipeline execution summary objects matching the specified filters. -
Uses of PipelineExecutionSummary in software.amazon.awssdk.services.sagemaker.paginators
Methods in software.amazon.awssdk.services.sagemaker.paginators that return types with arguments of type PipelineExecutionSummary Modifier and Type Method Description SdkIterable<PipelineExecutionSummary>ListPipelineExecutionsIterable. pipelineExecutionSummaries()Returns an iterable to iterate through the paginatedListPipelineExecutionsResponse.pipelineExecutionSummaries()member.SdkPublisher<PipelineExecutionSummary>ListPipelineExecutionsPublisher. pipelineExecutionSummaries()Returns a publisher that can be used to get a stream of data.
-