Describes the given dataset
Describes the given dataset. For more information on datasets, see
create_dataset.
personalize_describe_dataset(datasetArn)
datasetArn |
[required] The Amazon Resource Name (ARN) of the dataset to describe. |
A list with the following syntax:
list(
dataset = list(
name = "string",
datasetArn = "string",
datasetGroupArn = "string",
datasetType = "string",
schemaArn = "string",
status = "string",
creationDateTime = as.POSIXct(
"2015-01-01"
),
lastUpdatedDateTime = as.POSIXct(
"2015-01-01"
)
)
)svc$describe_dataset( datasetArn = "string" )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.