ModelInfo

@Serializable
class ModelInfo(val id: String, val object: ModelObjectType, val ownedBy: String)

Constructors

Link copied to clipboard
constructor(id: String, object: ModelObjectType, ownedBy: String)

Properties

Link copied to clipboard
val id: String

The model identifier, which can be referenced in the API endpoints.

Link copied to clipboard

Possible values: {model}. The object type, which is always "model".

Link copied to clipboard

The organization that owns the model.

Functions

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