| 名称 | 类型 | 描述 | 示例值 |
|---|---|---|---|
| object | 代码解释器的详细信息,包含解释器的所有配置和状态信息 | ||
| codeInterpreterId | string | 代码解释器的唯一标识符 | ci-1234567890abcdef |
| codeInterpreterName | string | 代码解释器的名称,用于标识和区分不同的代码解释器实例 | my-code-interpreter |
| description | string | 代码解释器的描述信息,说明该解释器的用途和功能 | Python code interpreter for data analysis |
| executionRoleArn | string | 此代码解释器的执行角色 | acs:ram::1760720386195983:role/CodeInterpreterExecutionRole |
| createdAt | string | 代码解释器的创建时间,采用 ISO 8601 格式 | 2025-01-10T10:30:00Z |
| lastUpdatedAt | string | 代码解释器的最后更新时间,采用 ISO 8601 格式 | 2025-01-10T11:45:00Z |
| status | string | 代码解释器的当前状态,如 READY(就绪)、TERMINATED(已终止)等 | READY |
| statusReason | string | 当前状态的原因说明(如适用) | Code interpreter is ready for use |
| networkConfiguration | NetworkConfiguration | 代码解释器的网络配置信息 | |
| memory | integer | 内存资源配置(单位:MB) | 2048 |
| cpu | float | CPU 核数 | 2.0 |
| tenantId | string | 租户 ID | tenant-1234567890abcdef |
该文章对您有帮助吗?