DatasetAction

data class DatasetAction(val actionName: String, val containerAction: DatasetContainerAction? = null, val queryAction: DatasetQueryAction? = null)

Constructors

Link copied to clipboard
constructor(actionName: String, containerAction: DatasetContainerAction? = null, queryAction: DatasetQueryAction? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the data set action by which data set contents are automatically created.

Link copied to clipboard

Information which allows the system to run a containerized application in order to create the data set contents. The application must be in a Docker container along with any needed support libraries.

Link copied to clipboard

An "SqlQueryDatasetAction" object that uses an SQL query to automatically create data set contents.