gigl.src.inference.v1.lib.inference_output_schema#
Attributes#
Classes#
Thin container for inference output asset metadata |
|
Module Contents#
- class gigl.src.inference.v1.lib.inference_output_schema.InferenceOutputBigqueryTableSchema[source]#
Bases:
NamedTuple
Thin container for inference output asset metadata which enables us to build and produce schemas to be fed into beam.io.WriteToBigQuery. Enables us to track the node identifier, which assists during de-enumeration.
- class gigl.src.inference.v1.lib.inference_output_schema.InferenceOutputBigqueryTableSchemaBuilder[source]#
- add_field(name, field_type, mode)[source]#
- Parameters:
name (str)
field_type (str)
mode (str)
- Return type: