ListModelsResponse

io.cequence.openaiscala.gemini.domain.response.ListModelsResponse
case class ListModelsResponse(models: Seq[Model], nextPageToken: Option[String])

Response from ListModel containing a paginated list of Models.

Attributes

models

the returned Models

nextPageToken

A token, which can be sent as pageToken to retrieve the next page. If this field is omitted, there are no more pages.

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product