tfx.v1.types.standard_artifacts.Schema

Artifact that contains the schema of the data.

Inherits From: Artifact

Schema artifact is used to store the schema of the data. The schema is a proto that describes the data, including the type of each feature, the range of values for each feature, and other properties. The schema is usually generated by the SchemaGen component, which uses the statistics of the data to infer the schema. The schema can be used by other components in the pipeline to validate the data and to generate models.

PROPERTIES None
TYPE_ANNOTATION None
TYPE_NAME 'Schema'