@Stability(value=Stable)
public static interface CfnSchedule.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.scheduler.*;
SageMakerPipelineParameterProperty sageMakerPipelineParameterProperty = SageMakerPipelineParameterProperty.builder()
.name("name")
.value("value")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnSchedule.SageMakerPipelineParameterProperty.Builder
A builder for
CfnSchedule.SageMakerPipelineParameterProperty |
static class |
CfnSchedule.SageMakerPipelineParameterProperty.Jsii$Proxy
An implementation for
CfnSchedule.SageMakerPipelineParameterProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnSchedule.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 CfnSchedule.SageMakerPipelineParameterProperty.Builder builder()
Copyright © 2022. All rights reserved.