OpenApiTypesense.NLSearchModelCreateSchema
(OpenApiTypesense v1.3.2)
View Source
Provides struct and type for a NLSearchModelCreateSchema
Summary
Types
@type t() :: %OpenApiTypesense.NLSearchModelCreateSchema{ access_token: String.t(), account_id: String.t(), api_key: String.t(), api_url: String.t(), api_version: String.t(), client_id: String.t(), client_secret: String.t(), id: String.t(), max_bytes: integer(), max_output_tokens: integer(), model_name: String.t(), project_id: String.t(), refresh_token: String.t(), region: String.t(), stop_sequences: [String.t()], system_prompt: String.t(), temperature: number(), top_k: integer(), top_p: number() }