Interface CfnPipe.PipeTargetSageMakerPipelineParametersProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPipe.PipeTargetSageMakerPipelineParametersProperty.Jsii$Proxy
- Enclosing class:
CfnPipe
@Stability(Stable)
public static interface CfnPipe.PipeTargetSageMakerPipelineParametersProperty
extends software.amazon.jsii.JsiiSerializable
The parameters for using a SageMaker pipeline as a target.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.pipes.*; PipeTargetSageMakerPipelineParametersProperty pipeTargetSageMakerPipelineParametersProperty = PipeTargetSageMakerPipelineParametersProperty.builder() .pipelineParameterList(List.of(SageMakerPipelineParameterProperty.builder() .name("name") .value("value") .build())) .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnPipe.PipeTargetSageMakerPipelineParametersProperty
static final class
An implementation forCfnPipe.PipeTargetSageMakerPipelineParametersProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPipelineParameterList
List of Parameter names and values for SageMaker Model Building Pipeline execution.- See Also:
-
builder
-