| Parameter | Type | Description | Example |
|---|---|---|---|
| object | The service details. | ||
| QuotaId | string | The quota ID for the service. This parameter is available only for services deployed by using Lingjun resource quotas. | quotaxxxxx |
| Message | string | The service summary. | Service start successfully |
| ServiceGroup | string | The group to which the service belongs. | my_group |
| Memory | integer | The memory size that you applied for each instance. Unit: MB. | 1024 |
| CurrentVersion | integer | The version of the model that is running. | 1 |
| RunningInstance | integer | The number of instances for the running service. | 1 |
| WorkspaceId | string | The ID of the workspace to which the service belongs. | 123445 |
| Cpu | integer | The number of CPU cores that you applied for each instance. | 1 |
| Image | string | The data image of the service. | registry.cn-shanghai.aliyuncs.com/eas/echo_cn-shanghai:v0.0.1-20210129111320 |
| Gpu | integer | The number of GPUs that you applied for each instance. | 0 |
| CallerUid | string | The user ID (UID) of the Alibaba Cloud account that is used to create the service. | 20123******* |
| Reason | string | The reason for which the service is in the current state. | RUNNING |
| Source | string | The source from which the service deployment request is initiated. | dsw |
| ServiceId | string | The unique ID of the service. | eas-m-xxasdat |
| TotalInstance | integer | The total number of instances for the service. | 1 |
| AppVersion | string | The application service version. | v1 |
| ServiceConfig | string | The service configurations. | { "metadata": { "cpu":1, "instance":1, "memory":1024 }, "name":"echo", "processor_entry":"libecho.so", "processor_path":"http://oss-cn-hangzhou-zmf.aliyuncs.com/059247/echo_processor_release.tar.gz", "processor_type":"cpp" } |
| AccessToken | string | The token that is used to access the service. | MzJiMDI5MDliODc0MTlkYmI0ZDhlYmExYjczYTIyZTE3Zm******** |
| Gateway | string | The ID of the dedicated gateway for the service. This parameter is available only for services that are associated with dedicated gateways. | gw-xxxxxx |
| AppSpecName | string | The name of the application service specification. | llama_7b_fp16 |
| InternetEndpoint | string | The public endpoint of the service. This parameter is returned only in the DescribeService API operation. | http://10123*****.cn-shanghai.aliyuncs.com/api/predict/echo |
| ResourceAlias | string | The alias of the resource group to which the service belongs. | my_resource |
| Status | string | The service status. Valid values:
| Running |
| AppConfig | string | The application service configuration. | {"ModelStorage":"oss"} |
| TrafficState | string | The traffic state. Valid values:
| standalone |
| RequestId | string | The request ID. | 40325405-579C-4D82******** |
| CreateTime | string | The time when the service was created. The time is displayed in the UTC RFC3339 format. | 2021-01-29T11:13:20Z |
| Resource | string | The resource group to which the service belongs. | eas-r-xxxxxxx |
| SecondaryInternetEndpoint | string | The public endpoint that is used in the asynchronization request of the service. This parameter is returned only in the DescribeService API operation. | http://10123*****.cn-shanghai.aliyuncs.com/api/predict/async_path.echo |
| Labels | array<object> | The labels. | |
| object | |||
| LabelValue | string | The label value. | value1 |
| LabelKey | string | The label key. | key1 |
| ExtraData | string | The additional information about the service. | {\"blue_green_services\":[\"test\",\"testxxxx\"]} |
| Namespace | string | The namespace in which the service resides. | echo |
| Weight | integer | The weight of the service in canary release. | 100 |
| Role | string | The service role. | Queue |
| SecondaryIntranetEndpoint | string | The internal endpoint that is used in the asynchronization request of the service. This parameter is returned only in the DescribeService API operation. | http://10123*****.vpc.cn-shanghai.aliyuncs.com/api/predict/async_path.echo |
| PendingInstance | integer | The number of instances for the pending service. | 0 |
| LatestVersion | integer | The latest version of the service. | 1 |
| ServiceName | string | The service name. | echo |
| SafetyLock | string | The security lock of the service. Valid values:
| dangerous |
| UpdateTime | string | The time when the service was updated. The time is displayed in the UTC RFC3339 format. | 2021-01-29T11:13:20Z |
| ServiceUid | string | The service ID. ServiceUid has the same meaning as ServiceId, and the values of the two parameters are the same. | eas-m-xxasdat |
| Region | string | The region in which the service resides. | cn-shanghai |
| AppType | string | The application service type. | LLM |
| ParentUid | string | The UID of the Alibaba Cloud account that is used to create the service. | 11234******* |
| IntranetEndpoint | string | The internal endpoint of the service. This parameter is returned only in the DescribeService API operation. | http://10123*****.vpc.cn-shanghai.aliyuncs.com/api/predict/echo |
| RoleAttrs | string | The additional attributes of the service role. This parameter is returned only in the DescribeService API operation. | "{\"ApproxMaxLength\":null,\"Length\":null,\"MaxPayloadBytes\":null}" |