Values.RecommenderSchemaSummarySourceProvides a summary of a recommender schema's configuration and current state.
type nonrec t = {recommenderSchemaName : Name.t option;The name of the recommender schema.
*)fields : RecommenderSchemaFields.t option;A map of dataset type to column definitions included in the schema.
*)createdAt : Timestamp.t option;The timestamp when the recommender schema was created.
*)status : RecommenderSchemaStatus.t option;The current operational status of the recommender schema.
*)}