We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fbbc36 commit 432dc14Copy full SHA for 432dc14
launch/client.py
@@ -144,6 +144,7 @@ def __init__(
144
self_hosted: True iff you are connecting to a self-hosted Scale Launch
145
"""
146
self.connection = Connection(api_key, endpoint or SCALE_LAUNCH_ENDPOINT)
147
+ self.endpoint = endpoint
148
self.self_hosted = self_hosted
149
self.upload_bundle_fn: Optional[Callable[[str, str], None]] = None
150
self.upload_batch_csv_fn: Optional[Callable[[str, str], None]] = None
0 commit comments