Skip to content
DocsTry Aspire
DocsTry

OllamaModelResource Properties

ClassProperties3 members
A resource that represents an ollama model.
ConnectionStringExpressionSection titled ConnectionStringExpressionReferenceExpression
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; }