![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.awsnative.sagemaker.kotlin.outputs.ModelPackageContainerDefinitionModelInputProperties.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.sagemaker.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
*
* @property dataInputConfig The input configuration object for the model.
*/
public data class ModelPackageContainerDefinitionModelInputProperties(
public val dataInputConfig: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.sagemaker.outputs.ModelPackageContainerDefinitionModelInputProperties): ModelPackageContainerDefinitionModelInputProperties =
ModelPackageContainerDefinitionModelInputProperties(
dataInputConfig = javaType.dataInputConfig(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy