describe_schema
(**kwargs)¶Describes a schema. For more information on schemas, see CreateSchema.
See also: AWS API Documentation
Request Syntax
response = client.describe_schema(
schemaArn='string'
)
[REQUIRED]
The Amazon Resource Name (ARN) of the schema to retrieve.
{
'schema': {
'name': 'string',
'schemaArn': 'string',
'schema': 'string',
'creationDateTime': datetime(2015, 1, 1),
'lastUpdatedDateTime': datetime(2015, 1, 1),
'domain': 'ECOMMERCE'|'VIDEO_ON_DEMAND'
}
}
Response Structure
The requested schema.
The name of the schema.
The Amazon Resource Name (ARN) of the schema.
The schema.
The date and time (in Unix time) that the schema was created.
The date and time (in Unix time) that the schema was last updated.
The domain of a schema that you created for a dataset in a Domain dataset group.
Exceptions
Personalize.Client.exceptions.InvalidInputException
Personalize.Client.exceptions.ResourceNotFoundException