ListHpoExperimentLogs分页
显示一个HPO实验指定log的内容
服务地址:
华东1(杭州)
输入参数
只看必填
ExperimentIdHPO实验id
LogNamelog名称
分页参数
PageNumber页码
PageSize每页包含的日志行数
插件下载了解更多
VS Code 插件
安装插件之前,确保已安装 VS Code安装插件之前,确保已安装 VS Code
Alibaba Cloud Developer Toolkit is a collection of extensions that can help access Alibaba Cloud services in Visual Studio Code.
JetBrains 插件
安装插件之前,确保已安装 JetBrains IDE安装插件之前,确保已安装 JetBrains IDE
The Alibaba Cloud Developer Toolkit for JetBrains makes it easier to access Alibaba Cloud services.

请求语法

GET /api/automl/v1/hpo/experiment/{ExperimentId}/logs HTTP/1.1

路径参数

字段名称字段详情
ExperimentIdstring

HPO 实验 id

示例值:abcde参考取值来源:
    GetHpoExperiment
    ListHpoExperiments
    CreateHpoExperiment

请求参数

字段名称字段详情
LogNamestring

log 名称。目前支持‘nnimanager.log'和'dispatcher.log'

示例值:nnimanager.log参考取值来源:
    ListHpoTrialLogNames
PageNumberinteger<int32>

页码。起始值:1。不填则返回 log 文件里所有内容。

示例值:1
PageSizeinteger<int32>

每页包含的日志行数。不填则返回 log 文件里所有内容。

示例值:40

返回参数

字段名称字段详情
RequestIdstring

POP 的请求 id

示例值:071A904D-5A49-597F-9F69-81C7701D04AC
Codestring

返回状态码

示例值:SUCCESS
Messagestring

响应错误信息。只在响应出错时被设置。

示例值:Missing 'user_id' in request.
AccessDeniedDetailobject

访问被拒绝详细信息。

示例值:{ "AuthPrincipalType": "sub", "PolicyType": "AccountLevelIdentityBasedPolicy", "NoPermissionType": "NoPermission" }
TotalCountinteger<int32>

log 文件的总行数

示例值:467
Logsarray<string>

日志行内容

变更历史
暂无变更历史