| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
SelectiveExecutionResult |
SelectiveExecutionResult.clone() |
SelectiveExecutionResult |
PipelineExecutionStep.getSelectiveExecutionResult()
The ARN from an execution of the current pipeline from which results are reused for this step.
|
SelectiveExecutionResult |
SelectiveExecutionResult.withSourcePipelineExecutionArn(String sourcePipelineExecutionArn)
The ARN from an execution of the current pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PipelineExecutionStep.setSelectiveExecutionResult(SelectiveExecutionResult selectiveExecutionResult)
The ARN from an execution of the current pipeline from which results are reused for this step.
|
PipelineExecutionStep |
PipelineExecutionStep.withSelectiveExecutionResult(SelectiveExecutionResult selectiveExecutionResult)
The ARN from an execution of the current pipeline from which results are reused for this step.
|
Copyright © 2023. All rights reserved.