tlc.core.builtins.constants.values

Defines default values for various types of data.

Module Contents

Data

Data

Description

DEFAULT_BB_MAX_COUNT

The default maximum number of bounding boxes in a bounding box list, if not otherwise specified.

DEFAULT_BULK_DATA_CHUNK_SIZE_MB

The default chunk size in megabytes for bulk data.

DEFAULT_LIST_MAX_LENGTH

The default maximum length of a list written to a Table, if not otherwise specified.

API

DEFAULT_BB_MAX_COUNT = 1000

The default maximum number of bounding boxes in a bounding box list, if not otherwise specified.

DEFAULT_BULK_DATA_CHUNK_SIZE_MB = 50.0

The default chunk size in megabytes for bulk data.

DEFAULT_LIST_MAX_LENGTH = 1000000

The default maximum length of a list written to a Table, if not otherwise specified.