Interface CfnTrainingDatasetPropsMixin.GlueDataSourceProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTrainingDatasetPropsMixin.GlueDataSourceProperty.Jsii$Proxy
- Enclosing class:
CfnTrainingDatasetPropsMixin
@Stability(Stable)
public static interface CfnTrainingDatasetPropsMixin.GlueDataSourceProperty
extends software.amazon.jsii.JsiiSerializable
Defines the Glue data source that contains the training data.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.cleanroomsml.*;
GlueDataSourceProperty glueDataSourceProperty = GlueDataSourceProperty.builder()
.catalogId("catalogId")
.databaseName("databaseName")
.tableName("tableName")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTrainingDatasetPropsMixin.GlueDataSourcePropertystatic final classAn implementation forCfnTrainingDatasetPropsMixin.GlueDataSourceProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCatalogId
The Glue catalog that contains the training data.- See Also:
-
getDatabaseName
The Glue database that contains the training data.- See Also:
-
getTableName
The Glue table that contains the training data.- See Also:
-
builder
-