GoodMem
ReferenceClient SDKsJava SDKRequests

LLMUpdateRequest

LLMUpdateRequest documentation for Java SDK

LLMUpdateRequest

Request body for updating an existing LLM. All fields are optional - only specified fields will be updated.

Properties

NameTypeDescriptionNotes
validateObject[optional]
displayNameStringUpdate display name[optional]
descriptionStringUpdate description[optional]
endpointUrlStringUpdate endpoint URL (must be valid HTTP/HTTPS URL)[optional]
apiPathStringUpdate API path[optional]
modelIdentifierStringUpdate model identifier (cannot be empty)[optional]
supportedModalitiesList<Modality>Update supported modalities (if array contains ≥1 elements, replaces stored set; if empty or omitted, no change)[optional]
credentialsEndpointAuthentication[optional]
versionStringUpdate version information[optional]
monitoringEndpointStringUpdate monitoring endpoint URL[optional]
capabilitiesLLMCapabilities[optional]
defaultSamplingParamsLLMSamplingParams[optional]
maxContextLengthIntegerUpdate maximum context window size in tokens[optional]
clientConfigMap<String, Object>Update provider-specific client configuration (replaces entire config; no merging)[optional]
replaceLabelsMap<String, String>Replace all existing labels with this set. Empty map clears all labels. Cannot be used with mergeLabels.[optional]
mergeLabelsMap<String, String>Merge with existing labels: upserts with overwrite. Labels not mentioned are preserved. Cannot be used with replaceLabels.[optional]