public static interface CreatePipelineRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<CreatePipelineRequest.Builder,CreatePipelineRequest>
| Modifier and Type | Method and Description |
|---|---|
CreatePipelineRequest.Builder |
clientRequestToken(String clientRequestToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation.
|
CreatePipelineRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreatePipelineRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default CreatePipelineRequest.Builder |
parallelismConfiguration(Consumer<ParallelismConfiguration.Builder> parallelismConfiguration)
This is the configuration that controls the parallelism of the pipeline.
|
CreatePipelineRequest.Builder |
parallelismConfiguration(ParallelismConfiguration parallelismConfiguration)
This is the configuration that controls the parallelism of the pipeline.
|
CreatePipelineRequest.Builder |
pipelineDefinition(String pipelineDefinition)
The JSON pipeline definition of the pipeline.
|
default CreatePipelineRequest.Builder |
pipelineDefinitionS3Location(Consumer<PipelineDefinitionS3Location.Builder> pipelineDefinitionS3Location)
The location of the pipeline definition stored in Amazon S3.
|
CreatePipelineRequest.Builder |
pipelineDefinitionS3Location(PipelineDefinitionS3Location pipelineDefinitionS3Location)
The location of the pipeline definition stored in Amazon S3.
|
CreatePipelineRequest.Builder |
pipelineDescription(String pipelineDescription)
A description of the pipeline.
|
CreatePipelineRequest.Builder |
pipelineDisplayName(String pipelineDisplayName)
The display name of the pipeline.
|
CreatePipelineRequest.Builder |
pipelineName(String pipelineName)
The name of the pipeline.
|
CreatePipelineRequest.Builder |
roleArn(String roleArn)
The Amazon Resource Name (ARN) of the role used by the pipeline to access and create resources.
|
CreatePipelineRequest.Builder |
tags(Collection<Tag> tags)
A list of tags to apply to the created pipeline.
|
CreatePipelineRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
A list of tags to apply to the created pipeline.
|
CreatePipelineRequest.Builder |
tags(Tag... tags)
A list of tags to apply to the created pipeline.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreatePipelineRequest.Builder pipelineName(String pipelineName)
The name of the pipeline.
pipelineName - The name of the pipeline.CreatePipelineRequest.Builder pipelineDisplayName(String pipelineDisplayName)
The display name of the pipeline.
pipelineDisplayName - The display name of the pipeline.CreatePipelineRequest.Builder pipelineDefinition(String pipelineDefinition)
The JSON pipeline definition of the pipeline.
pipelineDefinition - The JSON pipeline definition of the pipeline.CreatePipelineRequest.Builder pipelineDefinitionS3Location(PipelineDefinitionS3Location pipelineDefinitionS3Location)
The location of the pipeline definition stored in Amazon S3. If specified, SageMaker will retrieve the pipeline definition from this location.
pipelineDefinitionS3Location - The location of the pipeline definition stored in Amazon S3. If specified, SageMaker will retrieve the
pipeline definition from this location.default CreatePipelineRequest.Builder pipelineDefinitionS3Location(Consumer<PipelineDefinitionS3Location.Builder> pipelineDefinitionS3Location)
The location of the pipeline definition stored in Amazon S3. If specified, SageMaker will retrieve the pipeline definition from this location.
This is a convenience method that creates an instance of thePipelineDefinitionS3Location.Builder
avoiding the need to create one manually via PipelineDefinitionS3Location.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to pipelineDefinitionS3Location(PipelineDefinitionS3Location).pipelineDefinitionS3Location - a consumer that will call methods on PipelineDefinitionS3Location.BuilderpipelineDefinitionS3Location(PipelineDefinitionS3Location)CreatePipelineRequest.Builder pipelineDescription(String pipelineDescription)
A description of the pipeline.
pipelineDescription - A description of the pipeline.CreatePipelineRequest.Builder clientRequestToken(String clientRequestToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than one time.
clientRequestToken - A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An
idempotent operation completes no more than one time.CreatePipelineRequest.Builder roleArn(String roleArn)
The Amazon Resource Name (ARN) of the role used by the pipeline to access and create resources.
roleArn - The Amazon Resource Name (ARN) of the role used by the pipeline to access and create resources.CreatePipelineRequest.Builder tags(Collection<Tag> tags)
A list of tags to apply to the created pipeline.
tags - A list of tags to apply to the created pipeline.CreatePipelineRequest.Builder tags(Tag... tags)
A list of tags to apply to the created pipeline.
tags - A list of tags to apply to the created pipeline.CreatePipelineRequest.Builder tags(Consumer<Tag.Builder>... tags)
A list of tags to apply to the created pipeline.
This is a convenience method that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) CreatePipelineRequest.Builder parallelismConfiguration(ParallelismConfiguration parallelismConfiguration)
This is the configuration that controls the parallelism of the pipeline. If specified, it applies to all runs of this pipeline by default.
parallelismConfiguration - This is the configuration that controls the parallelism of the pipeline. If specified, it applies to
all runs of this pipeline by default.default CreatePipelineRequest.Builder parallelismConfiguration(Consumer<ParallelismConfiguration.Builder> parallelismConfiguration)
This is the configuration that controls the parallelism of the pipeline. If specified, it applies to all runs of this pipeline by default.
This is a convenience method that creates an instance of theParallelismConfiguration.Builder
avoiding the need to create one manually via ParallelismConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to parallelismConfiguration(ParallelismConfiguration).parallelismConfiguration - a consumer that will call methods on ParallelismConfiguration.BuilderparallelismConfiguration(ParallelismConfiguration)CreatePipelineRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreatePipelineRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.