Ollama pulled model data
OperationsGet the model digest
method : public : GetDigest() ~ String
Type | Description |
---|---|
String | model digest |
Get the model
method : public : GetModel() ~ String
Type | Description |
---|---|
String | model |
Get modified time
method : public : GetModifiedTime() ~ System.Time.Date
Type | Description |
---|---|
Date | modified time |
Get the name
method : public : GetName() ~ String
Type | Description |
---|---|
String | name |
Get the model size
method : public : GetSize() ~ Int
Type | Description |
---|---|
Int | model size |
String representation of the instance
method : public : ToString() ~ String
Type | Description |
---|---|
String | string representation of the instance |