All Products
Search
Document Center

Platform For AI:GetExperimentPlanTemplate

Last Updated:Jul 25, 2025
This topic is generated by a machine translation engine without any human intervention. ALIBABA CLOUD DOES NOT GUARANTEE THE ACCURACY OF MACHINE TRANSLATED CONTENT. To request a human-translated version of this topic or provide feedback on this translation, please include it in the feedback form.

Query Test Plan Template Details

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:
    • For mandatory resource types, indicate with a prefix of * .
    • 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
eflo:GetExperimentPlanTemplateget
*ExperimentPlanTemplate
acs:eflo:{#regionId}:{#accountId}:experimentplantemplate/{#ExperimentPlanTemplateId}
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
TemplateIdlongNo

Template ID

315797
ResourceGroupIdstringNo

Resource Group Id

rg-dskfmvjdl43

Response parameters

ParameterTypeDescriptionExample
object

Result

Dataobject

Data

CreatorUidlong

Primary account UID

12312312312312
TemplateIdlong

Template ID

17615126
TemplateCodelong

Template Code

464086216
CreateTimestring

Creation Time

2024-11-29 02:16:35
UpdateTimestring

Update Time

2024-10-22 10:18:10
TemplateNamestring

Template Name

Test
TemplateDescriptionstring

Template Description

test
PrivacyLevelstring

Privacy Level

private
TemplatePipelineParamarray<object>

Template Pipeline

TemplatePipelineParamobject

Template Pipeline

WorkloadIdlong

Workload ID

13
WorkloadNamestring

Workload Name

test
Scenestring

Usage scenario, e.g., "baseline"

baseline
SettingParamsobject

Configured workload parameters

string

Configured workload parameters

batch_size
EnvParamsobject

Configured environment parameters

CpuPerWorkerinteger

CPU allocation

90
GpuPerWorkerinteger

GPU allocation

8
MemoryPerWorkerinteger

Allocated memory in GB

500
ShareMemoryinteger

Shared memory in GB

500
WorkerNuminteger

Number of nodes

1
CudaVersionstring

CUDA version

1.0.0
NCCLVersionstring

NCCL version

1.0.0
GpuDriverVersionstring

GPU driver version

1.0.0
PyTorchVersionstring

PyTorch version

1.0.0
ResourceNodesarray<object>

Specified nodes

ResourceNodeobject

Node

NodeNamestring

Node name

exclusive_coud
TotalCPUinteger

Total CPU

100
TotalGPUinteger

Total GPU

100
TotalMemorylong

Total memory

2048
RequestCPUinteger

当前请求的 cpu

10
RequestGPUinteger

Requested GPU

10
RequestMemoryinteger

Requested memory

1024
ExtendParamobject

Additional parameters

string

Additional parameters

{}
PipelineOrderinteger

Node sequence number

1
VersionIdlong

Version ID

1
IsDeleteinteger

Whether deleted

0
RequestIdstring

Request ID

5514CB39-B7C0-5B89-8534-2DE1E0F2B7AB
AccessDeniedDetailstring

Access denied information

{}
TotalCountlong

Total

0

Examples

Sample success responses

JSONformat

{
  "Data": {
    "CreatorUid": 12312312312312,
    "TemplateId": 17615126,
    "TemplateCode": 464086216,
    "CreateTime": "2024-11-29 02:16:35",
    "UpdateTime": "2024-10-22 10:18:10",
    "TemplateName": "Test",
    "TemplateDescription": "test",
    "PrivacyLevel": "private",
    "TemplatePipelineParam": [
      {
        "WorkloadId": 13,
        "WorkloadName": "test",
        "Scene": "baseline",
        "SettingParams": {
          "key": "batch_size"
        },
        "EnvParams": {
          "CpuPerWorker": 90,
          "GpuPerWorker": 8,
          "MemoryPerWorker": 500,
          "ShareMemory": 500,
          "WorkerNum": 1,
          "CudaVersion": "1.0.0",
          "NCCLVersion": "1.0.0",
          "GpuDriverVersion": "1.0.0",
          "PyTorchVersion": "1.0.0",
          "ResourceNodes": [
            {
              "NodeName": "exclusive_coud",
              "TotalCPU": 100,
              "TotalGPU": 100,
              "TotalMemory": 2048,
              "RequestCPU": 10,
              "RequestGPU": 10,
              "RequestMemory": 1024
            }
          ],
          "ExtendParam": {
            "key": {}
          }
        },
        "PipelineOrder": 1
      }
    ],
    "VersionId": 1,
    "IsDelete": 0
  },
  "RequestId": "5514CB39-B7C0-5B89-8534-2DE1E0F2B7AB",
  "AccessDeniedDetail": {},
  "TotalCount": 0
}

Error codes

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