Show / Hide Table of Contents

Class CfnSchedule.SageMakerPipelineParameterProperty

The name and value pair of a parameter to use to start execution of a SageMaker Model Building Pipeline.

Inheritance
object
CfnSchedule.SageMakerPipelineParameterProperty
Implements
CfnSchedule.ISageMakerPipelineParameterProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.Scheduler
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnSchedule.SageMakerPipelineParameterProperty : CfnSchedule.ISageMakerPipelineParameterProperty
Syntax (vb)
Public Class CfnSchedule.SageMakerPipelineParameterProperty Implements CfnSchedule.ISageMakerPipelineParameterProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-scheduler-schedule-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.Scheduler;

             var sageMakerPipelineParameterProperty = new SageMakerPipelineParameterProperty {
                 Name = "name",
                 Value = "value"
             };

Synopsis

Constructors

SageMakerPipelineParameterProperty()

The name and value pair of a parameter to use to start execution of a SageMaker Model Building Pipeline.

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()

The name and value pair of a parameter to use to start execution of a SageMaker Model Building Pipeline.

public SageMakerPipelineParameterProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-scheduler-schedule-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.Scheduler;

             var sageMakerPipelineParameterProperty = new SageMakerPipelineParameterProperty {
                 Name = "name",
                 Value = "value"
             };

Properties

Name

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

public string Name { get; set; }
Property Value

string

Remarks

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

Value

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

public string Value { get; set; }
Property Value

string

Remarks

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

Implements

CfnSchedule.ISageMakerPipelineParameterProperty
Back to top Generated by DocFX