ModelAlias

An alias that provides a stable reference to a model version.

Types

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

Properties

Link copied to clipboard

The name of the model alias.

Link copied to clipboard

The model ID that this alias currently points to.

Link copied to clipboard

The resolved model ID after alias resolution.

Functions

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