Class CfnTrainingDatasetPropsMixin
Defines the information necessary to create a training dataset.
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.CleanRoomsML
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnTrainingDatasetPropsMixin : Mixin, IMixin
Syntax (vb)
Public Class CfnTrainingDatasetPropsMixin Inherits Mixin Implements IMixin
Remarks
In Clean Rooms ML, the TrainingDataset is metadata that points to a Glue table, which is read only during AudienceModel creation.
CloudformationResource: AWS::CleanRoomsML::TrainingDataset
Mixin: true
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.CfnPropertyMixins.AWS.CleanRoomsML;
using Amazon.CDK;
IMergeStrategy mergeStrategy;
var cfnTrainingDatasetPropsMixin = new CfnTrainingDatasetPropsMixin(new CfnTrainingDatasetMixinProps {
Description = "description",
Name = "name",
RoleArn = "roleArn",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} },
TrainingData = new [] { new DatasetProperty {
InputConfig = new DatasetInputConfigProperty {
DataSource = new DataSourceProperty {
GlueDataSource = new GlueDataSourceProperty {
CatalogId = "catalogId",
DatabaseName = "databaseName",
TableName = "tableName"
}
},
Schema = new [] { new ColumnSchemaProperty {
ColumnName = "columnName",
ColumnTypes = new [] { "columnTypes" }
} }
},
Type = "type"
} }
}, new CfnPropertyMixinOptions {
Strategy = mergeStrategy
});
Synopsis
Constructors
| CfnTrainingDatasetPropsMixin(ICfnTrainingDatasetMixinProps, ICfnPropertyMixinOptions?) | Create a mixin to apply properties to |
Properties
| CFN_PROPERTY_KEYS | Defines the information necessary to create a training dataset. |
| Props | Defines the information necessary to create a training dataset. |
| Strategy | Defines the information necessary to create a training dataset. |
Methods
| ApplyTo(IConstruct) | Apply the mixin properties to the construct. |
| Supports(IConstruct) | Check if this mixin supports the given construct. |
Constructors
CfnTrainingDatasetPropsMixin(ICfnTrainingDatasetMixinProps, ICfnPropertyMixinOptions?)
Create a mixin to apply properties to AWS::CleanRoomsML::TrainingDataset.
public CfnTrainingDatasetPropsMixin(ICfnTrainingDatasetMixinProps props, ICfnPropertyMixinOptions? options = null)
Parameters
- props ICfnTrainingDatasetMixinProps
L1 properties to apply.
- options ICfnPropertyMixinOptions
Mixin options.
Remarks
In Clean Rooms ML, the TrainingDataset is metadata that points to a Glue table, which is read only during AudienceModel creation.
CloudformationResource: AWS::CleanRoomsML::TrainingDataset
Mixin: true
ExampleMetadata: fixture=_generated
Properties
CFN_PROPERTY_KEYS
Defines the information necessary to create a training dataset.
protected static string[] CFN_PROPERTY_KEYS { get; }
Property Value
string[]
Remarks
In Clean Rooms ML, the TrainingDataset is metadata that points to a Glue table, which is read only during AudienceModel creation.
CloudformationResource: AWS::CleanRoomsML::TrainingDataset
Mixin: true
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.CfnPropertyMixins.AWS.CleanRoomsML;
using Amazon.CDK;
IMergeStrategy mergeStrategy;
var cfnTrainingDatasetPropsMixin = new CfnTrainingDatasetPropsMixin(new CfnTrainingDatasetMixinProps {
Description = "description",
Name = "name",
RoleArn = "roleArn",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} },
TrainingData = new [] { new DatasetProperty {
InputConfig = new DatasetInputConfigProperty {
DataSource = new DataSourceProperty {
GlueDataSource = new GlueDataSourceProperty {
CatalogId = "catalogId",
DatabaseName = "databaseName",
TableName = "tableName"
}
},
Schema = new [] { new ColumnSchemaProperty {
ColumnName = "columnName",
ColumnTypes = new [] { "columnTypes" }
} }
},
Type = "type"
} }
}, new CfnPropertyMixinOptions {
Strategy = mergeStrategy
});
Props
Defines the information necessary to create a training dataset.
protected virtual ICfnTrainingDatasetMixinProps Props { get; }
Property Value
Remarks
In Clean Rooms ML, the TrainingDataset is metadata that points to a Glue table, which is read only during AudienceModel creation.
CloudformationResource: AWS::CleanRoomsML::TrainingDataset
Mixin: true
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.CfnPropertyMixins.AWS.CleanRoomsML;
using Amazon.CDK;
IMergeStrategy mergeStrategy;
var cfnTrainingDatasetPropsMixin = new CfnTrainingDatasetPropsMixin(new CfnTrainingDatasetMixinProps {
Description = "description",
Name = "name",
RoleArn = "roleArn",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} },
TrainingData = new [] { new DatasetProperty {
InputConfig = new DatasetInputConfigProperty {
DataSource = new DataSourceProperty {
GlueDataSource = new GlueDataSourceProperty {
CatalogId = "catalogId",
DatabaseName = "databaseName",
TableName = "tableName"
}
},
Schema = new [] { new ColumnSchemaProperty {
ColumnName = "columnName",
ColumnTypes = new [] { "columnTypes" }
} }
},
Type = "type"
} }
}, new CfnPropertyMixinOptions {
Strategy = mergeStrategy
});
Strategy
Defines the information necessary to create a training dataset.
protected virtual IMergeStrategy Strategy { get; }
Property Value
Remarks
In Clean Rooms ML, the TrainingDataset is metadata that points to a Glue table, which is read only during AudienceModel creation.
CloudformationResource: AWS::CleanRoomsML::TrainingDataset
Mixin: true
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.CfnPropertyMixins.AWS.CleanRoomsML;
using Amazon.CDK;
IMergeStrategy mergeStrategy;
var cfnTrainingDatasetPropsMixin = new CfnTrainingDatasetPropsMixin(new CfnTrainingDatasetMixinProps {
Description = "description",
Name = "name",
RoleArn = "roleArn",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} },
TrainingData = new [] { new DatasetProperty {
InputConfig = new DatasetInputConfigProperty {
DataSource = new DataSourceProperty {
GlueDataSource = new GlueDataSourceProperty {
CatalogId = "catalogId",
DatabaseName = "databaseName",
TableName = "tableName"
}
},
Schema = new [] { new ColumnSchemaProperty {
ColumnName = "columnName",
ColumnTypes = new [] { "columnTypes" }
} }
},
Type = "type"
} }
}, new CfnPropertyMixinOptions {
Strategy = mergeStrategy
});
Methods
ApplyTo(IConstruct)
Apply the mixin properties to the construct.
public override void ApplyTo(IConstruct construct)
Parameters
- construct IConstruct
Overrides
Remarks
In Clean Rooms ML, the TrainingDataset is metadata that points to a Glue table, which is read only during AudienceModel creation.
CloudformationResource: AWS::CleanRoomsML::TrainingDataset
Mixin: true
ExampleMetadata: fixture=_generated
Supports(IConstruct)
Check if this mixin supports the given construct.
public override bool Supports(IConstruct construct)
Parameters
- construct IConstruct
Returns
Overrides
Remarks
In Clean Rooms ML, the TrainingDataset is metadata that points to a Glue table, which is read only during AudienceModel creation.
CloudformationResource: AWS::CleanRoomsML::TrainingDataset
Mixin: true
ExampleMetadata: fixture=_generated