Amazon EventBridge Pipes · JSON Structure

Amazon Eventbridge Pipes Sage Maker Pipeline Parameter Structure

Name/Value pair of a parameter to start execution of a SageMaker Model Building Pipeline.

Type: object Properties: 2 Required: 2
Amazon Web ServicesEvent-DrivenIntegrationMessagingServerless

SageMakerPipelineParameter is a JSON Structure definition published by Amazon EventBridge Pipes, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Name Value

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-sage-maker-pipeline-parameter-structure.json",
  "name": "SageMakerPipelineParameter",
  "description": "Name/Value pair of a parameter to start execution of a SageMaker Model Building Pipeline.",
  "type": "object",
  "properties": {
    "Name": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SageMakerPipelineParameterName"
        },
        {
          "description": "Name of parameter to start execution of a SageMaker Model Building Pipeline."
        }
      ]
    },
    "Value": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SageMakerPipelineParameterValue"
        },
        {
          "description": "Value of parameter to start execution of a SageMaker Model Building Pipeline."
        }
      ]
    }
  },
  "required": [
    "Name",
    "Value"
  ]
}