Interface CfnRule.ISageMakerPipelineParameterProperty
Name/Value pair of a parameter to start execution of a SageMaker AI Model Building Pipeline.
Namespace: Amazon.CDK.AWS.Events
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnRule.ISageMakerPipelineParameterProperty
Syntax (vb)
Public Interface CfnRule.ISageMakerPipelineParameterProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Events;
var sageMakerPipelineParameterProperty = new SageMakerPipelineParameterProperty {
Name = "name",
Value = "value"
};
Synopsis
Properties
| Name | Name of parameter to start execution of a SageMaker AI Model Building Pipeline. |
| Value | Value of parameter to start execution of a SageMaker AI Model Building Pipeline. |
Properties
Name
Name of parameter to start execution of a SageMaker AI Model Building Pipeline.
string Name { get; }
Property Value
Remarks
Value
Value of parameter to start execution of a SageMaker AI Model Building Pipeline.
string Value { get; }