Uses of Class
software.amazon.awssdk.services.sagemaker.model.SelectedStep
-
Packages that use SelectedStep Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of SelectedStep in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type SelectedStep Modifier and Type Method Description List<SelectedStep>SelectiveExecutionConfig. selectedSteps()A list of pipeline steps to run.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type SelectedStep Modifier and Type Method Description SelectiveExecutionConfig.BuilderSelectiveExecutionConfig.Builder. selectedSteps(SelectedStep... selectedSteps)A list of pipeline steps to run.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type SelectedStep Modifier and Type Method Description SelectiveExecutionConfig.BuilderSelectiveExecutionConfig.Builder. selectedSteps(Collection<SelectedStep> selectedSteps)A list of pipeline steps to run.
-