Get Image Version Result
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)