Interface CfnPipe.SageMakerPipelineParameterProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPipe.SageMakerPipelineParameterProperty.Jsii$Proxy
- Enclosing class:
CfnPipe
@Stability(Stable)
public static interface CfnPipe.SageMakerPipelineParameterProperty
extends software.amazon.jsii.JsiiSerializable
Name/Value pair of a parameter to start execution of a SageMaker Model Building Pipeline.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.pipes.*; SageMakerPipelineParameterProperty sageMakerPipelineParameterProperty = SageMakerPipelineParameterProperty.builder() .name("name") .value("value") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnPipe.SageMakerPipelineParameterProperty
static final class
An implementation forCfnPipe.SageMakerPipelineParameterProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getName
Name of parameter to start execution of a SageMaker Model Building Pipeline.- See Also:
-
getValue
Value of parameter to start execution of a SageMaker Model Building Pipeline.- See Also:
-
builder
-