Danger

You are looking at the documentation for an older version of the SDV! We are no longer supporting or maintaining this version of the software

Click here to go to the new docs pages.

sdv.tabular.ctgan.TVAE.get_metadata

TVAE.get_metadata()

Get metadata about the table.

This will return an sdv.metadata.Table object containing the information about the data that this model has learned.

This Table metadata will contain some common information, such as field names and data types, as well as additional information that each Sub-class might add, such as the observed data field distributions and their parameters.

Returns

Table metadata.

Return type

sdv.metadata.Table