Uses of Interface
software.amazon.awssdk.services.sagemaker.model.SelectiveExecutionResult.Builder
-
Packages that use SelectiveExecutionResult.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of SelectiveExecutionResult.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return SelectiveExecutionResult.Builder Modifier and Type Method Description static SelectiveExecutionResult.BuilderSelectiveExecutionResult. builder()SelectiveExecutionResult.BuilderSelectiveExecutionResult.Builder. sourcePipelineExecutionArn(String sourcePipelineExecutionArn)The ARN from an execution of the current pipeline.SelectiveExecutionResult.BuilderSelectiveExecutionResult. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type SelectiveExecutionResult.Builder Modifier and Type Method Description static Class<? extends SelectiveExecutionResult.Builder>SelectiveExecutionResult. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type SelectiveExecutionResult.Builder Modifier and Type Method Description default PipelineExecutionStep.BuilderPipelineExecutionStep.Builder. selectiveExecutionResult(Consumer<SelectiveExecutionResult.Builder> selectiveExecutionResult)The ARN from an execution of the current pipeline from which results are reused for this step.
-