Skip to content
Docs Try Aspire

MilvusServerResource.withAttu

Method
📦 Aspire.Hosting.Milvus v13.2.0-preview.1.26159.1
interface MilvusServerResource {
// ... omitted for brevity
withAttu(configureContainer?: (obj: AttuResource) => void, containerName?: string): MilvusServerResource;
}

Signature

method withAttu builder
Adds the Attu administration tool for Milvus.
withAttu(configureContainer?: (obj: AttuResource) => void, containerName?: string): MilvusServerResource
configureContainer (obj: AttuResource) => void optional
containerName string optional
MilvusServerResource

Defined on

This method is defined on the following type: