BaseModel

class BaseModel

Identifies the foundation model that was used as the starting point for model customization.

Types

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

Properties

Link copied to clipboard

The hub content name of the base model.

Link copied to clipboard

The hub content version of the base model.

Link copied to clipboard

The recipe name of the base model.

Functions

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