Class SageMakerPipelineParameter
Properties for a pipeline parameter.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.Scheduler.Targets
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class SageMakerPipelineParameter : Object, ISageMakerPipelineParameter
Syntax (vb)
Public Class SageMakerPipelineParameter
Inherits Object
Implements ISageMakerPipelineParameter
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.Scheduler.Targets;
var sageMakerPipelineParameter = new SageMakerPipelineParameter {
Name = "name",
Value = "value"
};
Synopsis
Constructors
Sage |
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
SageMakerPipelineParameter()
public SageMakerPipelineParameter()
Properties
Name
Name of parameter to start execution of a SageMaker Model Building Pipeline.
public string Name { get; set; }
Property Value
System.
Value
Value of parameter to start execution of a SageMaker Model Building Pipeline.
public string Value { get; set; }
Property Value
System.