Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-rule-sagemakerpipelineparameter.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-rule-sagemakerpipelineparameter.html#cfn-events-rule-sagemakerpipelineparameter-name

Value

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

string Value { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-rule-sagemakerpipelineparameter.html#cfn-events-rule-sagemakerpipelineparameter-value

Back to top Generated by DocFX