Amazon EventBridge Scheduler · JSON Structure

Amazon Eventbridge Scheduler Sage Maker Pipeline Parameters Structure

The templated target type for the Amazon SageMaker StartPipelineExecution API operation.

Type: object Properties: 1
Amazon Web ServicesCronEvent-DrivenSchedulingServerless

SageMakerPipelineParameters is a JSON Structure definition published by Amazon EventBridge Scheduler, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

PipelineParameterList

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-eventbridge-scheduler/refs/heads/main/json-structure/amazon-eventbridge-scheduler-sage-maker-pipeline-parameters-structure.json",
  "name": "SageMakerPipelineParameters",
  "description": "The templated target type for the Amazon SageMaker <a href=\"https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_StartPipelineExecution.html\"> <code>StartPipelineExecution</code> </a> API operation.",
  "type": "object",
  "properties": {
    "PipelineParameterList": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SageMakerPipelineParameterList"
        },
        {
          "description": "List of parameter names and values to use when executing the SageMaker Model Building Pipeline."
        }
      ]
    }
  }
}