Describes the given dataset group
Describes the given dataset group. For more information on dataset
groups, see create_dataset_group.
personalize_describe_dataset_group(datasetGroupArn)
datasetGroupArn |
[required] The Amazon Resource Name (ARN) of the dataset group to describe. |
A list with the following syntax:
list(
datasetGroup = list(
name = "string",
datasetGroupArn = "string",
status = "string",
roleArn = "string",
kmsKeyArn = "string",
creationDateTime = as.POSIXct(
"2015-01-01"
),
lastUpdatedDateTime = as.POSIXct(
"2015-01-01"
),
failureReason = "string"
)
)svc$describe_dataset_group( datasetGroupArn = "string" )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.