Interface CfnRule.SageMakerPipelineParametersProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnRule.SageMakerPipelineParametersProperty.Jsii$Proxy
- Enclosing class:
CfnRule
@Stability(Stable)
public static interface CfnRule.SageMakerPipelineParametersProperty
extends software.amazon.jsii.JsiiSerializable
These are custom parameters to use when the target is a SageMaker AI Model Building Pipeline that starts based on EventBridge events.
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.events.*; SageMakerPipelineParametersProperty sageMakerPipelineParametersProperty = SageMakerPipelineParametersProperty.builder() .pipelineParameterList(List.of(SageMakerPipelineParameterProperty.builder() .name("name") .value("value") .build())) .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnRule.SageMakerPipelineParametersProperty
static final class
An implementation forCfnRule.SageMakerPipelineParametersProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPipelineParameterList
List of Parameter names and values for SageMaker AI Model Building Pipeline execution.- See Also:
-
builder
-