createImageVersion
inline suspend fun SageMakerClient.createImageVersion(crossinline block: CreateImageVersionRequest.Builder.() -> Unit): CreateImageVersionResponse
Creates a version of the SageMaker AI image specified by ImageName
. The version represents the Amazon ECR container image specified by BaseImage
.