tlc.core.builtins.types

A module containing basic builtin types used throughout 3LC.

Modules and Packages

Module

Description

bounding_box

bb_crop_interface

Package Contents

Classes

Class

Description

MetricTableInfo

A dictionary containing summary metadata about a metric table.

Data

Data

Description

SampleData

MetricData

API

tlc.core.builtins.types.SampleData = None
tlc.core.builtins.types.MetricData = None
class tlc.core.builtins.types.MetricTableInfo

Bases: typing.TypedDict

A dictionary containing summary metadata about a metric table.

Initialize self. See help(type(self)) for accurate signature.

url: str = None

The url of the metric table.

file_size: int = None

The size of the metric table in bytes.

stream_name: str = None

The stream name of the metric table.

row_count: int = None

The number of rows in the metric table.