TrainingDatasetGlueDataSourceArgs

data class TrainingDatasetGlueDataSourceArgs(val catalogId: Output<String>? = null, val databaseName: Output<String>, val tableName: Output<String>) : ConvertibleToJava<TrainingDatasetGlueDataSourceArgs>

Constructors

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

Properties

Link copied to clipboard
val catalogId: Output<String>? = null

The Glue catalog that contains the training data.

Link copied to clipboard
val databaseName: Output<String>

The Glue database that contains the training data.

Link copied to clipboard
val tableName: Output<String>

The Glue table that contains the training data.

Functions

Link copied to clipboard
open override fun toJava(): TrainingDatasetGlueDataSourceArgs