@Stability(value=Stable)
public static interface CfnRule.SageMakerPipelineParameterProperty
extends software.amazon.jsii.JsiiSerializable
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.events.*;
SageMakerPipelineParameterProperty sageMakerPipelineParameterProperty = SageMakerPipelineParameterProperty.builder()
.name("name")
.value("value")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnRule.SageMakerPipelineParameterProperty.Builder
A builder for
CfnRule.SageMakerPipelineParameterProperty |
static class |
CfnRule.SageMakerPipelineParameterProperty.Jsii$Proxy
An implementation for
CfnRule.SageMakerPipelineParameterProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnRule.SageMakerPipelineParameterProperty.Builder |
builder() |
String |
getName()
Name of parameter to start execution of a SageMaker Model Building Pipeline.
|
String |
getValue()
Value of parameter to start execution of a SageMaker Model Building Pipeline.
|
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @NotNull String getValue()
@Stability(value=Stable) static CfnRule.SageMakerPipelineParameterProperty.Builder builder()
Copyright © 2022. All rights reserved.