describe_dataset_group
(**kwargs)¶Describes the given dataset group. For more information on dataset groups, see CreateDatasetGroup.
See also: AWS API Documentation
Request Syntax
response = client.describe_dataset_group(
datasetGroupArn='string'
)
[REQUIRED]
The Amazon Resource Name (ARN) of the dataset group to describe.
{
'datasetGroup': {
'name': 'string',
'datasetGroupArn': 'string',
'status': 'string',
'roleArn': 'string',
'kmsKeyArn': 'string',
'creationDateTime': datetime(2015, 1, 1),
'lastUpdatedDateTime': datetime(2015, 1, 1),
'failureReason': 'string',
'domain': 'ECOMMERCE'|'VIDEO_ON_DEMAND'
}
}
Response Structure
A listing of the dataset group's properties.
The name of the dataset group.
The Amazon Resource Name (ARN) of the dataset group.
The current status of the dataset group.
A dataset group can be in one of the following states:
The ARN of the IAM role that has permissions to create the dataset group.
The Amazon Resource Name (ARN) of the Key Management Service (KMS) key used to encrypt the datasets.
The creation date and time (in Unix time) of the dataset group.
The last update date and time (in Unix time) of the dataset group.
If creating a dataset group fails, provides the reason why.
The domain of a Domain dataset group.
Exceptions
Personalize.Client.exceptions.InvalidInputException
Personalize.Client.exceptions.ResourceNotFoundException