Interface SageMakerPipelineParameter
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
SageMakerPipelineParameter.Jsii$Proxy
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-11-15T10:25:09.713Z")
@Stability(Experimental)
public interface SageMakerPipelineParameter
extends software.amazon.jsii.JsiiSerializable
(experimental) Properties for a pipeline parameter.
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.targets.alpha.*; SageMakerPipelineParameter sageMakerPipelineParameter = SageMakerPipelineParameter.builder() .name("name") .value("value") .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forSageMakerPipelineParameter
static final class
An implementation forSageMakerPipelineParameter
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getName
(experimental) Name of parameter to start execution of a SageMaker Model Building Pipeline. -
getValue
(experimental) Value of parameter to start execution of a SageMaker Model Building Pipeline. -
builder
- Returns:
- a
SageMakerPipelineParameter.Builder
ofSageMakerPipelineParameter
-