@Stability(value=Stable)
public static interface CfnRule.SageMakerPipelineParametersProperty
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.*;
SageMakerPipelineParametersProperty sageMakerPipelineParametersProperty = SageMakerPipelineParametersProperty.builder()
.pipelineParameterList(List.of(SageMakerPipelineParameterProperty.builder()
.name("name")
.value("value")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnRule.SageMakerPipelineParametersProperty.Builder
A builder for
CfnRule.SageMakerPipelineParametersProperty |
static class |
CfnRule.SageMakerPipelineParametersProperty.Jsii$Proxy
An implementation for
CfnRule.SageMakerPipelineParametersProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnRule.SageMakerPipelineParametersProperty.Builder |
builder() |
default Object |
getPipelineParameterList()
List of Parameter names and values for SageMaker Model Building Pipeline execution.
|
@Stability(value=Stable) @Nullable default Object getPipelineParameterList()
@Stability(value=Stable) static CfnRule.SageMakerPipelineParametersProperty.Builder builder()
Copyright © 2022. All rights reserved.