describe_dataset
(**kwargs)¶Describes the given dataset. For more information on datasets, see CreateDataset.
See also: AWS API Documentation
Request Syntax
response = client.describe_dataset(
datasetArn='string'
)
[REQUIRED]
The Amazon Resource Name (ARN) of the dataset to describe.
{
'dataset': {
'name': 'string',
'datasetArn': 'string',
'datasetGroupArn': 'string',
'datasetType': 'string',
'schemaArn': 'string',
'status': 'string',
'creationDateTime': datetime(2015, 1, 1),
'lastUpdatedDateTime': datetime(2015, 1, 1)
}
}
Response Structure
A listing of the dataset's properties.
The name of the dataset.
The Amazon Resource Name (ARN) of the dataset that you want metadata for.
The Amazon Resource Name (ARN) of the dataset group.
One of the following values:
The ARN of the associated schema.
The status of the dataset.
A dataset can be in one of the following states:
The creation date and time (in Unix time) of the dataset.
A time stamp that shows when the dataset was updated.
Exceptions
Personalize.Client.exceptions.InvalidInputException
Personalize.Client.exceptions.ResourceNotFoundException