flytekit.configuration.FastSerializationSettings#
- class flytekit.configuration.FastSerializationSettings(enabled=False, destination_dir=None, distribution_location=None)[source]#
This object hold information about settings necessary to serialize an object so that it can be fast-registered.
Methods
- classmethod from_dict(kvs, *, infer_missing=False)#
- classmethod from_json(s, *, parse_float=None, parse_int=None, parse_constant=None, infer_missing=False, **kw)#
- classmethod schema(*, infer_missing=False, only=None, exclude=(), many=False, context=None, load_only=(), dump_only=(), partial=False, unknown=None)#
- to_json(*, skipkeys=False, ensure_ascii=True, check_circular=True, allow_nan=True, indent=None, separators=None, default=None, sort_keys=False, **kw)#
Attributes
- dataclass_json_config = None
- enabled: bool = False