ModelConfiguration

Contains the configuration for a model used in an advanced prompt optimization job, including the model ID and inference parameters.

Types

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

Properties

Link copied to clipboard

Additional model request fields. Use this to pass model-specific parameters that are not included in the standard inference configuration.

Link copied to clipboard

The inference configuration for the model, including parameters such as maximum tokens, temperature, and top-p.

Link copied to clipboard

The ID of the model to use for optimization.

Functions

Link copied to clipboard
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