Image

class Image

A SageMaker AI image. A SageMaker AI image represents a set of container images that are derived from a common base container image. Each of these container images is represented by a SageMaker AI ImageVersion.

Types

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

Properties

Link copied to clipboard

When the image was created.

Link copied to clipboard

The description of the image.

Link copied to clipboard

The name of the image as displayed.

Link copied to clipboard

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

Link copied to clipboard

The ARN of the image.

Link copied to clipboard

The name of the image.

Link copied to clipboard

The status of the image.

Link copied to clipboard

When the image was last modified.

Functions

Link copied to clipboard
inline fun copy(block: Image.Builder.() -> Unit = {}): Image
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