
com.pulumi.awsnative.sagemaker.kotlin.outputs.ModelCardInferenceSpecification.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.sagemaker.kotlin.outputs
import kotlin.Suppress
import kotlin.collections.List
/**
*
* @property containers Contains inference related information which were used to create model package.
*/
public data class ModelCardInferenceSpecification(
public val containers: List,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.sagemaker.outputs.ModelCardInferenceSpecification): ModelCardInferenceSpecification = ModelCardInferenceSpecification(
containers = javaType.containers().map({ args0 ->
args0.let({ args0 ->
com.pulumi.awsnative.sagemaker.kotlin.outputs.ModelCardContainer.Companion.toKotlin(args0)
})
}),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy