Classes
Name | Description |
---|---|
PersonalizeDatasetGroup | No description |
Structs
Name | Description |
---|---|
PersonalizeDatasetGroupProps | No description |
Implements: IConstruct, IConstruct, IConstruct, IDependable Extends: Construct
new PersonalizeDatasetGroup(scope: Construct, id: string, props: PersonalizeDatasetGroupProps)
- scope (
Construct
) No description - id (
string
) No description - props (
PersonalizeDatasetGroupProps
) No description- datasetGroupName (
string
) The name for the Dataset Group. Default:${id}-${STAGE}
- interactionsSchema (
string
) The schema to use for interactions. Default: json string representing default interaction schema
- datasetGroupName (
Name | Type | Description |
---|---|---|
datasetGroupArn | string |
|
trackingArn | string |
|
trackingID | string |
Name | Type | Description |
---|---|---|
datasetGroupName? | string |
The name for the Dataset Group. Default: ${id}-${STAGE} |
interactionsSchema? | string |
The schema to use for interactions. Default: json string representing default interaction schema |