| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static SelectiveExecutionResult.Builder |
SelectiveExecutionResult.builder() |
SelectiveExecutionResult.Builder |
SelectiveExecutionResult.Builder.sourcePipelineExecutionArn(String sourcePipelineExecutionArn)
The ARN from an execution of the current pipeline.
|
SelectiveExecutionResult.Builder |
SelectiveExecutionResult.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SelectiveExecutionResult.Builder> |
SelectiveExecutionResult.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default PipelineExecutionStep.Builder |
PipelineExecutionStep.Builder.selectiveExecutionResult(Consumer<SelectiveExecutionResult.Builder> selectiveExecutionResult)
The ARN from an execution of the current pipeline from which results are reused for this step.
|
Copyright © 2023. All rights reserved.