Class CfnTrainingDataset.DataSourceProperty
Defines information about the Glue data source that contains the training data.
Inheritance
Implements
Namespace: Amazon.CDK.AwsCleanroomsml
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class DataSourceProperty : Object, CfnTrainingDataset.IDataSourceProperty
Syntax (vb)
Public Class DataSourceProperty
Inherits Object
Implements CfnTrainingDataset.IDataSourceProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Aws_cleanroomsml;
var dataSourceProperty = new DataSourceProperty {
GlueDataSource = new GlueDataSourceProperty {
DatabaseName = "databaseName",
TableName = "tableName",
// the properties below are optional
CatalogId = "catalogId"
}
};
Synopsis
Constructors
Data |
Properties
Glue |
A GlueDataSource object that defines the catalog ID, database name, and table name for the training data. |
Constructors
DataSourceProperty()
public DataSourceProperty()
Properties
GlueDataSource
A GlueDataSource object that defines the catalog ID, database name, and table name for the training data.
public object GlueDataSource { get; set; }
Property Value
System.