Skip to content
DocsTry Aspire
DocsTry

OllamaModelResource

Handle
📦 CommunityToolkit.Aspire.Hosting.Ollama v13.4.0
interface OllamaModelResource
extends IExpressionValue,
IManifestExpressionProvider,
IResource,
IResourceWithConnectionString,
IResourceWithParent,
IOllamaResource]],
IValueProvider,
IValueWithReferences {
readonly connectionStringExpression: ReferenceExpression;
readonly modelName: string;
readonly parent: IOllamaResource;
}

Properties

propertyconnectionStringExpressionReferenceExpressionget
Gets the connection string expression for the Ollama model.
propertymodelNamestringget
Gets the model name.
propertyparentIOllamaResourceget
Gets the parent Ollama resource.