tft.DatasetMetadata

Metadata about a dataset used for the "instance dict" format.

Used in the notebooks

Used in the tutorials

This is an in-memory representation that may be serialized and deserialized to and from a variety of disk representations.

schema

Methods

from_feature_spec

View source

Creates a DatasetMetadata from a TF feature spec dict.

__eq__

View source

Return self==value.

__ne__

View source

Return self!=value.