LLMUpdateRequest
LLMUpdateRequest documentation for Go SDK
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Validate | Pointer to map[string]interface | [optional] | |
| DisplayName | Pointer to NullableString | Update display name | [optional] |
| Description | Pointer to NullableString | Update description | [optional] |
| EndpointUrl | Pointer to NullableString | Update endpoint URL (must be valid HTTP/HTTPS URL) | [optional] |
| ApiPath | Pointer to NullableString | Update API path | [optional] |
| ModelIdentifier | Pointer to NullableString | Update model identifier (cannot be empty) | [optional] |
| SupportedModalities | Pointer to []Modality | Update supported modalities (if array contains ≥1 elements, replaces stored set; if empty or omitted, no change) | [optional] |
| Credentials | Pointer to EndpointAuthentication | [optional] | |
| Version | Pointer to NullableString | Update version information | [optional] |
| MonitoringEndpoint | Pointer to NullableString | Update monitoring endpoint URL | [optional] |
| Capabilities | Pointer to LLMCapabilities | [optional] | |
| DefaultSamplingParams | Pointer to LLMSamplingParams | [optional] | |
| MaxContextLength | Pointer to NullableInt32 | Update maximum context window size in tokens | [optional] |
| ClientConfig | Pointer to map[string]map[string]interface | Update provider-specific client configuration (replaces entire config; no merging) | [optional] |
| ReplaceLabels | Pointer to map[string]string | Replace all existing labels with this set. Empty map clears all labels. Cannot be used with mergeLabels. | [optional] |
| MergeLabels | Pointer to map[string]string | Merge with existing labels: upserts with overwrite. Labels not mentioned are preserved. Cannot be used with replaceLabels. | [optional] |
Methods
NewLLMUpdateRequest
func NewLLMUpdateRequest() *LLMUpdateRequest
NewLLMUpdateRequest instantiates a new LLMUpdateRequest 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
NewLLMUpdateRequestWithDefaults
func NewLLMUpdateRequestWithDefaults() *LLMUpdateRequest
NewLLMUpdateRequestWithDefaults instantiates a new LLMUpdateRequest 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
GetValidate
func (o *LLMUpdateRequest) GetValidate() map[string]interface{}
GetValidate returns the Validate field if non-nil, zero value otherwise.
GetValidateOk
func (o *LLMUpdateRequest) GetValidateOk() (*map[string]interface{}, bool)
GetValidateOk returns a tuple with the Validate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetValidate
func (o *LLMUpdateRequest) SetValidate(v map[string]interface{})
SetValidate sets Validate field to given value.
HasValidate
func (o *LLMUpdateRequest) HasValidate() bool
HasValidate returns a boolean if a field has been set.
GetDisplayName
func (o *LLMUpdateRequest) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
GetDisplayNameOk
func (o *LLMUpdateRequest) GetDisplayNameOk() (*string, bool)
GetDisplayNameOk returns a tuple with the DisplayName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetDisplayName
func (o *LLMUpdateRequest) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
HasDisplayName
func (o *LLMUpdateRequest) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
SetDisplayNameNil
func (o *LLMUpdateRequest) SetDisplayNameNil(b bool)
SetDisplayNameNil sets the value for DisplayName to be an explicit nil
UnsetDisplayName
func (o *LLMUpdateRequest) UnsetDisplayName()
UnsetDisplayName ensures that no value is present for DisplayName, not even an explicit nil
GetDescription
func (o *LLMUpdateRequest) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
GetDescriptionOk
func (o *LLMUpdateRequest) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetDescription
func (o *LLMUpdateRequest) SetDescription(v string)
SetDescription sets Description field to given value.
HasDescription
func (o *LLMUpdateRequest) HasDescription() bool
HasDescription returns a boolean if a field has been set.
SetDescriptionNil
func (o *LLMUpdateRequest) SetDescriptionNil(b bool)
SetDescriptionNil sets the value for Description to be an explicit nil
UnsetDescription
func (o *LLMUpdateRequest) UnsetDescription()
UnsetDescription ensures that no value is present for Description, not even an explicit nil
GetEndpointUrl
func (o *LLMUpdateRequest) GetEndpointUrl() string
GetEndpointUrl returns the EndpointUrl field if non-nil, zero value otherwise.
GetEndpointUrlOk
func (o *LLMUpdateRequest) GetEndpointUrlOk() (*string, bool)
GetEndpointUrlOk returns a tuple with the EndpointUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetEndpointUrl
func (o *LLMUpdateRequest) SetEndpointUrl(v string)
SetEndpointUrl sets EndpointUrl field to given value.
HasEndpointUrl
func (o *LLMUpdateRequest) HasEndpointUrl() bool
HasEndpointUrl returns a boolean if a field has been set.
SetEndpointUrlNil
func (o *LLMUpdateRequest) SetEndpointUrlNil(b bool)
SetEndpointUrlNil sets the value for EndpointUrl to be an explicit nil
UnsetEndpointUrl
func (o *LLMUpdateRequest) UnsetEndpointUrl()
UnsetEndpointUrl ensures that no value is present for EndpointUrl, not even an explicit nil
GetApiPath
func (o *LLMUpdateRequest) GetApiPath() string
GetApiPath returns the ApiPath field if non-nil, zero value otherwise.
GetApiPathOk
func (o *LLMUpdateRequest) GetApiPathOk() (*string, bool)
GetApiPathOk returns a tuple with the ApiPath field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetApiPath
func (o *LLMUpdateRequest) SetApiPath(v string)
SetApiPath sets ApiPath field to given value.
HasApiPath
func (o *LLMUpdateRequest) HasApiPath() bool
HasApiPath returns a boolean if a field has been set.
SetApiPathNil
func (o *LLMUpdateRequest) SetApiPathNil(b bool)
SetApiPathNil sets the value for ApiPath to be an explicit nil
UnsetApiPath
func (o *LLMUpdateRequest) UnsetApiPath()
UnsetApiPath ensures that no value is present for ApiPath, not even an explicit nil
GetModelIdentifier
func (o *LLMUpdateRequest) GetModelIdentifier() string
GetModelIdentifier returns the ModelIdentifier field if non-nil, zero value otherwise.
GetModelIdentifierOk
func (o *LLMUpdateRequest) GetModelIdentifierOk() (*string, bool)
GetModelIdentifierOk returns a tuple with the ModelIdentifier field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetModelIdentifier
func (o *LLMUpdateRequest) SetModelIdentifier(v string)
SetModelIdentifier sets ModelIdentifier field to given value.
HasModelIdentifier
func (o *LLMUpdateRequest) HasModelIdentifier() bool
HasModelIdentifier returns a boolean if a field has been set.
SetModelIdentifierNil
func (o *LLMUpdateRequest) SetModelIdentifierNil(b bool)
SetModelIdentifierNil sets the value for ModelIdentifier to be an explicit nil
UnsetModelIdentifier
func (o *LLMUpdateRequest) UnsetModelIdentifier()
UnsetModelIdentifier ensures that no value is present for ModelIdentifier, not even an explicit nil
GetSupportedModalities
func (o *LLMUpdateRequest) GetSupportedModalities() []Modality
GetSupportedModalities returns the SupportedModalities field if non-nil, zero value otherwise.
GetSupportedModalitiesOk
func (o *LLMUpdateRequest) GetSupportedModalitiesOk() (*[]Modality, bool)
GetSupportedModalitiesOk returns a tuple with the SupportedModalities field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetSupportedModalities
func (o *LLMUpdateRequest) SetSupportedModalities(v []Modality)
SetSupportedModalities sets SupportedModalities field to given value.
HasSupportedModalities
func (o *LLMUpdateRequest) HasSupportedModalities() bool
HasSupportedModalities returns a boolean if a field has been set.
SetSupportedModalitiesNil
func (o *LLMUpdateRequest) SetSupportedModalitiesNil(b bool)
SetSupportedModalitiesNil sets the value for SupportedModalities to be an explicit nil
UnsetSupportedModalities
func (o *LLMUpdateRequest) UnsetSupportedModalities()
UnsetSupportedModalities ensures that no value is present for SupportedModalities, not even an explicit nil
GetCredentials
func (o *LLMUpdateRequest) GetCredentials() EndpointAuthentication
GetCredentials returns the Credentials field if non-nil, zero value otherwise.
GetCredentialsOk
func (o *LLMUpdateRequest) GetCredentialsOk() (*EndpointAuthentication, bool)
GetCredentialsOk returns a tuple with the Credentials field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetCredentials
func (o *LLMUpdateRequest) SetCredentials(v EndpointAuthentication)
SetCredentials sets Credentials field to given value.
HasCredentials
func (o *LLMUpdateRequest) HasCredentials() bool
HasCredentials returns a boolean if a field has been set.
GetVersion
func (o *LLMUpdateRequest) GetVersion() string
GetVersion returns the Version field if non-nil, zero value otherwise.
GetVersionOk
func (o *LLMUpdateRequest) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetVersion
func (o *LLMUpdateRequest) SetVersion(v string)
SetVersion sets Version field to given value.
HasVersion
func (o *LLMUpdateRequest) HasVersion() bool
HasVersion returns a boolean if a field has been set.
SetVersionNil
func (o *LLMUpdateRequest) SetVersionNil(b bool)
SetVersionNil sets the value for Version to be an explicit nil
UnsetVersion
func (o *LLMUpdateRequest) UnsetVersion()
UnsetVersion ensures that no value is present for Version, not even an explicit nil
GetMonitoringEndpoint
func (o *LLMUpdateRequest) GetMonitoringEndpoint() string
GetMonitoringEndpoint returns the MonitoringEndpoint field if non-nil, zero value otherwise.
GetMonitoringEndpointOk
func (o *LLMUpdateRequest) GetMonitoringEndpointOk() (*string, bool)
GetMonitoringEndpointOk returns a tuple with the MonitoringEndpoint field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetMonitoringEndpoint
func (o *LLMUpdateRequest) SetMonitoringEndpoint(v string)
SetMonitoringEndpoint sets MonitoringEndpoint field to given value.
HasMonitoringEndpoint
func (o *LLMUpdateRequest) HasMonitoringEndpoint() bool
HasMonitoringEndpoint returns a boolean if a field has been set.
SetMonitoringEndpointNil
func (o *LLMUpdateRequest) SetMonitoringEndpointNil(b bool)
SetMonitoringEndpointNil sets the value for MonitoringEndpoint to be an explicit nil
UnsetMonitoringEndpoint
func (o *LLMUpdateRequest) UnsetMonitoringEndpoint()
UnsetMonitoringEndpoint ensures that no value is present for MonitoringEndpoint, not even an explicit nil
GetCapabilities
func (o *LLMUpdateRequest) GetCapabilities() LLMCapabilities
GetCapabilities returns the Capabilities field if non-nil, zero value otherwise.
GetCapabilitiesOk
func (o *LLMUpdateRequest) GetCapabilitiesOk() (*LLMCapabilities, bool)
GetCapabilitiesOk returns a tuple with the Capabilities field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetCapabilities
func (o *LLMUpdateRequest) SetCapabilities(v LLMCapabilities)
SetCapabilities sets Capabilities field to given value.
HasCapabilities
func (o *LLMUpdateRequest) HasCapabilities() bool
HasCapabilities returns a boolean if a field has been set.
GetDefaultSamplingParams
func (o *LLMUpdateRequest) GetDefaultSamplingParams() LLMSamplingParams
GetDefaultSamplingParams returns the DefaultSamplingParams field if non-nil, zero value otherwise.
GetDefaultSamplingParamsOk
func (o *LLMUpdateRequest) GetDefaultSamplingParamsOk() (*LLMSamplingParams, bool)
GetDefaultSamplingParamsOk returns a tuple with the DefaultSamplingParams field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetDefaultSamplingParams
func (o *LLMUpdateRequest) SetDefaultSamplingParams(v LLMSamplingParams)
SetDefaultSamplingParams sets DefaultSamplingParams field to given value.
HasDefaultSamplingParams
func (o *LLMUpdateRequest) HasDefaultSamplingParams() bool
HasDefaultSamplingParams returns a boolean if a field has been set.
GetMaxContextLength
func (o *LLMUpdateRequest) GetMaxContextLength() int32
GetMaxContextLength returns the MaxContextLength field if non-nil, zero value otherwise.
GetMaxContextLengthOk
func (o *LLMUpdateRequest) GetMaxContextLengthOk() (*int32, bool)
GetMaxContextLengthOk returns a tuple with the MaxContextLength field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetMaxContextLength
func (o *LLMUpdateRequest) SetMaxContextLength(v int32)
SetMaxContextLength sets MaxContextLength field to given value.
HasMaxContextLength
func (o *LLMUpdateRequest) HasMaxContextLength() bool
HasMaxContextLength returns a boolean if a field has been set.
SetMaxContextLengthNil
func (o *LLMUpdateRequest) SetMaxContextLengthNil(b bool)
SetMaxContextLengthNil sets the value for MaxContextLength to be an explicit nil
UnsetMaxContextLength
func (o *LLMUpdateRequest) UnsetMaxContextLength()
UnsetMaxContextLength ensures that no value is present for MaxContextLength, not even an explicit nil
GetClientConfig
func (o *LLMUpdateRequest) GetClientConfig() map[string]map[string]interface{}
GetClientConfig returns the ClientConfig field if non-nil, zero value otherwise.
GetClientConfigOk
func (o *LLMUpdateRequest) GetClientConfigOk() (*map[string]map[string]interface{}, bool)
GetClientConfigOk returns a tuple with the ClientConfig field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetClientConfig
func (o *LLMUpdateRequest) SetClientConfig(v map[string]map[string]interface{})
SetClientConfig sets ClientConfig field to given value.
HasClientConfig
func (o *LLMUpdateRequest) HasClientConfig() bool
HasClientConfig returns a boolean if a field has been set.
SetClientConfigNil
func (o *LLMUpdateRequest) SetClientConfigNil(b bool)
SetClientConfigNil sets the value for ClientConfig to be an explicit nil
UnsetClientConfig
func (o *LLMUpdateRequest) UnsetClientConfig()
UnsetClientConfig ensures that no value is present for ClientConfig, not even an explicit nil
GetReplaceLabels
func (o *LLMUpdateRequest) GetReplaceLabels() map[string]string
GetReplaceLabels returns the ReplaceLabels field if non-nil, zero value otherwise.
GetReplaceLabelsOk
func (o *LLMUpdateRequest) GetReplaceLabelsOk() (*map[string]string, bool)
GetReplaceLabelsOk returns a tuple with the ReplaceLabels field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetReplaceLabels
func (o *LLMUpdateRequest) SetReplaceLabels(v map[string]string)
SetReplaceLabels sets ReplaceLabels field to given value.
HasReplaceLabels
func (o *LLMUpdateRequest) HasReplaceLabels() bool
HasReplaceLabels returns a boolean if a field has been set.
SetReplaceLabelsNil
func (o *LLMUpdateRequest) SetReplaceLabelsNil(b bool)
SetReplaceLabelsNil sets the value for ReplaceLabels to be an explicit nil
UnsetReplaceLabels
func (o *LLMUpdateRequest) UnsetReplaceLabels()
UnsetReplaceLabels ensures that no value is present for ReplaceLabels, not even an explicit nil
GetMergeLabels
func (o *LLMUpdateRequest) GetMergeLabels() map[string]string
GetMergeLabels returns the MergeLabels field if non-nil, zero value otherwise.
GetMergeLabelsOk
func (o *LLMUpdateRequest) GetMergeLabelsOk() (*map[string]string, bool)
GetMergeLabelsOk returns a tuple with the MergeLabels field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetMergeLabels
func (o *LLMUpdateRequest) SetMergeLabels(v map[string]string)
SetMergeLabels sets MergeLabels field to given value.
HasMergeLabels
func (o *LLMUpdateRequest) HasMergeLabels() bool
HasMergeLabels returns a boolean if a field has been set.
SetMergeLabelsNil
func (o *LLMUpdateRequest) SetMergeLabelsNil(b bool)
SetMergeLabelsNil sets the value for MergeLabels to be an explicit nil
UnsetMergeLabels
func (o *LLMUpdateRequest) UnsetMergeLabels()
UnsetMergeLabels ensures that no value is present for MergeLabels, not even an explicit nil