aws-cdk-lib.aws_pipes.CfnPipe.SageMakerPipelineParameterProperty

interface SageMakerPipelineParameterProperty

LanguageType name
.NETAmazon.CDK.AWS.Pipes.CfnPipe.SageMakerPipelineParameterProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awspipes#CfnPipe_SageMakerPipelineParameterProperty
Javasoftware.amazon.awscdk.services.pipes.CfnPipe.SageMakerPipelineParameterProperty
Pythonaws_cdk.aws_pipes.CfnPipe.SageMakerPipelineParameterProperty
TypeScript aws-cdk-lib » aws_pipes » CfnPipe » SageMakerPipelineParameterProperty

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

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_pipes as pipes } from 'aws-cdk-lib';
const sageMakerPipelineParameterProperty: pipes.CfnPipe.SageMakerPipelineParameterProperty = {
  name: 'name',
  value: 'value',
};

Properties

NameTypeDescription
namestringName of parameter to start execution of a SageMaker Model Building Pipeline.
valuestringValue of parameter to start execution of a SageMaker Model Building Pipeline.

name

Type: string

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


value

Type: string

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