NAME

AI::Ollama::PushModelRequest -

SYNOPSIS

my $obj = AI::Ollama::PushModelRequest->new();
...

PROPERTIES

insecure

Allow insecure connections to the library.

Only use this if you are pushing to your library during development.

name

The name of the model to push in the form of <namespace>/<model>:<tag>.

stream

If `false` the response will be returned as a single response object, otherwise the response will be streamed as a series of objects.