GetImageVersionResult

data class GetImageVersionResult(val containerImage: String? = null, val horovod: Boolean? = null, val imageArn: String? = null, val imageVersionArn: String? = null, val jobType: ImageVersionJobType? = null, val mlFramework: String? = null, val processor: ImageVersionProcessor? = null, val programmingLang: String? = null, val releaseNotes: String? = null, val vendorGuidance: ImageVersionVendorGuidance? = null, val version: Int? = null)

Constructors

Link copied to clipboard
fun GetImageVersionResult(containerImage: String? = null, horovod: Boolean? = null, imageArn: String? = null, imageVersionArn: String? = null, jobType: ImageVersionJobType? = null, mlFramework: String? = null, processor: ImageVersionProcessor? = null, programmingLang: String? = null, releaseNotes: String? = null, vendorGuidance: ImageVersionVendorGuidance? = null, version: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val containerImage: String? = null
Link copied to clipboard
val horovod: Boolean? = null
Link copied to clipboard
val imageArn: String? = null
Link copied to clipboard
val imageVersionArn: String? = null
Link copied to clipboard
Link copied to clipboard
val mlFramework: String? = null
Link copied to clipboard
Link copied to clipboard
val programmingLang: String? = null
Link copied to clipboard
val releaseNotes: String? = null
Link copied to clipboard
Link copied to clipboard
val version: Int? = null