Class SageMakerPipelineParameter
- Namespace
- Amazon.EventBridge.Model
- Assembly
- AWSSDK.EventBridge.dll
Name/Value pair of a parameter to start execution of a SageMaker Model Building Pipeline.
public class SageMakerPipelineParameter
- Inheritance
-
SageMakerPipelineParameter
- Inherited Members
Constructors
SageMakerPipelineParameter()
public SageMakerPipelineParameter()
Properties
Name
Gets and sets the property Name.
Name of parameter to start execution of a SageMaker Model Building Pipeline.
public string Name { get; set; }
Property Value
Value
Gets and sets the property Value.
Value of parameter to start execution of a SageMaker Model Building Pipeline.
public string Value { get; set; }