AI-Mocks
Toggle table of contents
0.8.1-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
AI-Mocks
ai-mocks-ollama
/
dev.mokksy.aimocks.ollama.model
/
CopyModelRequest
Copy
Model
Request
common
@
Serializable
data
class
CopyModelRequest
(
val
source
:
String
,
val
destination
:
String
)
(
source
)
Represents a request to copy a model.
Members
Constructors
Copy
Model
Request
Link copied to clipboard
common
constructor
(
source
:
String
,
destination
:
String
)
Properties
destination
Link copied to clipboard
common
val
destination
:
String
The name of the destination model
source
Link copied to clipboard
common
val
source
:
String
The name of the source model