class documentation

class ModelManagerConfig(etam.ModelManagerConfig): (source)

Constructor: ModelManagerConfig(d)

View In Hierarchy

Config settings for a ModelManager.

Parameters
urlthe URL of the file
google_drive_idthe ID of the file in Google Drive
extract_archivewhether to extract the downloaded model, which is assumed to be an archive
delete_archivewhether to delete the archive after extracting it, if applicable
Method __init__ Undocumented
Instance Variable google_drive_id Undocumented
Instance Variable url Undocumented
def __init__(self, d): (source)

Undocumented

google_drive_id: None = (source)

Undocumented

Undocumented