ImageReferrer

An object representing an artifact associated with a subject image.

Types

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

Properties

Link copied to clipboard

A map of annotations associated with the artifact.

Link copied to clipboard

The status of the artifact. Valid values are ACTIVE, ARCHIVED, or ACTIVATING.

Link copied to clipboard

A string identifying the type of artifact.

Link copied to clipboard

The digest of the artifact manifest.

Link copied to clipboard

The media type of the artifact manifest.

Link copied to clipboard
val size: Long

The size, in bytes, of the artifact.

Functions

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