Interface CfnPipe.SageMakerPipelineParameterProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPipe.SageMakerPipelineParameterProperty.Jsii$Proxy
- Enclosing class:
- CfnPipe
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();
-
Nested Class Summary
Nested ClassesModifier 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. -
getValue
Value of parameter to start execution of a SageMaker Model Building Pipeline. -
builder
-