Uses of Class
software.amazon.awssdk.services.sagemaker.model.SelectiveExecutionConfig
-
Packages that use SelectiveExecutionConfig Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of SelectiveExecutionConfig in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return SelectiveExecutionConfig Modifier and Type Method Description SelectiveExecutionConfigDescribePipelineExecutionResponse. selectiveExecutionConfig()The selective execution configuration applied to the pipeline run.SelectiveExecutionConfigPipelineExecution. selectiveExecutionConfig()The selective execution configuration applied to the pipeline run.SelectiveExecutionConfigStartPipelineExecutionRequest. selectiveExecutionConfig()The selective execution configuration applied to the pipeline run.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type SelectiveExecutionConfig Modifier and Type Method Description DescribePipelineExecutionResponse.BuilderDescribePipelineExecutionResponse.Builder. selectiveExecutionConfig(SelectiveExecutionConfig selectiveExecutionConfig)The selective execution configuration applied to the pipeline run.PipelineExecution.BuilderPipelineExecution.Builder. selectiveExecutionConfig(SelectiveExecutionConfig selectiveExecutionConfig)The selective execution configuration applied to the pipeline run.StartPipelineExecutionRequest.BuilderStartPipelineExecutionRequest.Builder. selectiveExecutionConfig(SelectiveExecutionConfig selectiveExecutionConfig)The selective execution configuration applied to the pipeline run.
-