Class CfnPipe.SageMakerPipelineParameterProperty
Name/Value pair of a parameter to start execution of a SageMaker Model Building Pipeline.
Inheritance
System.Object
CfnPipe.SageMakerPipelineParameterProperty
Implements
Namespace: Amazon.CDK.AWS.Pipes
Assembly: Amazon.CDK.AWS.Pipes.dll
Syntax (csharp)
public class SageMakerPipelineParameterProperty : Object, CfnPipe.ISageMakerPipelineParameterProperty
Syntax (vb)
Public Class SageMakerPipelineParameterProperty
Inherits Object
Implements CfnPipe.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
Constructors
SageMakerPipelineParameterProperty() |
Properties
Name | Name of parameter to start execution of a SageMaker Model Building Pipeline. |
Value | Value of parameter to start execution of a SageMaker Model Building Pipeline. |
Constructors
SageMakerPipelineParameterProperty()
public SageMakerPipelineParameterProperty()
Properties
Name
Name of parameter to start execution of a SageMaker Model Building Pipeline.
public string Name { get; set; }
Property Value
System.String
Remarks
Value
Value of parameter to start execution of a SageMaker Model Building Pipeline.
public string Value { get; set; }
Property Value
System.String