| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
PipelineExecutionSummary |
PipelineExecutionSummary.clone() |
PipelineExecutionSummary |
PipelineExecutionSummary.withPipelineExecutionArn(String pipelineExecutionArn)
The Amazon Resource Name (ARN) of the pipeline execution.
|
PipelineExecutionSummary |
PipelineExecutionSummary.withPipelineExecutionDescription(String pipelineExecutionDescription)
The description of the pipeline execution.
|
PipelineExecutionSummary |
PipelineExecutionSummary.withPipelineExecutionDisplayName(String pipelineExecutionDisplayName)
The display name of the pipeline execution.
|
PipelineExecutionSummary |
PipelineExecutionSummary.withPipelineExecutionStatus(PipelineExecutionStatus pipelineExecutionStatus)
The status of the pipeline execution.
|
PipelineExecutionSummary |
PipelineExecutionSummary.withPipelineExecutionStatus(String pipelineExecutionStatus)
The status of the pipeline execution.
|
PipelineExecutionSummary |
PipelineExecutionSummary.withStartTime(Date startTime)
The start time of the pipeline execution.
|
| Modifier and Type | Method and Description |
|---|---|
List<PipelineExecutionSummary> |
ListPipelineExecutionsResult.getPipelineExecutionSummaries()
Contains a sorted list of pipeline execution summary objects matching the specified filters.
|
| Modifier and Type | Method and Description |
|---|---|
ListPipelineExecutionsResult |
ListPipelineExecutionsResult.withPipelineExecutionSummaries(PipelineExecutionSummary... pipelineExecutionSummaries)
Contains a sorted list of pipeline execution summary objects matching the specified filters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListPipelineExecutionsResult.setPipelineExecutionSummaries(Collection<PipelineExecutionSummary> pipelineExecutionSummaries)
Contains a sorted list of pipeline execution summary objects matching the specified filters.
|
ListPipelineExecutionsResult |
ListPipelineExecutionsResult.withPipelineExecutionSummaries(Collection<PipelineExecutionSummary> pipelineExecutionSummaries)
Contains a sorted list of pipeline execution summary objects matching the specified filters.
|
Copyright © 2022. All rights reserved.