Uses of Class
software.amazon.awssdk.services.sagemaker.model.PipelineExecutionStep
-
Packages that use PipelineExecutionStep Package Description software.amazon.awssdk.services.sagemaker.model software.amazon.awssdk.services.sagemaker.paginators -
-
Uses of PipelineExecutionStep in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type PipelineExecutionStep Modifier and Type Method Description List<PipelineExecutionStep>ListPipelineExecutionStepsResponse. pipelineExecutionSteps()A list ofPipeLineExecutionStepobjects.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type PipelineExecutionStep Modifier and Type Method Description ListPipelineExecutionStepsResponse.BuilderListPipelineExecutionStepsResponse.Builder. pipelineExecutionSteps(PipelineExecutionStep... pipelineExecutionSteps)A list ofPipeLineExecutionStepobjects.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type PipelineExecutionStep Modifier and Type Method Description ListPipelineExecutionStepsResponse.BuilderListPipelineExecutionStepsResponse.Builder. pipelineExecutionSteps(Collection<PipelineExecutionStep> pipelineExecutionSteps)A list ofPipeLineExecutionStepobjects. -
Uses of PipelineExecutionStep in software.amazon.awssdk.services.sagemaker.paginators
Methods in software.amazon.awssdk.services.sagemaker.paginators that return types with arguments of type PipelineExecutionStep Modifier and Type Method Description SdkIterable<PipelineExecutionStep>ListPipelineExecutionStepsIterable. pipelineExecutionSteps()Returns an iterable to iterate through the paginatedListPipelineExecutionStepsResponse.pipelineExecutionSteps()member.SdkPublisher<PipelineExecutionStep>ListPipelineExecutionStepsPublisher. pipelineExecutionSteps()Returns a publisher that can be used to get a stream of data.
-