Show / Hide Table of Contents

Class CfnPipe.SageMakerPipelineParameterProperty

Name/Value pair of a parameter to start execution of a SageMaker Model Building Pipeline.

Inheritance
System.Object
CfnPipe.SageMakerPipelineParameterProperty
Implements
CfnPipe.ISageMakerPipelineParameterProperty
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

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pipes-pipe-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.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

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pipes-pipe-sagemakerpipelineparameter.html#cfn-pipes-pipe-sagemakerpipelineparameter-name

Value

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

public string Value { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pipes-pipe-sagemakerpipelineparameter.html#cfn-pipes-pipe-sagemakerpipelineparameter-value

Implements

CfnPipe.ISageMakerPipelineParameterProperty
Back to top Generated by DocFX