Class SageMakerTargetParameters.Builder
java.lang.Object
software.amazon.awscdk.services.pipes.targets.alpha.SageMakerTargetParameters.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<SageMakerTargetParameters>
- Enclosing interface:
SageMakerTargetParameters
@Stability(Experimental)
public static final class SageMakerTargetParameters.Builder
extends Object
implements software.amazon.jsii.Builder<SageMakerTargetParameters>
A builder for
SageMakerTargetParameters-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.inputTransformation(IInputTransformation inputTransformation) Sets the value ofSageMakerTargetParameters.getInputTransformation()pipelineParameters(Map<String, String> pipelineParameters) Sets the value ofSageMakerTargetParameters.getPipelineParameters()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
inputTransformation
@Stability(Experimental) public SageMakerTargetParameters.Builder inputTransformation(IInputTransformation inputTransformation) Sets the value ofSageMakerTargetParameters.getInputTransformation()- Parameters:
inputTransformation- The input transformation to apply to the message before sending it to the target.- Returns:
this
-
pipelineParameters
@Stability(Experimental) public SageMakerTargetParameters.Builder pipelineParameters(Map<String, String> pipelineParameters) Sets the value ofSageMakerTargetParameters.getPipelineParameters()- Parameters:
pipelineParameters- List of parameter names and values for SageMaker Model Building Pipeline execution. The Name/Value pairs are passed to start execution of the pipeline.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<SageMakerTargetParameters>- Returns:
- a new instance of
SageMakerTargetParameters - Throws:
NullPointerException- if any required attribute was not provided
-