Skip to content

Update Dataset

personalize_update_dataset R Documentation

Update a dataset to replace its schema with a new or existing one

Description

Update a dataset to replace its schema with a new or existing one. For more information, see Replacing a dataset's schema.

Usage

personalize_update_dataset(datasetArn, schemaArn)

Arguments

datasetArn

[required] The Amazon Resource Name (ARN) of the dataset that you want to update.

schemaArn

[required] The Amazon Resource Name (ARN) of the new schema you want use.

Value

A list with the following syntax:

list(
  datasetArn = "string"
)

Request syntax

svc$update_dataset(
  datasetArn = "string",
  schemaArn = "string"
)