class Aws::EventBridge::Types::SageMakerPipelineParameters

These are custom parameters to use when the target is a SageMaker Model Building Pipeline that starts based on EventBridge events.

@note When making an API call, you may pass SageMakerPipelineParameters

data as a hash:

    {
      pipeline_parameter_list: [
        {
          name: "SageMakerPipelineParameterName", # required
          value: "SageMakerPipelineParameterValue", # required
        },
      ],
    }

@!attribute [rw] pipeline_parameter_list

List of Parameter names and values for SageMaker Model Building
Pipeline execution.
@return [Array<Types::SageMakerPipelineParameter>]

@see docs.aws.amazon.com/goto/WebAPI/eventbridge-2015-10-07/SageMakerPipelineParameters AWS API Documentation

Constants

SENSITIVE