Interface SageMakerPipelineParameter
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
SageMakerPipelineParameter.Jsii$Proxy
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-11-17T14:41:00.563Z")
@Stability(Stable)
public interface SageMakerPipelineParameter
extends software.amazon.jsii.JsiiSerializable
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.*;
SageMakerPipelineParameter sageMakerPipelineParameter = SageMakerPipelineParameter.builder()
.name("name")
.value("value")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forSageMakerPipelineParameterstatic final classAn implementation forSageMakerPipelineParameter -
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
- Returns:
- a
SageMakerPipelineParameter.BuilderofSageMakerPipelineParameter
-