Uses of Interface
software.amazon.awssdk.services.sagemaker.model.SelectiveExecutionConfig.Builder
-
Packages that use SelectiveExecutionConfig.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of SelectiveExecutionConfig.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return SelectiveExecutionConfig.Builder Modifier and Type Method Description static SelectiveExecutionConfig.BuilderSelectiveExecutionConfig. builder()SelectiveExecutionConfig.BuilderSelectiveExecutionConfig.Builder. selectedSteps(Collection<SelectedStep> selectedSteps)A list of pipeline steps to run.SelectiveExecutionConfig.BuilderSelectiveExecutionConfig.Builder. selectedSteps(Consumer<SelectedStep.Builder>... selectedSteps)A list of pipeline steps to run.SelectiveExecutionConfig.BuilderSelectiveExecutionConfig.Builder. selectedSteps(SelectedStep... selectedSteps)A list of pipeline steps to run.SelectiveExecutionConfig.BuilderSelectiveExecutionConfig.Builder. sourcePipelineExecutionArn(String sourcePipelineExecutionArn)The ARN from a reference execution of the current pipeline.SelectiveExecutionConfig.BuilderSelectiveExecutionConfig. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type SelectiveExecutionConfig.Builder Modifier and Type Method Description static Class<? extends SelectiveExecutionConfig.Builder>SelectiveExecutionConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type SelectiveExecutionConfig.Builder Modifier and Type Method Description default DescribePipelineExecutionResponse.BuilderDescribePipelineExecutionResponse.Builder. selectiveExecutionConfig(Consumer<SelectiveExecutionConfig.Builder> selectiveExecutionConfig)The selective execution configuration applied to the pipeline run.default PipelineExecution.BuilderPipelineExecution.Builder. selectiveExecutionConfig(Consumer<SelectiveExecutionConfig.Builder> selectiveExecutionConfig)The selective execution configuration applied to the pipeline run.default StartPipelineExecutionRequest.BuilderStartPipelineExecutionRequest.Builder. selectiveExecutionConfig(Consumer<SelectiveExecutionConfig.Builder> selectiveExecutionConfig)The selective execution configuration applied to the pipeline run.
-