描述
数据源信息数据结构。
参数
参数 |
类型 |
描述 |
---|---|---|
TableName |
String |
对应智能推荐的实例的表名。 |
GmtCreate |
String |
创建数据源的UTC时间。 |
GmtModified |
String |
最后修改数据源的UTC时间。 |
Meta |
|
数据源配置参数 |
Type |
String |
数据源类型,当前只支持ODPS。 |
ProjectName |
String |
ODPS project name。 |
TableName |
String |
ODPS table name。 |
Partition |
String |
ODPS Partition。例如:ds=20180102 |
AccessKeyId |
String |
有访问ODPS权限的accesskey ID。 |
Timestamp |
Integer |
ODPS 毫秒数据时间戳。例如:1544112000000 |
示例
ODPS
{
"GmtCreate": "2018-12-07T02:24:26.000Z",
"GmtModified": "2018-12-07T02:24:26.000Z",
"TableName": "item",
"Meta": {
"Type": "ODPS",
"Timestamp": 1544112000000,
"AccessKeyId": "LTAIHhxxxxxxxxxx",
"ProjectName": "openrec_gray",
"TableName": "content_gul_item_autotest",
"Partition": "ds=20181122"
}
}