SageMakerPipelineParameters

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

Amazon Web ServicesCronEvent-DrivenSchedulingServerless

Properties

Name Type Description
PipelineParameterList object
View JSON Schema on GitHub

JSON Schema

amazon-eventbridge-scheduler-sage-maker-pipeline-parameters-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-eventbridge-scheduler/refs/heads/main/json-schema/amazon-eventbridge-scheduler-sage-maker-pipeline-parameters-schema.json",
  "title": "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."
        }
      ]
    }
  }
}