SageMakerPipelineParameter
- class aws_cdk.aws_scheduler_targets_alpha.SageMakerPipelineParameter(*, name, value)
Bases:
object
(experimental) Properties for a pipeline parameter.
- Parameters:
name (
str
) – (experimental) Name of parameter to start execution of a SageMaker Model Building Pipeline.value (
str
) – (experimental) Value of parameter to start execution of a SageMaker Model Building Pipeline.
- Stability:
experimental
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. import aws_cdk.aws_scheduler_targets_alpha as scheduler_targets_alpha sage_maker_pipeline_parameter = scheduler_targets_alpha.SageMakerPipelineParameter( name="name", value="value" )
Attributes
- name
(experimental) Name of parameter to start execution of a SageMaker Model Building Pipeline.
- Stability:
experimental
- value
(experimental) Value of parameter to start execution of a SageMaker Model Building Pipeline.
- Stability:
experimental