Class CfnRule.SageMakerPipelineParametersProperty
These are custom parameters to use when the target is a SageMaker Model Building Pipeline that starts based on EventBridge events.
Inheritance
System.Object
CfnRule.SageMakerPipelineParametersProperty
Implements
Namespace: Amazon.CDK.AWS.Events
Assembly: Amazon.CDK.AWS.Events.dll
Syntax (csharp)
public class SageMakerPipelineParametersProperty : Object, CfnRule.ISageMakerPipelineParametersProperty
Syntax (vb)
Public Class SageMakerPipelineParametersProperty
Inherits Object
Implements CfnRule.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
Constructors
SageMakerPipelineParametersProperty() |
Properties
PipelineParameterList | List of Parameter names and values for SageMaker Model Building Pipeline execution. |
Constructors
SageMakerPipelineParametersProperty()
public SageMakerPipelineParametersProperty()
Properties
PipelineParameterList
List of Parameter names and values for SageMaker Model Building Pipeline execution.
public object PipelineParameterList { get; set; }
Property Value
System.Object