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
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)
Properties
Link copied to clipboard
The URI of the container image version referenced by ImageVersion.
Link copied to clipboard
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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard