DomainCustomImage

data class DomainCustomImage(val appImageConfigName: String, val imageName: String, val imageVersionNumber: Int? = null)

A custom SageMaker image.

Constructors

Link copied to clipboard
constructor(appImageConfigName: String, imageName: String, imageVersionNumber: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Name of the AppImageConfig.

Link copied to clipboard

The name of the CustomImage. Must be unique to your account.

Link copied to clipboard
val imageVersionNumber: Int? = null

The version number of the CustomImage.