| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
PipelineExecution |
PipelineExecution.clone() |
PipelineExecution |
SearchRecord.getPipelineExecution() |
PipelineExecution |
PipelineExecution.withCreatedBy(UserContext createdBy) |
PipelineExecution |
PipelineExecution.withCreationTime(Date creationTime)
The creation time of the pipeline execution.
|
PipelineExecution |
PipelineExecution.withFailureReason(String failureReason)
If the execution failed, a message describing why.
|
PipelineExecution |
PipelineExecution.withLastModifiedBy(UserContext lastModifiedBy) |
PipelineExecution |
PipelineExecution.withLastModifiedTime(Date lastModifiedTime)
The time that the pipeline execution was last modified.
|
PipelineExecution |
PipelineExecution.withParallelismConfiguration(ParallelismConfiguration parallelismConfiguration)
The parallelism configuration applied to the pipeline execution.
|
PipelineExecution |
PipelineExecution.withPipelineArn(String pipelineArn)
The Amazon Resource Name (ARN) of the pipeline that was executed.
|
PipelineExecution |
PipelineExecution.withPipelineExecutionArn(String pipelineExecutionArn)
The Amazon Resource Name (ARN) of the pipeline execution.
|
PipelineExecution |
PipelineExecution.withPipelineExecutionDescription(String pipelineExecutionDescription)
The description of the pipeline execution.
|
PipelineExecution |
PipelineExecution.withPipelineExecutionDisplayName(String pipelineExecutionDisplayName)
The display name of the pipeline execution.
|
PipelineExecution |
PipelineExecution.withPipelineExecutionStatus(PipelineExecutionStatus pipelineExecutionStatus)
The status of the pipeline status.
|
PipelineExecution |
PipelineExecution.withPipelineExecutionStatus(String pipelineExecutionStatus)
The status of the pipeline status.
|
PipelineExecution |
PipelineExecution.withPipelineExperimentConfig(PipelineExperimentConfig pipelineExperimentConfig) |
PipelineExecution |
PipelineExecution.withPipelineParameters(Collection<Parameter> pipelineParameters)
Contains a list of pipeline parameters.
|
PipelineExecution |
PipelineExecution.withPipelineParameters(Parameter... pipelineParameters)
Contains a list of pipeline parameters.
|
PipelineExecution |
PipelineExecution.withSelectiveExecutionConfig(SelectiveExecutionConfig selectiveExecutionConfig)
The selective execution configuration applied to the pipeline run.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchRecord.setPipelineExecution(PipelineExecution pipelineExecution) |
SearchRecord |
SearchRecord.withPipelineExecution(PipelineExecution pipelineExecution) |
Copyright © 2025. All rights reserved.