Skip to content
Docs Try Aspire

OllamaModelResource Properties

Class Properties 3 members
A resource that represents an ollama model.
ConnectionStringExpression Section titled ConnectionStringExpression ReferenceExpression
Gets the connection string expression for the Ollama model.
public ReferenceExpression ConnectionStringExpression { get; }
Gets the model name.
public string ModelName { get; }
Gets the parent Ollama resource.
public IOllamaResource Parent { get; }