interface ColumnSchemaProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.aws_cleanroomsml.CfnTrainingDataset.ColumnSchemaProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awscleanroomsml#CfnTrainingDataset_ColumnSchemaProperty |
Java | software.amazon.awscdk.services.cleanroomsml.CfnTrainingDataset.ColumnSchemaProperty |
Python | aws_cdk.aws_cleanroomsml.CfnTrainingDataset.ColumnSchemaProperty |
TypeScript | aws-cdk-lib » aws_cleanroomsml » CfnTrainingDataset » ColumnSchemaProperty |
Metadata for a column.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_cleanroomsml as cleanroomsml } from 'aws-cdk-lib';
const columnSchemaProperty: cleanroomsml.CfnTrainingDataset.ColumnSchemaProperty = {
columnName: 'columnName',
columnTypes: ['columnTypes'],
};
Properties
Name | Type | Description |
---|---|---|
column | string | The name of a column. |
column | string[] | The data type of column. |
columnName
Type:
string
The name of a column.
columnTypes
Type:
string[]
The data type of column.