All Products
Search
Document Center

Intelligent Media Services:ListAvatarTrainingJobs

Last Updated:Dec 16, 2024

Queries a list of digital human training jobs.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • The required resource types are displayed in bold characters.
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
ice:ListAvatarTrainingJobslist
*All Resources
*
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
PageNointegerNo
  • The page number.
  • Default value: 1.
1
PageSizeintegerNo
  • The number of entries per page.
  • Default value: 10.
  • Valid values: 1 to 100.
10
StatusstringNo
  • The job state.
  • Valid values: Init, Queuing, Training, Success, and Fail.
Success

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

RequestIdstring

The request ID.

****63E8B7C7-4812-46AD-0FA56029AC86****
Dataobject

The data returned.

AvatarTrainingJobListarray<object>

The list of digital human training jobs.

AvatarTrainingJobobject
JobIdstring

The ID of the digital human training job.

*****aded114489ea02e0addf93*****
AvatarIdstring

The ID of the digital human.

Avatar-XXX
AvatarNamestring

The name of the digital human.

AvatarDescriptionstring

The description of the digital human.

AvatarTypestring

The type of the digital human.

2DAvatar
Statusstring

The state of the digital human training job.

Normal
Messagestring

The status description.

Portraitstring

The media asset ID of the portrait image.

*****aded114489ea02e0addf93*****
FirstTrainingTimestring
  • The time when the first training was initiated.
  • The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.
2020-12-23T13:33:40Z
LastTrainingTimestring
  • The time when the last training was initiated.
  • The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.
2020-12-23T13:33:40Z
CreateTimestring
  • The time when the job was created.
  • The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.
2020-12-23T13:33:40Z
TotalCountlong

The total number of entries returned.

3
Successboolean

Indicates whether the request was successful. Valid values:

  • true
  • false
true

Examples

Sample success responses

JSONformat

{
  "RequestId": "****63E8B7C7-4812-46AD-0FA56029AC86****",
  "Data": {
    "AvatarTrainingJobList": [
      {
        "JobId": "*****aded114489ea02e0addf93*****",
        "AvatarId": "Avatar-XXX",
        "AvatarName": "",
        "AvatarDescription": "",
        "AvatarType": "2DAvatar",
        "Status": "Normal",
        "Message": "",
        "Portrait": "*****aded114489ea02e0addf93*****",
        "FirstTrainingTime": "2020-12-23T13:33:40Z",
        "LastTrainingTime": "2020-12-23T13:33:40Z",
        "CreateTime": "2020-12-23T13:33:40Z"
      }
    ],
    "TotalCount": 3
  },
  "Success": true
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history