# OllamaExecutableResource Constructors

- Package: [CommunityToolkit.Aspire.Hosting.Ollama](/reference/api/csharp/communitytoolkit.aspire.hosting.ollama.md)
- Type: [OllamaExecutableResource](/reference/api/csharp/communitytoolkit.aspire.hosting.ollama/ollamaexecutableresource.md)
- Kind: `Constructors`
- Members: `1`

A resource that represents an Ollama executable resource.

## OllamaExecutableResource(string)

- Name: `Constructor(string)`
- Source: [GitHub](https://github.com/CommunityToolkit/Aspire/blob/d9dc6fc02412d7398c5722840513d99965a6e98f/src/CommunityToolkit.Aspire.Hosting.Ollama/OllamaExecutableResource.cs#L13-L18)

A resource that represents an Ollama executable resource.

```csharp
public class OllamaExecutableResource
{
    public OllamaExecutableResource(
        string name)
    {
        // ...
    }
}
```

## Parameters

- `name` (`string`)
  The name of the resource.

## Remarks

Constructs an [OllamaExecutableResource](/reference/api/csharp/communitytoolkit.aspire.hosting.ollama/ollamaexecutableresource.md).
