Amazon EventBridge Pipes · JSON Structure

Amazon Eventbridge Pipes Pipe Target Sage Maker Pipeline Parameters Structure

The parameters for using a SageMaker pipeline as a target.

Type: object Properties: 1
Amazon Web ServicesEvent-DrivenIntegrationMessagingServerless

PipeTargetSageMakerPipelineParameters is a JSON Structure definition published by Amazon EventBridge Pipes, 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-pipes/refs/heads/main/json-structure/amazon-eventbridge-pipes-pipe-target-sage-maker-pipeline-parameters-structure.json",
  "name": "PipeTargetSageMakerPipelineParameters",
  "description": "The parameters for using a SageMaker pipeline as a target.",
  "type": "object",
  "properties": {
    "PipelineParameterList": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SageMakerPipelineParameterList"
        },
        {
          "description": "List of Parameter names and values for SageMaker Model Building Pipeline execution."
        }
      ]
    }
  }
}