ScheduleSageMakerPipelineParameterArgs

data class ScheduleSageMakerPipelineParameterArgs(val name: Output<String>, val value: Output<String>) : ConvertibleToJava<ScheduleSageMakerPipelineParameterArgs>

Name/Value pair of a parameter to start execution of a SageMaker Model Building Pipeline.

Constructors

Link copied to clipboard
constructor(name: Output<String>, value: Output<String>)

Properties

Link copied to clipboard
val name: Output<String>

Name of parameter to start execution of a SageMaker Model Building Pipeline.

Link copied to clipboard
val value: Output<String>

Value of parameter to start execution of a SageMaker Model Building Pipeline.

Functions

Link copied to clipboard
open override fun toJava(): ScheduleSageMakerPipelineParameterArgs