Intel(R) SuperBuilder

AssistantServiceCheckHealth Method

Checks the health status of the backend system or service.

Definition

Namespace: SuperBuilderWinService.Services
Assembly: IntelAiaService (in IntelAiaService.exe) Version: 1.0.0+e5af843a4e6a75a047681ce8b5d33ceb3660e546
C#
public override Task<CheckHealthResponse> CheckHealth(
	CheckHealthRequest request,
	ServerCallContext context
)

Parameters

request  CheckHealthRequest
Example: { "typeOfCheck": "RAG" }
context  ServerCallContext
The gRPC call context.

Return Value

TaskCheckHealthResponse
Example: { "status": "ready" }

Exceptions

See Also