TrainingDatasetGlueDataSource

data class TrainingDatasetGlueDataSource(val catalogId: String? = null, val databaseName: String, val tableName: String)

Constructors

Link copied to clipboard
constructor(catalogId: String? = null, databaseName: String, tableName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val catalogId: String? = null

The Glue catalog that contains the training data.

Link copied to clipboard

The Glue database that contains the training data.

Link copied to clipboard

The Glue table that contains the training data.