ImageVersion

A version of a SageMaker Image. A version represents an existing container image.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

When the version was created.

Link copied to clipboard

When a create or delete operation fails, the reason for the failure.

Link copied to clipboard

The ARN of the image the version is based on.

Link copied to clipboard

The ARN of the version.

Link copied to clipboard

The status of the version.

Link copied to clipboard

When the version was last modified.

Link copied to clipboard
val version: Int?

The version number.

Functions

Link copied to clipboard
inline fun copy(block: ImageVersion.Builder.() -> Unit = {}): ImageVersion
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String