Show / Hide Table of Contents

Class CfnTrainingDatasetPropsMixin

Defines the information necessary to create a training dataset.

Inheritance
object
Mixin
CfnTrainingDatasetPropsMixin
Implements
IMixin
Inherited Members
Mixin.IsMixin(object)
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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cleanroomsml-trainingdataset.html

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 AWS::CleanRoomsML::TrainingDataset.

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cleanroomsml-trainingdataset.html

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cleanroomsml-trainingdataset.html

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

ICfnTrainingDatasetMixinProps

Remarks

In Clean Rooms ML, the TrainingDataset is metadata that points to a Glue table, which is read only during AudienceModel creation.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cleanroomsml-trainingdataset.html

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

IMergeStrategy

Remarks

In Clean Rooms ML, the TrainingDataset is metadata that points to a Glue table, which is read only during AudienceModel creation.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cleanroomsml-trainingdataset.html

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
Mixin.ApplyTo(IConstruct)
Remarks

In Clean Rooms ML, the TrainingDataset is metadata that points to a Glue table, which is read only during AudienceModel creation.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cleanroomsml-trainingdataset.html

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

bool

Overrides
Mixin.Supports(IConstruct)
Remarks

In Clean Rooms ML, the TrainingDataset is metadata that points to a Glue table, which is read only during AudienceModel creation.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cleanroomsml-trainingdataset.html

CloudformationResource: AWS::CleanRoomsML::TrainingDataset

Mixin: true

ExampleMetadata: fixture=_generated

Implements

Constructs.IMixin
Back to top Generated by DocFX