All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.awsnative.events.kotlin.outputs.RuleSageMakerPipelineParameter.kt Maven / Gradle / Ivy

@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.awsnative.events.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 *
 * @property name Name of parameter to start execution of a SageMaker Model Building Pipeline.
 * @property value Value of parameter to start execution of a SageMaker Model Building Pipeline.
 */
public data class RuleSageMakerPipelineParameter(
    public val name: String,
    public val `value`: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.awsnative.events.outputs.RuleSageMakerPipelineParameter): RuleSageMakerPipelineParameter = RuleSageMakerPipelineParameter(
            name = javaType.name(),
            `value` = javaType.`value`(),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy