Show / Hide Table of Contents

Class CfnRule.SageMakerPipelineParametersProperty

These are custom parameters to use when the target is a SageMaker Model Building Pipeline that starts based on EventBridge events.

Inheritance
System.Object
CfnRule.SageMakerPipelineParametersProperty
Implements
CfnRule.ISageMakerPipelineParametersProperty
Namespace: Amazon.CDK.AWS.Events
Assembly: Amazon.CDK.AWS.Events.dll
Syntax (csharp)
public class SageMakerPipelineParametersProperty : Object, CfnRule.ISageMakerPipelineParametersProperty
Syntax (vb)
Public Class SageMakerPipelineParametersProperty
    Inherits Object
    Implements CfnRule.ISageMakerPipelineParametersProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-rule-sagemakerpipelineparameters.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 sageMakerPipelineParametersProperty = new SageMakerPipelineParametersProperty {
    PipelineParameterList = new [] { new SageMakerPipelineParameterProperty {
        Name = "name",
        Value = "value"
    } }
};

Synopsis

Constructors

SageMakerPipelineParametersProperty()

Properties

PipelineParameterList

List of Parameter names and values for SageMaker Model Building Pipeline execution.

Constructors

SageMakerPipelineParametersProperty()

public SageMakerPipelineParametersProperty()

Properties

PipelineParameterList

List of Parameter names and values for SageMaker Model Building Pipeline execution.

public object PipelineParameterList { get; set; }
Property Value

System.Object

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-rule-sagemakerpipelineparameters.html#cfn-events-rule-sagemakerpipelineparameters-pipelineparameterlist

Implements

CfnRule.ISageMakerPipelineParametersProperty
Back to top Generated by DocFX