addons.tune.payload
Handles the tuner payload backend
TunerPayload Objects#
class TunerPayload(BasePayload)Handles building the payload for tuners
This class builds out the payload from config files of multiple types. It handles various file types and also composition of config files via a recursive calls
Attributes:
_loaders- maps of each file extension to the loader class
__init__#
def __init__(s3_config: Optional[_T] = None)Init for TunerPayload
Arguments:
s3_config- optional S3 config object