Class SageMakerPipelineParameters
- Namespace
- Amazon.EventBridge.Model
- Assembly
- AWSSDK.EventBridge.dll
These are custom parameters to use when the target is a SageMaker Model Building Pipeline that starts based on EventBridge events.
public class SageMakerPipelineParameters
- Inheritance
-
SageMakerPipelineParameters
- Inherited Members
Constructors
SageMakerPipelineParameters()
public SageMakerPipelineParameters()
Properties
PipelineParameterList
Gets and sets the property PipelineParameterList.
List of Parameter names and values for SageMaker Model Building Pipeline execution.
public List<SageMakerPipelineParameter> PipelineParameterList { get; set; }