| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
PipelineSummary |
PipelineSummary.clone() |
PipelineSummary |
PipelineSummary.withCreationTime(Date creationTime)
The creation time of the pipeline.
|
PipelineSummary |
PipelineSummary.withLastExecutionTime(Date lastExecutionTime)
The last time that a pipeline execution began.
|
PipelineSummary |
PipelineSummary.withLastModifiedTime(Date lastModifiedTime)
The time that the pipeline was last modified.
|
PipelineSummary |
PipelineSummary.withPipelineArn(String pipelineArn)
The Amazon Resource Name (ARN) of the pipeline.
|
PipelineSummary |
PipelineSummary.withPipelineDescription(String pipelineDescription)
The description of the pipeline.
|
PipelineSummary |
PipelineSummary.withPipelineDisplayName(String pipelineDisplayName)
The display name of the pipeline.
|
PipelineSummary |
PipelineSummary.withPipelineName(String pipelineName)
The name of the pipeline.
|
PipelineSummary |
PipelineSummary.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) that the pipeline used to execute.
|
| Modifier and Type | Method and Description |
|---|---|
List<PipelineSummary> |
ListPipelinesResult.getPipelineSummaries()
Contains a sorted list of
PipelineSummary objects matching the specified filters. |
| Modifier and Type | Method and Description |
|---|---|
ListPipelinesResult |
ListPipelinesResult.withPipelineSummaries(PipelineSummary... pipelineSummaries)
Contains a sorted list of
PipelineSummary objects matching the specified filters. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListPipelinesResult.setPipelineSummaries(Collection<PipelineSummary> pipelineSummaries)
Contains a sorted list of
PipelineSummary objects matching the specified filters. |
ListPipelinesResult |
ListPipelinesResult.withPipelineSummaries(Collection<PipelineSummary> pipelineSummaries)
Contains a sorted list of
PipelineSummary objects matching the specified filters. |
Copyright © 2023. All rights reserved.