Interface CfnRule.ISageMakerPipelineParametersProperty
These are custom parameters to use when the target is a SageMaker AI Model Building Pipeline that starts based on EventBridge events.
Namespace: Amazon.CDK.AWS.Events
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ISageMakerPipelineParametersProperty
Syntax (vb)
Public Interface ISageMakerPipelineParametersProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Events;
var sageMakerPipelineParametersProperty = new SageMakerPipelineParametersProperty {
PipelineParameterList = new [] { new SageMakerPipelineParameterProperty {
Name = "name",
Value = "value"
} }
};
Synopsis
Properties
Pipeline |
List of Parameter names and values for SageMaker AI Model Building Pipeline execution. |
Properties
PipelineParameterList
List of Parameter names and values for SageMaker AI Model Building Pipeline execution.
virtual object PipelineParameterList { get; }
Property Value
System.