Interface CfnPipe.ISageMakerPipelineParameterProperty
Name/Value pair of a parameter to start execution of a SageMaker AI Model Building Pipeline.
Namespace: Amazon.CDK.AWS.Pipes
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ISageMakerPipelineParameterProperty
Syntax (vb)
Public Interface 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.Pipes;
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
System.String
Remarks
Value
Value of parameter to start execution of a SageMaker AI Model Building Pipeline.
string Value { get; }
Property Value
System.String