Dataset

class Dataset

Defines where the training dataset is located, what type of data it contains, and how to access the data.

Types

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

Properties

Link copied to clipboard

A DatasetInputConfig object that defines the data source and schema mapping.

Link copied to clipboard

What type of information is found in the dataset.

Functions

Link copied to clipboard
inline fun copy(block: Dataset.Builder.() -> Unit = {}): Dataset
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