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
Optional settings for collecting git metadata. By default, will collect all
401
-
git metadata fields allowed in org-level settings.
400
+
Optional settings for collecting git metadata. By default, defers entirely
401
+
to org-level settings returned by the control plane; no git metadata is
402
+
collected if the org has not configured any.
402
403
"""
403
404
404
405
repo_info: RepoInfo|None=None
@@ -863,7 +864,7 @@ async def EvalAsync(
863
864
summarized and compared to this experiment.
864
865
:param base_experiment_id: An optional experiment id to use as a base. If specified, the new experiment will be
865
866
summarized and compared to this experiment. This takes precedence over `base_experiment_name` if specified.
866
-
:param git_metadata_settings: Optional settings for collecting git metadata. By default, will collect git metadata fields allowed in org-level settings, excluding diff content unless the org opts in.
867
+
:param git_metadata_settings: Optional settings for collecting git metadata. By default, defers to org-level settings returned by the control plane.
867
868
:param repo_info: Optionally explicitly specify the git metadata for this experiment. This takes precedence over `git_metadata_settings` if specified.
868
869
:param error_score_handler: Optionally supply a custom function to specifically handle score values when tasks or scoring functions have errored.
869
870
:param description: An optional description for the experiment.
@@ -991,7 +992,7 @@ def Eval(
991
992
summarized and compared to this experiment.
992
993
:param base_experiment_id: An optional experiment id to use as a base. If specified, the new experiment will be
993
994
summarized and compared to this experiment. This takes precedence over `base_experiment_name` if specified.
994
-
:param git_metadata_settings: Optional settings for collecting git metadata. By default, will collect git metadata fields allowed in org-level settings, excluding diff content unless the org opts in.
995
+
:param git_metadata_settings: Optional settings for collecting git metadata. By default, defers to org-level settings returned by the control plane.
995
996
:param repo_info: Optionally explicitly specify the git metadata for this experiment. This takes precedence over `git_metadata_settings` if specified.
996
997
:param error_score_handler: Optionally supply a custom function to specifically handle score values when tasks or scoring functions have errored.
997
998
:param description: An optional description for the experiment.
0 commit comments