@@ -16,8 +16,10 @@ class Result(TeaClientModel):
1616 not provided in the dataset used for other evaluations.
1717 paper (str, optional): Paper describing the evaluation.
1818 best_metric (str, optional): Name of the best metric.
19- evaluated_on (str, optional): Date of the result evaluation in YYYY-MM-DD format.
20- external_source_url (str, option): The URL to the external source (eg competition)
19+ evaluated_on (str, optional): Date of the result evaluation in
20+ YYYY-MM-DD format.
21+ external_source_url (str, option): The URL to the external source (eg
22+ competition).
2123 """
2224
2325 id : str
@@ -64,11 +66,14 @@ class ResultCreateRequest(_ResultRequest):
6466 Attributes:
6567 metrics (dict): Dictionary of metrics and metric values.
6668 methodology (str): Methodology used for this implementation.
67- uses_additional_data (bool, optional): Does this evaluation uses additional data
68- not provided in the dataset used for other evaluations.
69+ uses_additional_data (bool, optional): Does this evaluation uses
70+ additional data not provided in the dataset used for other
71+ valuations.
6972 paper (str, optional): Paper describing the evaluation.
70- evaluated_on (str, optional): Date of the result evaluation: YYYY-MM-DD format
71- external_source_url (str, option): The URL to the external source (eg competition)
73+ evaluated_on (str, optional): Date of the result evaluation: YYYY-MM-DD
74+ format.
75+ external_source_url (str, option): The URL to the external source (eg
76+ competition).
7277 """
7378
7479 metrics : dict
@@ -89,8 +94,10 @@ class ResultUpdateRequest(_ResultRequest):
8994 additional data not provided in the dataset used for other
9095 evaluations.
9196 paper (str, optional): Paper describing the evaluation.
92- evaluated_on (datetime, optional): Date of the result evaluation: YYYY-MM-DD format
93- external_source_url (str, option): The URL to the external source (eg competition)
97+ evaluated_on (datetime, optional): Date of the result evaluation:
98+ YYYY-MM-DD format.
99+ external_source_url (str, option): The URL to the external source (eg
100+ competition).
94101 """
95102
96103 metrics : Optional [dict ] = None
0 commit comments