aws-cdk-lib.aws_scheduler.CfnSchedule.SageMakerPipelineParametersProperty

interface SageMakerPipelineParametersProperty

LanguageType name
.NETAmazon.CDK.AWS.Scheduler.CfnSchedule.SageMakerPipelineParametersProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsscheduler#CfnSchedule_SageMakerPipelineParametersProperty
Javasoftware.amazon.awscdk.services.scheduler.CfnSchedule.SageMakerPipelineParametersProperty
Pythonaws_cdk.aws_scheduler.CfnSchedule.SageMakerPipelineParametersProperty
TypeScript aws-cdk-lib » aws_scheduler » CfnSchedule » SageMakerPipelineParametersProperty

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

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_scheduler as scheduler } from 'aws-cdk-lib';
const sageMakerPipelineParametersProperty: scheduler.CfnSchedule.SageMakerPipelineParametersProperty = {
  pipelineParameterList: [{
    name: 'name',
    value: 'value',
  }],
};

Properties

NameTypeDescription
pipelineParameterList?IResolvable | IResolvable | SageMakerPipelineParameterProperty[]List of parameter names and values to use when executing the SageMaker Model Building Pipeline.

pipelineParameterList?

Type: IResolvable | IResolvable | SageMakerPipelineParameterProperty[] (optional)

List of parameter names and values to use when executing the SageMaker Model Building Pipeline.