DataSet-Execute method
Version:
Apply the DataSet-Execute method to perform data management operations on records that are defined by data set instances. By using the DataSet-Execute method, you can automate these operations and perform them programmatically instead of doing them manually. For example, you can automatically retrieve data from a data set every day at a certain hour and further process, analyze, or filter the data in a data flow.
The parameters that you specify for the DataSet-Execute method depend on the type of a data set that you reference in the method.
- Configuring the DataSet-Execute method for Adaptive Decision Manager
- Configuring the DataSet-Execute method for Database Table
- Configuring the DataSet-Execute method for Decision Data Store
- Configuring the DataSet-Execute method for Event store
- Configuring the DataSet-Execute method for File
- Configuring the DataSet-Execute method for HBase
- Configuring the DataSet-Execute method for HDFS
- Configuring the DataSet-Execute method for Interaction History
- Configuring the DataSet-Execute method for Monte Carlo
- Configuring the DataSet-Execute method for Kinesis
- Configuring the DataSet-Execute method for a social media data set
- Configuring the DataSet-Execute method for Stream
- Configuring the DataSet-Execute method for Visual Business Director
- Configuring the DataSet-Execute method for Adaptive Decision Manager
You can automate data management operations on records that are defined by the Adaptive Decision Manager (ADM) data set by using the DataSet-Execute method. You can perform these operations programmatically, instead of doing them manually.
- Configuring the DataSet-Execute method for Database Table
You can automate data management operations on records that are defined by the Database Table data set by using the DataSet-Execute method. You can perform these operations programmatically, instead of doing them manually.
- Configuring the DataSet-Execute method for Decision Data Store
You can automate data management operations on records that are defined by the Decision Data Store data set by using the DataSet-Execute method. You can perform these operations programmatically, instead of doing them manually.
- Configuring the DataSet-Execute method for Event store
You can automate data management operations on records that are defined by the Event store data set by using the DataSet-Execute method. You can perform these operations programmatically, instead of doing them manually.
- Configuring the DataSet-Execute method for File
You can automate data management operations on records that are defined by the File data set by using the DataSet-Execute method. You can perform these operations programmatically, instead of doing them manually.
- Configuring the DataSet-Execute method for HBase
You can automate data management operations on records that are defined by the HBase data set by using the DataSet-Execute method. You can perform these operations programmatically, instead of doing them manually.
- Configuring the DataSet-Execute method for HDFS
You can automate data management operations on records that are defined by the HDFS data set by using the DataSet-Execute method. You can perform these operations programmatically, instead of doing them manually.
- Configuring the DataSet-Execute method for Interaction History
You can automate data management operations on records that are defined by the Interaction History data set by using the DataSet-Execute method. You can perform these operations programmatically, instead of doing them manually.
- Configuring the DataSet-Execute method for Monte Carlo
You can automate data management operations on records that are defined by the Monte Carlo data set by using the DataSet-Execute method. You can perform these operations programmatically, instead of doing them manually.
- Configuring the DataSet-Execute method for Kinesis
You can automate data management operations on records that are defined by the Kinesis data set by using the DataSet-Execute method. You can perform these operations programmatically, instead of doing them manually.
- Configuring the DataSet-Execute method for a social media data set
You can automate data management operations on records that are defined by a social media data set (Facebook, Twitter, or YouTube) by using the DataSet-Execute method. You can perform these operations programmatically, instead of doing them manually.
- Configuring the DataSet-Execute method for Stream
You can automate data management operations on records that are defined by the Stream data set by using the DataSet-Execute method. You can perform these operations programmatically, instead of doing them manually.
- Configuring the DataSet-Execute method for Visual Business Director
You can automate data management operations on records that are defined by the Visual Business Director (VBD) data set by using the DataSet-Execute method. You can perform these operations programmatically, instead of doing them manually.
- About Data Set rules
Data sets define collections of records, allowing you to set up instances that make use of data abstraction to represent data stored in different sources and formats. Depending on the type selected when creating a new instance, data sets represent Visual Business Director (VBD) data sources, data in database tables or data in decision data stores. Through the data management operations for each data set type, you can read, insert and remove records. Data sets are used on their own through data management operations, as part of combined data
- Methods and instructions by function