Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-personalize-dataset.json
Parent schema serverless-framework-configuration
Type: object

Resource schema for AWS::Personalize::Dataset.. Source:- https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-personalize

Properties

Name string | Aws_CF_FunctionString required

The name for the dataset

DatasetType string | Aws_CF_FunctionString required

The type of dataset

DatasetGroupArn string | Aws_CF_FunctionString required

The Amazon Resource Name (ARN) of the dataset group to add the dataset to

SchemaArn string | Aws_CF_FunctionString required

The ARN of the schema to associate with the dataset. The schema defines the dataset fields.

DatasetImportJob object

Initial DatasetImportJob for the created dataset

5 nested properties
JobName string | Aws_CF_FunctionString

The name for the dataset import job.

DatasetImportJobArn string | Aws_CF_FunctionString

The ARN of the dataset import job

DatasetArn string | Aws_CF_FunctionString

The ARN of the dataset that receives the imported data

DataSource object

The Amazon S3 bucket that contains the training data to import.

1 nested properties
DataLocation string | Aws_CF_FunctionString

The path to the Amazon S3 bucket where the data that you want to upload to your dataset is stored.

RoleArn string | Aws_CF_FunctionString

The ARN of the IAM role that has permissions to read from the Amazon S3 data source.

Definitions

DatasetImportJob object

Initial DatasetImportJob for the created dataset

JobName string | Aws_CF_FunctionString

The name for the dataset import job.

DatasetImportJobArn string | Aws_CF_FunctionString

The ARN of the dataset import job

DatasetArn string | Aws_CF_FunctionString

The ARN of the dataset that receives the imported data

DataSource object

The Amazon S3 bucket that contains the training data to import.

1 nested properties
DataLocation string | Aws_CF_FunctionString

The path to the Amazon S3 bucket where the data that you want to upload to your dataset is stored.

RoleArn string | Aws_CF_FunctionString

The ARN of the IAM role that has permissions to read from the Amazon S3 data source.