ListLLMsResponse
ListLLMsResponse documentation for Go SDK
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Llms | []LLMResponse | List of LLM configurations matching the request filters |
Methods
NewListLLMsResponse
func NewListLLMsResponse(llms []LLMResponse, ) *ListLLMsResponse
NewListLLMsResponse instantiates a new ListLLMsResponse 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
NewListLLMsResponseWithDefaults
func NewListLLMsResponseWithDefaults() *ListLLMsResponse
NewListLLMsResponseWithDefaults instantiates a new ListLLMsResponse 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
GetLlms
func (o *ListLLMsResponse) GetLlms() []LLMResponse
GetLlms returns the Llms field if non-nil, zero value otherwise.
GetLlmsOk
func (o *ListLLMsResponse) GetLlmsOk() (*[]LLMResponse, bool)
GetLlmsOk returns a tuple with the Llms field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetLlms
func (o *ListLLMsResponse) SetLlms(v []LLMResponse)
SetLlms sets Llms field to given value.