status.proto
path phonexia/grpc/common/status.proto
package phonexia.grpc.common
Phonexia status definitions for gRPC API.
Messages
GetStatusRequest
| Name | Type | Description |
|---|
GetStatusResponse
Status response containing information about the micro-service.
| Name | Type | Description |
|---|---|---|
name | string | The name of the service. |
version | string | The version of the service. |
configuration | repeated GetStatusResponse.ConfigurationEntry | The configuration of the service. |
model_info | optional ModelInfo | The model information. |
technology_name | string | The name of the technology. |
GetStatusResponse.ConfigurationEntry
| Name | Type | Description |
|---|---|---|
key | string | |
value | google.protobuf.Any |
Services
Status
Service that implements status provider.
GetStatus
| Method | GetStatus |
|---|---|
| Request | GetStatusRequest |
| Response | GetStatusResponse |
| Description | Returns information about the micro-service. |