Interface CfnSchedulePropsMixin.SageMakerPipelineParametersProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnSchedulePropsMixin.SageMakerPipelineParametersProperty.Jsii$Proxy
- Enclosing class:
CfnSchedulePropsMixin
@Stability(Stable)
public static interface CfnSchedulePropsMixin.SageMakerPipelineParametersProperty
extends software.amazon.jsii.JsiiSerializable
The templated target type for the Amazon SageMaker
StartPipelineExecution API operation.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.scheduler.*;
SageMakerPipelineParametersProperty sageMakerPipelineParametersProperty = SageMakerPipelineParametersProperty.builder()
.pipelineParameterList(List.of(SageMakerPipelineParameterProperty.builder()
.name("name")
.value("value")
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnSchedulePropsMixin.SageMakerPipelineParametersProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPipelineParameterList
List of parameter names and values to use when executing the SageMaker Model Building Pipeline.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnSchedulePropsMixin.SageMakerPipelineParameterProperty>- See Also:
-
builder
@Stability(Stable) static CfnSchedulePropsMixin.SageMakerPipelineParametersProperty.Builder builder()
-