Parameter | Type | Description | Example |
---|---|---|---|
object | The service details. | ||
RequestId | string | The request ID. | 40325405-579C-4D82******** |
Region | string | The region ID of the service. | cn-shanghai |
CallerUid | string | The user ID (UID) of the Alibaba Cloud account or Resource Access Management (RAM) user that is used to create the service. | 20123******* |
ParentUid | string | The UID of the Alibaba Cloud account that is used to create the service. | 11234******* |
CurrentVersion | integer | The version of the model that is running. | 1 |
Cpu | integer | The number of CPU cores that you applied for each instance. | 1 |
Gpu | integer | The number of GPUs that you applied for each instance. | 0 |
Image | string | The data image of the service. | registry.cn-shanghai.aliyuncs.com/eas/echo_cn-shanghai:v0.0.1-20210129111320 |
PendingInstance | integer | The number of instances that are pending for the service. | 0 |
RunningInstance | integer | The number of instances that are running for the service. | 1 |
TotalInstance | integer | The total number of instances for the service. | 1 |
InternetEndpoint | string | The public endpoint of the service. This parameter is returned only in the DescribeService operation. | http://10123*****.cn-shanghai.aliyuncs.com/api/predict/echo |
IntranetEndpoint | string | The internal endpoint of the service. This parameter is returned only in the DescribeService operation. | http://10123*****.vpc.cn-shanghai.aliyuncs.com/api/predict/echo |
LatestVersion | integer | The latest version number of the service. | 1 |
Memory | integer | The memory size that you applied for each instance. Unit: MB. | 1024 |
Message | string | The returned message. | Service start successfully |
Namespace | string | The namespace in which the service resides. | echo |
Reason | string | The reason for which the service is in the current state. | RUNNING |
Resource | string | The resource group to which the service belongs. | eas-r-xxxxxxx |
ResourceAlias | string | The alias of the resource group to which the service belongs. | my_resource |
ServiceConfig | string | The configurations of the service. | { "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" } |
ServiceName | string | The service name. | echo |
ServiceGroup | string | The group to which the service belongs. | my_group |
Status | string | The service state. Valid values:
| Running |
CreateTime | string | The time when the service was created. The value is the UTC time displayed in RFC3339 format. | 2021-01-29T11:13:20Z |
UpdateTime | string | The time when the service was updated. The value is the UTC time displayed in RFC3339 format. | 2021-01-29T11:13:20Z |
Weight | integer | The weight of the service in canary release. | 100 |
ServiceId | string | The unique ID of the service. | eas-m-xxasdat |
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 |
AccessToken | string | The token that is used to access the service. | MzJiMDI5MDliODc0MTlkYmI0ZDhlYmExYjczYTIyZTE3Zm******** |
Source | string | The source from which the service deployment request is initiated. | dsw |
ExtraData | string | The additional information about the service. | {\"blue_green_services\":[\"test\",\"testxxxx\"]} |
Role | string | The server role. | Queue |
RoleAttrs | string | The additional attributes of the service role. This parameter is returned only in the DescribeService operation. | "{\"ApproxMaxLength\":null,\"Length\":null,\"MaxPayloadBytes\":null}" |
SafetyLock | string | The security lock of the service. Valid values:
| dangerous |
SecondaryInternetEndpoint | string | The public endpoint that is used in the asynchronization request of the service. This parameter is returned only in the DescribeService operation. | http://10123*****.cn-shanghai.aliyuncs.com/api/predict/async_path.echo |
SecondaryIntranetEndpoint | string | The internal endpoint that is used in the asynchronization request of the service. This parameter is returned only in the DescribeService operation. | http://10123*****.vpc.cn-shanghai.aliyuncs.com/api/predict/async_path.echo |
Labels | array<object> | The service tags. | |
object | |||
LabelKey | string | The tag key of the service. | key1 |
LabelValue | string | The tag value of the service. | value1 |
WorkspaceId | string | The ID of the workspace to which the service belongs. | 123445 |
AppType | string | The application service type. | LLM |
AppConfig | string | The application service configurations. | {"ModelStorage":"oss"} |
AppSpecName | string | The application service specifications. | llama_7b_fp16 |
AppVersion | string | The application service version. | v1 |