ImageVersionArgs

data class ImageVersionArgs(val alias: Output<String>? = null, val aliases: Output<List<String>>? = null, val baseImage: Output<String>? = null, val horovod: Output<Boolean>? = null, val imageName: Output<String>? = null, val jobType: Output<ImageVersionJobType>? = null, val mlFramework: Output<String>? = null, val processor: Output<ImageVersionProcessor>? = null, val programmingLang: Output<String>? = null, val releaseNotes: Output<String>? = null, val vendorGuidance: Output<ImageVersionVendorGuidance>? = null, val version: Output<Int>? = null) : ConvertibleToJava<ImageVersionArgs>

Resource Type definition for AWS::SageMaker::ImageVersion

Constructors

Link copied to clipboard
constructor(alias: Output<String>? = null, aliases: Output<List<String>>? = null, baseImage: Output<String>? = null, horovod: Output<Boolean>? = null, imageName: Output<String>? = null, jobType: Output<ImageVersionJobType>? = null, mlFramework: Output<String>? = null, processor: Output<ImageVersionProcessor>? = null, programmingLang: Output<String>? = null, releaseNotes: Output<String>? = null, vendorGuidance: Output<ImageVersionVendorGuidance>? = null, version: Output<Int>? = null)

Properties

Link copied to clipboard
val alias: Output<String>? = null
Link copied to clipboard
val aliases: Output<List<String>>? = null
Link copied to clipboard
val baseImage: Output<String>? = null

The container image that the SageMaker image version is based on.

Link copied to clipboard
val horovod: Output<Boolean>? = null
Link copied to clipboard
val imageName: Output<String>? = null

The name of the parent image. Length Constraints : Minimum length of 1. Maximum length of 63. Pattern : ^[a-zA-Z0-9]([-&#46;]?[a-zA-Z0-9]){0,62}$

Link copied to clipboard
val jobType: Output<ImageVersionJobType>? = null
Link copied to clipboard
val mlFramework: Output<String>? = null
Link copied to clipboard
val processor: Output<ImageVersionProcessor>? = null
Link copied to clipboard
val programmingLang: Output<String>? = null
Link copied to clipboard
val releaseNotes: Output<String>? = null
Link copied to clipboard
Link copied to clipboard
val version: Output<Int>? = null

The version of the image.

Functions

Link copied to clipboard
open override fun toJava(): ImageVersionArgs