tencent cloud

Module Overview
Last updated: 2025-03-11 19:41:13
Module Overview
Last updated: 2025-03-11 19:41:13
The pts/dataset module in the JavaScript API implements the logic related to the parameter files.

Methodology

Methodology
Return Type
Description
void
Add parameter files and set the given parameter values.
void
Traverse the specified parameter file. Modification and deletion are supported.
get(key)
string
Obtain the parameter data value based on the given column name.
Record<string, any>
Randomly obtain a certain row of data from the specified parameter file.

Object

Object
Description
Item
A row of data in the parameter file, along with a marker indicating whether it has been deleted in the current script. It is used in the callback function of the forEach method.

Was this page helpful?
You can also Contact Sales or Submit a Ticket for help.
Yes
No

Feedback