You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"""Creates a Sync project for tracking and optimizing Apache Spark applications
@@ -53,7 +52,7 @@ def create_project(
53
52
:type description: str, optional
54
53
:param s3_url: S3 URL under which to store project configurations and logs, defaults to None
55
54
:type s3_url: str, optional
56
-
:param prediction_preference: preferred prediction solution, defaults to Preference.BALANCED
55
+
:param prediction_preference: preferred prediction solution, defaults to `Preference.ECONOMY`
57
56
:type prediction_preference: Preference, optional
58
57
:param prediction_params: dictionary of prediction parameters, defaults to None. Valid options are documented here - https://developers.synccomputing.com/reference/create_project_v1_projects_post
0 commit comments