CreateLLMResponse
CreateLLMResponse documentation for Go SDK
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Llm | LLMResponse | ||
| Statuses | Pointer to []GoodMemStatus | Optional status messages providing information about server-side operations performed during creation, such as capability inference results | [optional] |
Methods
NewCreateLLMResponse
func NewCreateLLMResponse(llm LLMResponse, ) *CreateLLMResponse
NewCreateLLMResponse instantiates a new CreateLLMResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
NewCreateLLMResponseWithDefaults
func NewCreateLLMResponseWithDefaults() *CreateLLMResponse
NewCreateLLMResponseWithDefaults instantiates a new CreateLLMResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
GetLlm
func (o *CreateLLMResponse) GetLlm() LLMResponse
GetLlm returns the Llm field if non-nil, zero value otherwise.
GetLlmOk
func (o *CreateLLMResponse) GetLlmOk() (*LLMResponse, bool)
GetLlmOk returns a tuple with the Llm field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetLlm
func (o *CreateLLMResponse) SetLlm(v LLMResponse)
SetLlm sets Llm field to given value.
GetStatuses
func (o *CreateLLMResponse) GetStatuses() []GoodMemStatus
GetStatuses returns the Statuses field if non-nil, zero value otherwise.
GetStatusesOk
func (o *CreateLLMResponse) GetStatusesOk() (*[]GoodMemStatus, bool)
GetStatusesOk returns a tuple with the Statuses field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetStatuses
func (o *CreateLLMResponse) SetStatuses(v []GoodMemStatus)
SetStatuses sets Statuses field to given value.
HasStatuses
func (o *CreateLLMResponse) HasStatuses() bool
HasStatuses returns a boolean if a field has been set.