Update Adapter
Update Adapter deployment or description.
Path parameters
workspace
model_name
adapter
Request
This endpoint expects an object.
description
Optional description of the adapter
enabled
Whether to make this adapter available for inference post training
fileset
Updated fileset for the adapter
Response
Update adapter metadata
name
Name of the adapter. Name must be unique in the workspace for all Adapters and match the following regex: Allowed characters: letters (a-z, A-Z), digits (0-9), underscores, hyphens, and dots.
workspace
Workspace of the adapter. Allowed characters: letters (a-z, A-Z), digits (0-9), underscores, hyphens, and dots.
fileset
Fileset where the adapter files are stored expected format {workspace}/{fileset_name}
finetuning_type
Type of finetuning (LORA, P_TUNING, etc.)
description
Optional description of the adapter
enabled
Whether to make this adapter available for inference post training
lora_config
Lora configuration specifics
model
Parent model entity reference. A single name (2-63 characters) or ‘workspace/model_name’ where each segment is a valid name (lowercase, digits, hyphens, and temporarily @ . + _; no leading/trailing or consecutive hyphens). If one slash, both sides must be non-empty.
created_at
updated_at
Errors
422
Unprocessable Entity Error