ListModelsConfig

@Serializable
data class ListModelsConfig(val httpOptions: HttpOptions? = null, val pageSize: Int? = null, val pageToken: String? = null, val filter: String? = null, val queryBase: Boolean? = null)

Constructors

Link copied to clipboard
constructor(httpOptions: HttpOptions? = null, pageSize: Int? = null, pageToken: String? = null, filter: String? = null, queryBase: Boolean? = null)

Properties

Link copied to clipboard
val filter: String? = null
Link copied to clipboard

Used to override HTTP request options.

Link copied to clipboard
val pageSize: Int? = null
Link copied to clipboard
val pageToken: String? = null
Link copied to clipboard
val queryBase: Boolean? = null

Set true to list base models, false to list tuned models.