Interface CfnSchedule.SageMakerPipelineParameterProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnSchedule.SageMakerPipelineParameterProperty.Jsii$Proxy
- Enclosing class:
CfnSchedule
@Stability(Stable)
public static interface CfnSchedule.SageMakerPipelineParameterProperty
extends software.amazon.jsii.JsiiSerializable
The name and value pair of a parameter to use 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.scheduler.*; SageMakerPipelineParameterProperty sageMakerPipelineParameterProperty = SageMakerPipelineParameterProperty.builder() .name("name") .value("value") .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnSchedule.SageMakerPipelineParameterProperty
static final class
An implementation forCfnSchedule.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
-