interface SageMakerPipelineParameterProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.Pipes.CfnPipe.SageMakerPipelineParameterProperty |
Java | software.amazon.awscdk.services.pipes.CfnPipe.SageMakerPipelineParameterProperty |
Python | aws_cdk.aws_pipes.CfnPipe.SageMakerPipelineParameterProperty |
TypeScript | @aws-cdk/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 * as pipes from '@aws-cdk/aws-pipes';
const sageMakerPipelineParameterProperty: pipes.CfnPipe.SageMakerPipelineParameterProperty = {
name: 'name',
value: 'value',
};
Properties
Name | Type | Description |
---|---|---|
name | string | Name of parameter to start execution of a SageMaker Model Building Pipeline. |
value | string | Value 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.