Uses of Class
software.amazon.awssdk.services.sagemaker.model.SelectiveExecutionResult
-
Packages that use SelectiveExecutionResult Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of SelectiveExecutionResult in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return SelectiveExecutionResult Modifier and Type Method Description SelectiveExecutionResultPipelineExecutionStep. selectiveExecutionResult()The ARN from an execution of the current pipeline from which results are reused for this step.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type SelectiveExecutionResult Modifier and Type Method Description PipelineExecutionStep.BuilderPipelineExecutionStep.Builder. selectiveExecutionResult(SelectiveExecutionResult selectiveExecutionResult)The ARN from an execution of the current pipeline from which results are reused for this step.
-