| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static Pipeline.Builder |
Pipeline.builder() |
default Pipeline.Builder |
Pipeline.Builder.createdBy(Consumer<UserContext.Builder> createdBy)
Sets the value of the CreatedBy property for this object.
|
Pipeline.Builder |
Pipeline.Builder.createdBy(UserContext createdBy)
Sets the value of the CreatedBy property for this object.
|
Pipeline.Builder |
Pipeline.Builder.creationTime(Instant creationTime)
The creation time of the pipeline.
|
default Pipeline.Builder |
Pipeline.Builder.lastModifiedBy(Consumer<UserContext.Builder> lastModifiedBy)
Sets the value of the LastModifiedBy property for this object.
|
Pipeline.Builder |
Pipeline.Builder.lastModifiedBy(UserContext lastModifiedBy)
Sets the value of the LastModifiedBy property for this object.
|
Pipeline.Builder |
Pipeline.Builder.lastModifiedTime(Instant lastModifiedTime)
The time that the pipeline was last modified.
|
Pipeline.Builder |
Pipeline.Builder.lastRunTime(Instant lastRunTime)
The time when the pipeline was last run.
|
default Pipeline.Builder |
Pipeline.Builder.parallelismConfiguration(Consumer<ParallelismConfiguration.Builder> parallelismConfiguration)
The parallelism configuration applied to the pipeline.
|
Pipeline.Builder |
Pipeline.Builder.parallelismConfiguration(ParallelismConfiguration parallelismConfiguration)
The parallelism configuration applied to the pipeline.
|
Pipeline.Builder |
Pipeline.Builder.pipelineArn(String pipelineArn)
The Amazon Resource Name (ARN) of the pipeline.
|
Pipeline.Builder |
Pipeline.Builder.pipelineDescription(String pipelineDescription)
The description of the pipeline.
|
Pipeline.Builder |
Pipeline.Builder.pipelineDisplayName(String pipelineDisplayName)
The display name of the pipeline.
|
Pipeline.Builder |
Pipeline.Builder.pipelineName(String pipelineName)
The name of the pipeline.
|
Pipeline.Builder |
Pipeline.Builder.pipelineStatus(PipelineStatus pipelineStatus)
The status of the pipeline.
|
Pipeline.Builder |
Pipeline.Builder.pipelineStatus(String pipelineStatus)
The status of the pipeline.
|
Pipeline.Builder |
Pipeline.Builder.roleArn(String roleArn)
The Amazon Resource Name (ARN) of the role that created the pipeline.
|
Pipeline.Builder |
Pipeline.Builder.tags(Collection<Tag> tags)
A list of tags that apply to the pipeline.
|
Pipeline.Builder |
Pipeline.Builder.tags(Consumer<Tag.Builder>... tags)
A list of tags that apply to the pipeline.
|
Pipeline.Builder |
Pipeline.Builder.tags(Tag... tags)
A list of tags that apply to the pipeline.
|
Pipeline.Builder |
Pipeline.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Pipeline.Builder> |
Pipeline.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default SearchRecord.Builder |
SearchRecord.Builder.pipeline(Consumer<Pipeline.Builder> pipeline)
Sets the value of the Pipeline property for this object.
|
Copyright © 2022. All rights reserved.