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
constructor(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

The URI of the container image version referenced by ImageVersion.

Link copied to clipboard
val horovod: Boolean? = null
Link copied to clipboard
val imageArn: String? = null

The Amazon Resource Name (ARN) of the parent Image.

Link copied to clipboard
val imageVersionArn: String? = null

The Amazon Resource Name (ARN) of the image version. Type : String Length Constraints : Maximum length of 256. Pattern : ^arn:aws(-[\w]+)*:sagemaker:.+:[0-9]{12}:image-version/[a-z0-9]([-.]?[a-z0-9])*/[0-9]+$

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

The version of the image.