# OllamaResource Constructors

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

A resource that represents an Ollama container.

## OllamaResource(string)

- Name: `Constructor(string)`
- Source: [GitHub](https://github.com/CommunityToolkit/Aspire/blob/67afcca30f02c18687f9c5219313710af9706630/src/CommunityToolkit.Aspire.Hosting.Ollama/OllamaResource.cs#L10-L14)

A resource that represents an Ollama container.

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

## Parameters

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

## Remarks

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