| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
Pipeline |
Pipeline.clone() |
Pipeline |
SearchRecord.getPipeline() |
Pipeline |
Pipeline.withCreatedBy(UserContext createdBy) |
Pipeline |
Pipeline.withCreationTime(Date creationTime)
The creation time of the pipeline.
|
Pipeline |
Pipeline.withLastModifiedBy(UserContext lastModifiedBy) |
Pipeline |
Pipeline.withLastModifiedTime(Date lastModifiedTime)
The time that the pipeline was last modified.
|
Pipeline |
Pipeline.withLastRunTime(Date lastRunTime)
The time when the pipeline was last run.
|
Pipeline |
Pipeline.withParallelismConfiguration(ParallelismConfiguration parallelismConfiguration)
The parallelism configuration applied to the pipeline.
|
Pipeline |
Pipeline.withPipelineArn(String pipelineArn)
The Amazon Resource Name (ARN) of the pipeline.
|
Pipeline |
Pipeline.withPipelineDescription(String pipelineDescription)
The description of the pipeline.
|
Pipeline |
Pipeline.withPipelineDisplayName(String pipelineDisplayName)
The display name of the pipeline.
|
Pipeline |
Pipeline.withPipelineName(String pipelineName)
The name of the pipeline.
|
Pipeline |
Pipeline.withPipelineStatus(PipelineStatus pipelineStatus)
The status of the pipeline.
|
Pipeline |
Pipeline.withPipelineStatus(String pipelineStatus)
The status of the pipeline.
|
Pipeline |
Pipeline.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the role that created the pipeline.
|
Pipeline |
Pipeline.withTags(Collection<Tag> tags)
A list of tags that apply to the pipeline.
|
Pipeline |
Pipeline.withTags(Tag... tags)
A list of tags that apply to the pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchRecord.setPipeline(Pipeline pipeline) |
SearchRecord |
SearchRecord.withPipeline(Pipeline pipeline) |
Copyright © 2024. All rights reserved.