Package | Description |
---|---|
com.tencentcloudapi.batch.v20170312.models |
Modifier and Type | Method and Description |
---|---|
DataPointView |
DescribeJobMonitorDataResponse.getDataPoints()
Get 监控采集的数据。时间戳和对应的值一一对应;如果查询的任务重试,采集时间段涉及多个实例的话,某些时间段内的值为null, 表示对应时间点没有实例存在,也不存在对应的监控数据;相邻监控时间段之间的空值数量最多为10。
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeJobMonitorDataResponse.setDataPoints(DataPointView DataPoints)
Set 监控采集的数据。时间戳和对应的值一一对应;如果查询的任务重试,采集时间段涉及多个实例的话,某些时间段内的值为null, 表示对应时间点没有实例存在,也不存在对应的监控数据;相邻监控时间段之间的空值数量最多为10。
|
Constructor and Description |
---|
DataPointView(DataPointView source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Copyright © 2025. All rights reserved.