DatasetAction

A DatasetAction object that specifies how dataset contents are automatically created.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

Information that allows the system to run a containerized application to create the dataset contents. The application must be in a Docker container along with any required support libraries.

Link copied to clipboard

An SqlQueryDatasetAction object that uses an SQL query to automatically create dataset contents.

Functions

Link copied to clipboard
inline fun copy(block: DatasetAction.Builder.() -> Unit = {}): DatasetAction
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String