'1.0', 'info' => [ 'style' => 'RPC', 'product' => 'ADBAI', 'version' => '2025-08-12', ], 'directories' => [ [ 'id' => 0, 'title' => '其它', 'type' => 'directory', 'children' => [ 'DescribeEmbodiedAIPlatforms', 'CreateEmbodiedAIPlatform', 'CreateAgentPlatform', 'GetEmbodiedAIPlatformResourceUsageInfo', 'ResetEmbodiedAIPlatformPassword', 'DeleteEmbodiedAIPlatform', ], ], ], 'components' => [ 'schemas' => [], ], 'apis' => [ 'DescribeEmbodiedAIPlatforms' => [ 'summary' => '查询具身智能多模数据平台。', 'methods' => [ 'post', ], 'schemes' => [ 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'list', 'riskType' => 'none', 'chargeType' => 'paid', 'abilityTreeCode' => '136445', 'abilityTreeNodes' => [ 'FEATUREadsYXZ2UA', ], ], 'parameters' => [ [ 'name' => 'RegionId', 'in' => 'query', 'schema' => [ 'description' => '实例所在的地域 ID。'."\n" ."\n" .'> 您可以调用 DescribeRegions 接口查看指定湖仓版集群的地域 ID。', 'type' => 'string', 'required' => true, 'example' => 'cn-shanghai', ], ], [ 'name' => 'DBClusterId', 'in' => 'query', 'schema' => [ 'description' => '实例集群ID。', 'type' => 'string', 'required' => true, 'example' => 'amv-bp11q28kvl688****', ], ], [ 'name' => 'State', 'in' => 'query', 'schema' => [ 'description' => '平台运行状态。', 'type' => 'string', 'required' => false, 'example' => 'running', 'enum' => [ 'pending', 'running', 'scaling', 'deleting', 'locked', ], ], ], [ 'name' => 'StartTime', 'in' => 'query', 'schema' => [ 'description' => '平台创建的起始时间点,用于过滤查询。按照ISO 8601标准表示,并使用UTC +0时间,格式为yyyy-MM-ddTHH:mmZ。', 'type' => 'string', 'format' => 'iso8601', 'required' => false, 'example' => '2025-12-01T02:05Z', ], ], [ 'name' => 'EndTime', 'in' => 'query', 'schema' => [ 'description' => '平台创建的终止时间点,用于过滤查询。按照ISO 8601标准表示,并使用UTC +0时间,格式为yyyy-MM-ddTHH:mmZ。', 'type' => 'string', 'format' => 'iso8601', 'required' => false, 'example' => '2025-12-01T03:05Z', ], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => [ 'description' => '分页查询时设置的每页行数。默认值:30。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '30', ], ], [ 'name' => 'PageNumber', 'in' => 'query', 'schema' => [ 'description' => '当前页码。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1', ], ], [ 'name' => 'NextToken', 'in' => 'query', 'schema' => [ 'description' => '分页参数请使用PageSize和PageNumber。', 'type' => 'string', 'required' => false, 'example' => '298a7d5473b128dfe0b5e8707e******', ], ], [ 'name' => 'MaxResults', 'in' => 'query', 'schema' => [ 'description' => '分页参数请使用PageSize和PageNumber。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '30', ], ], [ 'name' => 'PlatformName', 'in' => 'query', 'schema' => [ 'description' => '具身智能多模数据平台名称。', 'type' => 'string', 'required' => false, 'example' => 'platform1', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => 'Schema of Response', 'type' => 'object', 'properties' => [ 'RequestId' => [ 'title' => 'Id of the request', 'description' => '请求ID', 'type' => 'string', 'example' => 'B47EED99-BFA5-529D-8D85-A6642421D390', ], 'Platforms' => [ 'description' => '具身智能多模数据平台列表。', 'type' => 'array', 'items' => [ 'description' => '具身智能多模数据平台。', 'type' => 'object', 'properties' => [ 'PlatformName' => [ 'description' => '平台名称。', 'type' => 'string', 'example' => 'platform1', ], 'RayConfig' => [ 'description' => '平台的Ray规格信息。', 'type' => 'object', 'properties' => [ 'HeadSpec' => [ 'description' => 'Head节点规格。', 'type' => 'string', 'example' => 'large', ], 'Category' => [ 'description' => 'Ray 集群类型,取值说明:'."\n" ."\n" .'- BASIC:基础类型,非高可用'."\n" .'- HIGH_AVAILABILITY:高可用类型', 'type' => 'string', 'example' => 'BASIC', 'enum' => [ 'Basic', 'HighAvailability', ], ], 'WorkerGroups' => [ 'description' => 'Ray Worker组配置信息列表。', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'GroupName' => [ 'description' => 'Worker Group名称', 'type' => 'string', 'example' => 'worker1', ], 'AllocateUnit' => [ 'description' => '分配单元', 'type' => 'string', 'example' => '1', ], 'MaxWorkerQuantity' => [ 'description' => '最大Worker个数', 'type' => 'integer', 'format' => 'int32', 'example' => '2', ], 'MinWorkerQuantity' => [ 'description' => '最小Worker个数', 'type' => 'integer', 'format' => 'int32', 'example' => '1', ], 'WorkerDiskCapacity' => [ 'description' => '每个Worker磁盘大小', 'type' => 'string', 'example' => '100G', ], 'WorkerSpecName' => [ 'description' => 'Worker资源型号', 'type' => 'string', 'example' => 'large', ], 'WorkerSpecType' => [ 'description' => 'Ray Worker资源类型', 'type' => 'string', 'example' => 'CPU', 'enum' => [ 'CPU', 'GPU', ], ], ], ], ], 'RayClusterAddress' => [ 'description' => 'Ray Cluster地址', 'type' => 'string', 'example' => 'http://ray-cluster-address.example.com', ], 'RayDashboardAddress' => [ 'description' => 'Ray Dashboard地址', 'type' => 'string', 'example' => 'http://ray-dashboard-address.example.com', ], 'RayGrafanaAddress' => [ 'description' => 'Ray Grafana地址', 'type' => 'string', 'example' => 'http://ray-grafana-address.example.com', ], 'HeadSpecType' => [ 'description' => 'Head节点资源类型。', 'type' => 'string', 'example' => 'CPU', ], 'HeadDiskCapacity' => [ 'description' => 'Head节点磁盘大小。', 'type' => 'string', 'example' => '100G', ], ], ], 'State' => [ 'description' => '运行状态', 'type' => 'string', 'example' => 'running', ], 'OssBucketName' => [ 'description' => '湖存储名称。', 'type' => 'string', 'example' => 'adb-lake-cn-beijing-5q1w******', ], 'EapConfig' => [ 'description' => '平台的Webserver配置', 'type' => 'object', 'properties' => [ 'WebserverSpecName' => [ 'description' => '平台的Webserver规格。', 'type' => 'string', 'example' => 'large', ], 'WebserverAddress' => [ 'description' => '平台的Webserver公网访问地址。', 'type' => 'string', 'example' => 'http://amv-2z******-***-roboto.ads.example.com:80', ], ], ], 'CreateTime' => [ 'description' => '创建时间。', 'type' => 'integer', 'format' => 'int64', 'example' => '2025-12-01 14:55:36', ], ], ], ], 'PageSize' => [ 'description' => '每页行数。', 'type' => 'integer', 'format' => 'int32', 'example' => '30', ], 'PageNumber' => [ 'description' => '当前页码。', 'type' => 'integer', 'format' => 'int32', 'example' => '1', ], 'TotalCount' => [ 'description' => '平台总数。', 'type' => 'integer', 'format' => 'int64', 'example' => '50', ], 'MaxResults' => [ 'description' => '分页查询参数请使用PageSize、PageNumber、TotalCount。', 'type' => 'integer', 'format' => 'int32', 'example' => '30', ], 'NextToken' => [ 'description' => '分页查询参数请使用PageSize、PageNumber、TotalCount。', 'type' => 'string', 'example' => '9c3158c2e8acf616501bd5ee05******', ], ], ], ], ], 'errorCodes' => [ 400 => [ [ 'errorCode' => 'InvalidPoolName.Malformed', 'errorMessage' => 'The specified parameter PoolName is not valid.', ], [ 'errorCode' => 'InvalidPoolUser.Malformed', 'errorMessage' => 'The specified parameter PoolUser is not valid.', ], [ 'errorCode' => 'InvalidDBClusterId.NotFound', 'errorMessage' => 'The DBClusterId provided does not exist in our records.', ], [ 'errorCode' => 'InvalidDBClusterId.Malformed', 'errorMessage' => 'The specified parameter DBClusterId is not valid.', ], [ 'errorCode' => 'ACS.ResourceGroup.InvalidResourceGroupState', 'errorMessage' => 'The state of this resource group does not support this operation.', ], [ 'errorCode' => 'InvalidPoolType.Malformed', 'errorMessage' => 'The specified parameter PoolType is not valid.', ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"B47EED99-BFA5-529D-8D85-A6642421D390\\",\\n \\"Platforms\\": [\\n {\\n \\"PlatformName\\": \\"platform1\\",\\n \\"RayConfig\\": {\\n \\"HeadSpec\\": \\"large\\",\\n \\"Category\\": \\"BASIC\\",\\n \\"WorkerGroups\\": [\\n {\\n \\"GroupName\\": \\"worker1\\",\\n \\"AllocateUnit\\": \\"1\\",\\n \\"MaxWorkerQuantity\\": 2,\\n \\"MinWorkerQuantity\\": 1,\\n \\"WorkerDiskCapacity\\": \\"100G\\",\\n \\"WorkerSpecName\\": \\"large\\",\\n \\"WorkerSpecType\\": \\"CPU\\"\\n }\\n ],\\n \\"RayClusterAddress\\": \\"http://ray-cluster-address.example.com\\",\\n \\"RayDashboardAddress\\": \\"http://ray-dashboard-address.example.com\\",\\n \\"RayGrafanaAddress\\": \\"http://ray-grafana-address.example.com\\",\\n \\"HeadSpecType\\": \\"CPU\\",\\n \\"HeadDiskCapacity\\": \\"100G\\"\\n },\\n \\"State\\": \\"running\\",\\n \\"OssBucketName\\": \\"adb-lake-cn-beijing-5q1w******\\",\\n \\"EapConfig\\": {\\n \\"WebserverSpecName\\": \\"large\\",\\n \\"WebserverAddress\\": \\"http://amv-2z******-***-roboto.ads.example.com:80\\"\\n },\\n \\"CreateTime\\": 0\\n }\\n ],\\n \\"PageSize\\": 30,\\n \\"PageNumber\\": 1,\\n \\"TotalCount\\": 50,\\n \\"MaxResults\\": 30,\\n \\"NextToken\\": \\"9c3158c2e8acf616501bd5ee05******\\"\\n}","type":"json"}]', 'title' => '查询具身智能多模数据平台', ], 'CreateEmbodiedAIPlatform' => [ 'summary' => '创建具身智能多模数据平台。', 'methods' => [ 'post', ], 'schemes' => [ 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'create', 'riskType' => 'none', 'chargeType' => 'paid', 'abilityTreeCode' => '136445', 'abilityTreeNodes' => [ 'FEATUREadsYXZ2UA', ], ], 'parameters' => [ [ 'name' => 'RegionId', 'in' => 'query', 'schema' => [ 'description' => '地域 ID。'."\n" ."\n" .'> 您可以调用 DescribeRegions 接口查看指定湖仓版集群的地域 ID。', 'type' => 'string', 'required' => true, 'example' => 'cn-beijing', ], ], [ 'name' => 'DBClusterId', 'in' => 'query', 'schema' => [ 'description' => '实例集群ID。', 'type' => 'string', 'required' => true, 'example' => 'amv-bp11q28kvl688****', ], ], [ 'name' => 'PlatformName', 'in' => 'query', 'schema' => [ 'description' => '具身智能多模数据平台名称。'."\n" .'> 由小写字母、数字、下划线组成,字母开头,字母或数字结尾,长度不超过16个字符', 'type' => 'string', 'required' => true, 'example' => 'platform1', ], ], [ 'name' => 'WebserverSpecName', 'in' => 'query', 'schema' => [ 'description' => '平台的Webserver规格。', 'type' => 'string', 'required' => false, 'example' => 'large', ], ], [ 'name' => 'RayConfig', 'in' => 'query', 'style' => 'json', 'schema' => [ 'description' => '平台的Ray规格信息。', 'type' => 'object', 'properties' => [ 'HeadSpec' => [ 'description' => 'Head节点规格', 'type' => 'string', 'required' => false, 'example' => 'xlarge', ], 'Category' => [ 'description' => 'Ray集群类型,取值说明:'."\n" ."\n" .'- BASIC:基础类型,非高可用'."\n" ."\n" .'- HIGH_AVAILABILITY:高可用类型', 'type' => 'string', 'required' => false, 'example' => 'BASIC', 'enum' => [ 'BASIC', 'HIGH_AVAILABILITY', ], ], 'WorkerGroups' => [ 'description' => 'Ray Worker组配置信息列表。', 'type' => 'array', 'items' => [ 'description' => 'Ray Worker组配置信息', 'type' => 'object', 'properties' => [ 'GroupName' => [ 'description' => 'worker组名称', 'type' => 'string', 'required' => false, 'example' => 'test', ], 'AllocateUnit' => [ 'description' => '分配单元', 'type' => 'string', 'required' => false, 'example' => '1', ], 'MaxWorkerQuantity' => [ 'description' => '最大worker数量', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '2', ], 'MinWorkerQuantity' => [ 'description' => '最新worker数量', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1', ], 'WorkerDiskCapacity' => [ 'description' => 'worker节点的磁盘大小', 'type' => 'string', 'required' => false, 'example' => '100G', ], 'WorkerSpecName' => [ 'description' => 'worker节点规格', 'type' => 'string', 'required' => false, 'example' => 'xlarge', ], 'WorkerSpecType' => [ 'description' => 'worker节点资源类型', 'type' => 'string', 'required' => false, 'example' => 'CPU', 'enum' => [ 'CPU', 'GPU', ], ], ], 'required' => false, ], 'required' => false, ], ], 'required' => false, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => 'Schema of Response', 'type' => 'object', 'properties' => [ 'RequestId' => [ 'title' => 'Id of the request', 'description' => '请求ID。', 'type' => 'string', 'example' => '19E994DC-A816-56DB-9F90-5F8E403DD19D', ], ], ], ], ], 'errorCodes' => [ 400 => [ [ 'errorCode' => 'InvalidPoolName.Malformed', 'errorMessage' => 'The specified parameter PoolName is not valid.', ], [ 'errorCode' => 'InvalidPoolUser.Malformed', 'errorMessage' => 'The specified parameter PoolUser is not valid.', ], [ 'errorCode' => 'InvalidDBClusterId.NotFound', 'errorMessage' => 'The DBClusterId provided does not exist in our records.', ], [ 'errorCode' => 'InvalidDBClusterId.Malformed', 'errorMessage' => 'The specified parameter DBClusterId is not valid.', ], [ 'errorCode' => 'ACS.ResourceGroup.InvalidResourceGroupState', 'errorMessage' => 'The state of this resource group does not support this operation.', ], [ 'errorCode' => 'InvalidPoolType.Malformed', 'errorMessage' => 'The specified parameter PoolType is not valid.', ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"19E994DC-A816-56DB-9F90-5F8E403DD19D\\"\\n}","type":"json"}]', 'title' => '创建具身多模数据平台', ], 'CreateAgentPlatform' => [ 'summary' => '创建指标分析平台。', 'methods' => [ 'post', ], 'schemes' => [ 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'create', 'riskType' => 'none', 'chargeType' => 'paid', 'abilityTreeCode' => '136445', 'abilityTreeNodes' => [ 'FEATUREadsYXZ2UA', ], ], 'parameters' => [ [ 'name' => 'RegionId', 'in' => 'query', 'schema' => [ 'description' => '地域 ID。'."\n" ."\n" .'> 您可以调用 DescribeRegions 接口查看指定湖仓版集群的地域 ID。', 'type' => 'string', 'required' => false, 'example' => 'cn-beijing', ], ], [ 'name' => 'DBClusterId', 'in' => 'query', 'schema' => [ 'description' => '实例集群ID。', 'type' => 'string', 'required' => true, 'example' => 'amv-bp11q28kvl688****', ], ], [ 'name' => 'Name', 'in' => 'query', 'schema' => [ 'description' => '指标分析平台名称。', 'type' => 'string', 'required' => true, 'example' => 'testplatform', ], ], [ 'name' => 'AiPlatformConfig', 'in' => 'query', 'style' => 'json', 'schema' => [ 'description' => '创建指标分析平台所需参数。', 'type' => 'object', 'properties' => [ 'SpecName' => [ 'description' => '指标分析平台规格。', 'type' => 'string', 'required' => true, 'example' => 'large', ], 'ServeEndpoint' => [ 'description' => '指标分析平台依赖推理服务的Base模型Endpoint。', 'type' => 'string', 'required' => true, 'example' => 'http://111.xx.xx.xx:8100/inferenceservice/base', ], 'ServeApiKey' => [ 'description' => '指标分析平台依赖推理服务的模型ApiKey。', 'type' => 'string', 'required' => true, 'example' => '3760d3**************************', ], 'ServeModelName' => [ 'description' => '指标分析平台依赖推理服务的Base模型名称。', 'type' => 'string', 'required' => true, 'example' => 'Qwen3-235B-A22B-Instruct-2507', ], 'ServeEmbeddingModelName' => [ 'description' => '指标分析平台依赖推理服务的Embedding模型名称。', 'type' => 'string', 'required' => true, 'example' => 'Qwen3-Embedding-8B', ], 'ServeEmbeddingEndpoint' => [ 'description' => '指标分析平台依赖推理服务的Embedding模型Endpoint。', 'type' => 'string', 'required' => true, 'example' => 'http://111.xx.xx.xx:8100/inferenceservice/emb', ], ], 'required' => true, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => 'Schema of Response', 'type' => 'object', 'properties' => [ 'RequestId' => [ 'title' => 'Id of the request', 'description' => 'Id of the request', 'type' => 'string', 'example' => 'B47EED99-BFA5-529D-8D85-A6642421D390', ], ], ], ], ], 'errorCodes' => [ 400 => [ [ 'errorCode' => 'InvalidPoolName.Malformed', 'errorMessage' => 'The specified parameter PoolName is not valid.', ], [ 'errorCode' => 'InvalidPoolUser.Malformed', 'errorMessage' => 'The specified parameter PoolUser is not valid.', ], [ 'errorCode' => 'InvalidDBClusterId.NotFound', 'errorMessage' => 'The DBClusterId provided does not exist in our records.', ], [ 'errorCode' => 'InvalidDBClusterId.Malformed', 'errorMessage' => 'The specified parameter DBClusterId is not valid.', ], [ 'errorCode' => 'ACS.ResourceGroup.InvalidResourceGroupState', 'errorMessage' => 'The state of this resource group does not support this operation.', ], [ 'errorCode' => 'InvalidPoolType.Malformed', 'errorMessage' => 'The specified parameter PoolType is not valid.', ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"B47EED99-BFA5-529D-8D85-A6642421D390\\"\\n}","type":"json"}]', 'title' => '创建指标分析平台', ], 'GetEmbodiedAIPlatformResourceUsageInfo' => [ 'summary' => '查询具身平台资源用量信息。', 'methods' => [ 'post', ], 'schemes' => [ 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '136445', 'abilityTreeNodes' => [ 'FEATUREadsYXZ2UA', ], ], 'parameters' => [ [ 'name' => 'RegionId', 'in' => 'query', 'schema' => [ 'description' => '实例所在的地域 ID。'."\n" ."\n" .'> 您可以调用 DescribeRegions 接口查看指定湖仓版集群的地域 ID。', 'type' => 'string', 'required' => true, 'example' => 'cn-beijing', ], ], [ 'name' => 'DBClusterId', 'in' => 'query', 'schema' => [ 'description' => '实例集群ID。', 'type' => 'string', 'required' => true, 'example' => 'amv-bp11q28kvl688****', ], ], [ 'name' => 'StartTime', 'in' => 'query', 'schema' => [ 'description' => '(网络)资源用量查询区间起始点,格式:yyyy-MM-ddTHH:mmZ', 'type' => 'string', 'format' => 'iso8601', 'required' => false, 'example' => '2026-01-10T01:00Z', ], ], [ 'name' => 'EndTime', 'in' => 'query', 'schema' => [ 'description' => '(网络)资源用量查询区间终止点,格式:yyyy-MM-ddTHH:mmZ', 'type' => 'string', 'format' => 'iso8601', 'required' => false, 'example' => '2026-01-20T01:00Z', ], ], [ 'name' => 'PlatformName', 'in' => 'query', 'schema' => [ 'description' => '具身平台名称。', 'type' => 'string', 'required' => false, 'example' => 'platform1', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => 'Schema of Response', 'type' => 'object', 'properties' => [ 'RequestId' => [ 'title' => 'Id of the request', 'description' => 'Id of the request', 'type' => 'string', 'example' => 'B47EED99-BFA5-529D-8D85-A6642421D390', ], 'RegisteredDeviceCount' => [ 'description' => '已注册的本体数。', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'MaxRegisteredDevices' => [ 'description' => '本体注册上限数。', 'type' => 'integer', 'format' => 'int64', 'example' => '3', ], 'GpuDetails' => [ 'description' => 'GPU使用量', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'GpuModel' => [ 'description' => 'GPU型号。', 'type' => 'string', 'example' => 'ADB.MLLarge.2', ], 'TotalCount' => [ 'description' => '(该型号)GPU当前使用数量。', 'type' => 'integer', 'format' => 'int32', 'example' => '1', ], 'AllocatedUnit' => [ 'description' => 'GPU分配单元。', 'type' => 'integer', 'format' => 'int32', 'example' => '1', ], ], ], ], 'StorageUsage' => [ 'description' => '存储资源用量信息。', 'type' => 'object', 'properties' => [ 'Nas' => [ 'description' => 'NAS存储用量。', 'type' => 'object', 'properties' => [ 'MeteredSize' => [ 'description' => 'NAS标准存储用量,单位Bytes。', 'type' => 'integer', 'format' => 'int64', 'example' => '0', ], ], ], 'Oss' => [ 'description' => 'OSS存储用量。', 'type' => 'object', 'properties' => [ 'StandardStorageSize' => [ 'description' => 'OSS标准存储用量,单位Bytes。', 'type' => 'integer', 'format' => 'int64', 'example' => '0', ], ], ], ], ], 'SlbTraffic' => [ 'description' => '网络资源用量信息。', 'type' => 'object', 'properties' => [ 'TotalBytesIn' => [ 'description' => '公网上行流量,单位Bytes。', 'type' => 'integer', 'format' => 'int64', 'example' => '0', ], 'TotalBytesOut' => [ 'description' => '公网下行流量,单位Bytes。', 'type' => 'integer', 'format' => 'int64', 'example' => '0', ], ], ], ], ], ], ], 'errorCodes' => [ 400 => [ [ 'errorCode' => 'InvalidPoolName.Malformed', 'errorMessage' => 'The specified parameter PoolName is not valid.', ], [ 'errorCode' => 'InvalidPoolUser.Malformed', 'errorMessage' => 'The specified parameter PoolUser is not valid.', ], [ 'errorCode' => 'InvalidDBClusterId.NotFound', 'errorMessage' => 'The DBClusterId provided does not exist in our records.', ], [ 'errorCode' => 'InvalidDBClusterId.Malformed', 'errorMessage' => 'The specified parameter DBClusterId is not valid.', ], [ 'errorCode' => 'ACS.ResourceGroup.InvalidResourceGroupState', 'errorMessage' => 'The state of this resource group does not support this operation.', ], [ 'errorCode' => 'InvalidPoolType.Malformed', 'errorMessage' => 'The specified parameter PoolType is not valid.', ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"B47EED99-BFA5-529D-8D85-A6642421D390\\",\\n \\"RegisteredDeviceCount\\": 1,\\n \\"MaxRegisteredDevices\\": 3,\\n \\"GpuDetails\\": [\\n {\\n \\"GpuModel\\": \\"ADB.MLLarge.2\\",\\n \\"TotalCount\\": 1,\\n \\"AllocatedUnit\\": 1\\n }\\n ],\\n \\"StorageUsage\\": {\\n \\"Nas\\": {\\n \\"MeteredSize\\": 0\\n },\\n \\"Oss\\": {\\n \\"StandardStorageSize\\": 0\\n }\\n },\\n \\"SlbTraffic\\": {\\n \\"TotalBytesIn\\": 0,\\n \\"TotalBytesOut\\": 0\\n }\\n}","type":"json"}]', 'title' => '查询具身平台资源用量信息', ], 'ResetEmbodiedAIPlatformPassword' => [ 'summary' => '重置具身平台admin密码。', 'methods' => [ 'post', ], 'schemes' => [ 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '136445', 'abilityTreeNodes' => [ 'FEATUREadsYXZ2UA', ], ], 'parameters' => [ [ 'name' => 'RegionId', 'in' => 'query', 'schema' => [ 'description' => '实例所在的地域 ID。'."\n" ."\n" .'> 您可以调用 DescribeRegions 接口查看指定湖仓版集群的地域 ID。', 'type' => 'string', 'required' => true, 'example' => 'cn-beijing', ], ], [ 'name' => 'DBClusterId', 'in' => 'query', 'schema' => [ 'description' => '实例集群ID。', 'type' => 'string', 'required' => true, 'example' => 'amv-bp11q28kvl688****', ], ], [ 'name' => 'PlatformName', 'in' => 'query', 'schema' => [ 'description' => '具身智能多模数据平台名称。', 'type' => 'string', 'required' => true, 'example' => 'platform1', ], ], [ 'name' => 'Password', 'in' => 'query', 'schema' => [ 'description' => '具身平台admin用户新密码。', 'type' => 'string', 'required' => true, 'example' => '123*******', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => 'Schema of Response', 'type' => 'object', 'properties' => [ 'RequestId' => [ 'title' => 'Id of the request', 'description' => 'Id of the request', 'type' => 'string', 'example' => 'B47EED99-BFA5-529D-8D85-A6642421D390', ], ], ], ], ], 'errorCodes' => [ 400 => [ [ 'errorCode' => 'InvalidPoolName.Malformed', 'errorMessage' => 'The specified parameter PoolName is not valid.', ], [ 'errorCode' => 'InvalidPoolUser.Malformed', 'errorMessage' => 'The specified parameter PoolUser is not valid.', ], [ 'errorCode' => 'InvalidDBClusterId.NotFound', 'errorMessage' => 'The DBClusterId provided does not exist in our records.', ], [ 'errorCode' => 'InvalidDBClusterId.Malformed', 'errorMessage' => 'The specified parameter DBClusterId is not valid.', ], [ 'errorCode' => 'ACS.ResourceGroup.InvalidResourceGroupState', 'errorMessage' => 'The state of this resource group does not support this operation.', ], [ 'errorCode' => 'InvalidPoolType.Malformed', 'errorMessage' => 'The specified parameter PoolType is not valid.', ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"B47EED99-BFA5-529D-8D85-A6642421D390\\"\\n}","type":"json"}]', 'title' => '重置具身平台admin用户密码', ], 'DeleteEmbodiedAIPlatform' => [ 'summary' => '删除具身智能平台。', 'methods' => [ 'post', ], 'schemes' => [ 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'delete', 'riskType' => 'high', 'chargeType' => 'paid', 'abilityTreeCode' => '136445', 'abilityTreeNodes' => [ 'FEATUREadsYXZ2UA', ], ], 'parameters' => [ [ 'name' => 'RegionId', 'in' => 'query', 'schema' => [ 'description' => '地域 ID。'."\n" ."\n" .'> 您可以调用 DescribeRegions 接口查看指定湖仓版集群的地域 ID。', 'type' => 'string', 'required' => true, 'example' => 'cn-beijing', ], ], [ 'name' => 'DBClusterId', 'in' => 'query', 'schema' => [ 'description' => '实例集群ID。', 'type' => 'string', 'required' => true, 'example' => 'amv-bp11q28kvl688****', ], ], [ 'name' => 'PlatformName', 'in' => 'query', 'schema' => [ 'description' => '具身智能多模数据平台名称。'."\n" .'> 由小写字母、数字、下划线组成,字母开头,字母或数字结尾,长度不超过16个字符', 'type' => 'string', 'required' => true, 'example' => 'platform1', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => 'Schema of Response', 'type' => 'object', 'properties' => [ 'RequestId' => [ 'title' => 'Id of the request', 'description' => 'Id of the request', 'type' => 'string', 'example' => 'B47EED99-BFA5-529D-8D85-A6642421D390', ], ], ], ], ], 'errorCodes' => [ 400 => [ [ 'errorCode' => 'InvalidPoolName.Malformed', 'errorMessage' => 'The specified parameter PoolName is not valid.', ], [ 'errorCode' => 'InvalidPoolUser.Malformed', 'errorMessage' => 'The specified parameter PoolUser is not valid.', ], [ 'errorCode' => 'InvalidDBClusterId.NotFound', 'errorMessage' => 'The DBClusterId provided does not exist in our records.', ], [ 'errorCode' => 'InvalidDBClusterId.Malformed', 'errorMessage' => 'The specified parameter DBClusterId is not valid.', ], [ 'errorCode' => 'ACS.ResourceGroup.InvalidResourceGroupState', 'errorMessage' => 'The state of this resource group does not support this operation.', ], [ 'errorCode' => 'InvalidPoolType.Malformed', 'errorMessage' => 'The specified parameter PoolType is not valid.', ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"B47EED99-BFA5-529D-8D85-A6642421D390\\"\\n}","type":"json"}]', 'title' => '删除具身智能平台', ], ], 'endpoints' => [ [ 'regionId' => 'cn-qingdao', 'endpoint' => 'adb.aliyuncs.com', ], [ 'regionId' => 'cn-beijing', 'endpoint' => 'adbai.cn-beijing.aliyuncs.com', ], [ 'regionId' => 'cn-zhangjiakou', 'endpoint' => 'adb.cn-zhangjiakou.aliyuncs.com', ], [ 'regionId' => 'cn-huhehaote', 'endpoint' => 'adb.cn-huhehaote.aliyuncs.com', ], [ 'regionId' => 'cn-wulanchabu', 'endpoint' => 'adb.cn-wulanchabu.aliyuncs.com', ], [ 'regionId' => 'cn-hangzhou', 'endpoint' => 'adbai.cn-hangzhou.aliyuncs.com', ], [ 'regionId' => 'cn-shanghai', 'endpoint' => 'adb.aliyuncs.com', ], [ 'regionId' => 'cn-shenzhen', 'endpoint' => 'adb.cn-shenzhen.aliyuncs.com', ], [ 'regionId' => 'cn-guangzhou', 'endpoint' => 'adb.cn-guangzhou.aliyuncs.com', ], [ 'regionId' => 'cn-chengdu', 'endpoint' => 'adb.cn-chengdu.aliyuncs.com', ], [ 'regionId' => 'cn-hongkong', 'endpoint' => 'adb.cn-hongkong.aliyuncs.com', ], [ 'regionId' => 'ap-northeast-1', 'endpoint' => 'adb.ap-northeast-1.aliyuncs.com', ], [ 'regionId' => 'ap-northeast-2', 'endpoint' => 'adb.ap-northeast-2.aliyuncs.com', ], [ 'regionId' => 'ap-southeast-1', 'endpoint' => 'adb.ap-southeast-1.aliyuncs.com', ], [ 'regionId' => 'ap-southeast-2', 'endpoint' => 'adb.ap-southeast-2.aliyuncs.com', ], [ 'regionId' => 'ap-southeast-3', 'endpoint' => 'adb.ap-southeast-3.aliyuncs.com', ], [ 'regionId' => 'ap-southeast-5', 'endpoint' => 'adb.ap-southeast-5.aliyuncs.com', ], [ 'regionId' => 'ap-southeast-6', 'endpoint' => 'adb.ap-southeast-6.aliyuncs.com', ], [ 'regionId' => 'us-east-1', 'endpoint' => 'adb.aliyuncs.com', ], [ 'regionId' => 'us-west-1', 'endpoint' => 'adb.aliyuncs.com', ], [ 'regionId' => 'eu-west-1', 'endpoint' => 'adb.eu-west-1.aliyuncs.com', ], [ 'regionId' => 'eu-central-1', 'endpoint' => 'adb.eu-central-1.aliyuncs.com', ], [ 'regionId' => 'ap-south-1', 'endpoint' => 'adb.ap-south-1.aliyuncs.com', ], [ 'regionId' => 'cn-hangzhou-finance', 'endpoint' => 'adb.aliyuncs.com', ], [ 'regionId' => 'cn-shanghai-finance-1', 'endpoint' => 'adb.cn-shanghai-finance-1.aliyuncs.com', ], [ 'regionId' => 'cn-shenzhen-finance-1', 'endpoint' => 'adb.cn-shenzhen-finance-1.aliyuncs.com', ], [ 'regionId' => 'ap-southeast-7', 'endpoint' => 'adb.ap-southeast-7.aliyuncs.com', ], [ 'regionId' => 'me-central-1', 'endpoint' => 'adb.me-central-1.aliyuncs.com', ], [ 'regionId' => 'na-south-1', 'endpoint' => 'adb.na-south-1.aliyuncs.com', ], [ 'regionId' => 'cn-north-2-gov-1', 'endpoint' => 'adb.cn-north-2-gov-1.aliyuncs.com', ], ], ];