Skip to content

Commit 543324b

Browse files
digitalocean-engineeringAPI Engineering
andauthored
[bot] Updated client based on openapi-14f1f34/clientgen (#676)
Co-authored-by: API Engineering <api-engineering@digitalocean.com>
1 parent e3db1bc commit 543324b

3 files changed

Lines changed: 93 additions & 1 deletion

File tree

DO_OPENAPI_COMMIT_SHA.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
65127f6
1+
14f1f34

src/pydo/aio/operations/_operations.py

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254351,6 +254351,16 @@ async def list_model_evaluation_runs(
254351254351
"judge_model_uuid": "str", # Optional. Judge model used to
254352254352
score responses.
254353254353
"name": "str", # Optional. Name of the evaluation run.
254354+
"progress": {
254355+
"candidate_rows_evaluated": 0, # Optional. Dataset
254356+
rows whose candidate model call has completed (success or failure).
254357+
"judge_rows_evaluated": 0, # Optional.
254358+
Candidate-success rows the judge has finished (scored or skipped).
254359+
Caps at the number of candidate successes, which may be below
254360+
total_rows.
254361+
"total_rows": 0 # Optional. Total dataset rows for
254362+
the run, sourced from the evaluation dataset.
254363+
},
254354254364
"status": "MODEL_EVALUATION_RUN_STATUS_UNSPECIFIED" #
254355254365
Optional. Default value is "MODEL_EVALUATION_RUN_STATUS_UNSPECIFIED".
254356254366
Model Evaluation Run Statuses. Known values are:
@@ -254929,6 +254939,15 @@ async def get_model_evaluation_run(
254929254939
}
254930254940
],
254931254941
"name": "str", # Optional. Name of the evaluation run.
254942+
"progress": {
254943+
"candidate_rows_evaluated": 0, # Optional. Dataset rows
254944+
whose candidate model call has completed (success or failure).
254945+
"judge_rows_evaluated": 0, # Optional. Candidate-success
254946+
rows the judge has finished (scored or skipped). Caps at the number of
254947+
candidate successes, which may be below total_rows.
254948+
"total_rows": 0 # Optional. Total dataset rows for the run,
254949+
sourced from the evaluation dataset.
254950+
},
254932254951
"result_summary": {
254933254952
"end_time": "2020-02-20 00:00:00", # Optional. Aggregated
254934254953
result summary for a completed model evaluation run.
@@ -255402,6 +255421,15 @@ async def cancel_model_evaluation_run(
255402255421
"judge_model_uuid": "str", # Optional. Judge model used to score
255403255422
responses.
255404255423
"name": "str", # Optional. Name of the evaluation run.
255424+
"progress": {
255425+
"candidate_rows_evaluated": 0, # Optional. Dataset rows
255426+
whose candidate model call has completed (success or failure).
255427+
"judge_rows_evaluated": 0, # Optional. Candidate-success
255428+
rows the judge has finished (scored or skipped). Caps at the number of
255429+
candidate successes, which may be below total_rows.
255430+
"total_rows": 0 # Optional. Total dataset rows for the run,
255431+
sourced from the evaluation dataset.
255432+
},
255405255433
"status": "MODEL_EVALUATION_RUN_STATUS_UNSPECIFIED" # Optional.
255406255434
Default value is "MODEL_EVALUATION_RUN_STATUS_UNSPECIFIED". Model Evaluation
255407255435
Run Statuses. Known values are: "MODEL_EVALUATION_RUN_STATUS_UNSPECIFIED",
@@ -255482,6 +255510,15 @@ async def cancel_model_evaluation_run(
255482255510
"judge_model_uuid": "str", # Optional. Judge model used to score
255483255511
responses.
255484255512
"name": "str", # Optional. Name of the evaluation run.
255513+
"progress": {
255514+
"candidate_rows_evaluated": 0, # Optional. Dataset rows
255515+
whose candidate model call has completed (success or failure).
255516+
"judge_rows_evaluated": 0, # Optional. Candidate-success
255517+
rows the judge has finished (scored or skipped). Caps at the number of
255518+
candidate successes, which may be below total_rows.
255519+
"total_rows": 0 # Optional. Total dataset rows for the run,
255520+
sourced from the evaluation dataset.
255521+
},
255485255522
"status": "MODEL_EVALUATION_RUN_STATUS_UNSPECIFIED" # Optional.
255486255523
Default value is "MODEL_EVALUATION_RUN_STATUS_UNSPECIFIED". Model Evaluation
255487255524
Run Statuses. Known values are: "MODEL_EVALUATION_RUN_STATUS_UNSPECIFIED",
@@ -255565,6 +255602,15 @@ async def cancel_model_evaluation_run(
255565255602
"judge_model_uuid": "str", # Optional. Judge model used to score
255566255603
responses.
255567255604
"name": "str", # Optional. Name of the evaluation run.
255605+
"progress": {
255606+
"candidate_rows_evaluated": 0, # Optional. Dataset rows
255607+
whose candidate model call has completed (success or failure).
255608+
"judge_rows_evaluated": 0, # Optional. Candidate-success
255609+
rows the judge has finished (scored or skipped). Caps at the number of
255610+
candidate successes, which may be below total_rows.
255611+
"total_rows": 0 # Optional. Total dataset rows for the run,
255612+
sourced from the evaluation dataset.
255613+
},
255568255614
"status": "MODEL_EVALUATION_RUN_STATUS_UNSPECIFIED" # Optional.
255569255615
Default value is "MODEL_EVALUATION_RUN_STATUS_UNSPECIFIED". Model Evaluation
255570255616
Run Statuses. Known values are: "MODEL_EVALUATION_RUN_STATUS_UNSPECIFIED",

src/pydo/operations/_operations.py

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269632,6 +269632,16 @@ def list_model_evaluation_runs(
269632269632
"judge_model_uuid": "str", # Optional. Judge model used to
269633269633
score responses.
269634269634
"name": "str", # Optional. Name of the evaluation run.
269635+
"progress": {
269636+
"candidate_rows_evaluated": 0, # Optional. Dataset
269637+
rows whose candidate model call has completed (success or failure).
269638+
"judge_rows_evaluated": 0, # Optional.
269639+
Candidate-success rows the judge has finished (scored or skipped).
269640+
Caps at the number of candidate successes, which may be below
269641+
total_rows.
269642+
"total_rows": 0 # Optional. Total dataset rows for
269643+
the run, sourced from the evaluation dataset.
269644+
},
269635269645
"status": "MODEL_EVALUATION_RUN_STATUS_UNSPECIFIED" #
269636269646
Optional. Default value is "MODEL_EVALUATION_RUN_STATUS_UNSPECIFIED".
269637269647
Model Evaluation Run Statuses. Known values are:
@@ -270210,6 +270220,15 @@ def get_model_evaluation_run(
270210270220
}
270211270221
],
270212270222
"name": "str", # Optional. Name of the evaluation run.
270223+
"progress": {
270224+
"candidate_rows_evaluated": 0, # Optional. Dataset rows
270225+
whose candidate model call has completed (success or failure).
270226+
"judge_rows_evaluated": 0, # Optional. Candidate-success
270227+
rows the judge has finished (scored or skipped). Caps at the number of
270228+
candidate successes, which may be below total_rows.
270229+
"total_rows": 0 # Optional. Total dataset rows for the run,
270230+
sourced from the evaluation dataset.
270231+
},
270213270232
"result_summary": {
270214270233
"end_time": "2020-02-20 00:00:00", # Optional. Aggregated
270215270234
result summary for a completed model evaluation run.
@@ -270681,6 +270700,15 @@ def cancel_model_evaluation_run(
270681270700
"judge_model_uuid": "str", # Optional. Judge model used to score
270682270701
responses.
270683270702
"name": "str", # Optional. Name of the evaluation run.
270703+
"progress": {
270704+
"candidate_rows_evaluated": 0, # Optional. Dataset rows
270705+
whose candidate model call has completed (success or failure).
270706+
"judge_rows_evaluated": 0, # Optional. Candidate-success
270707+
rows the judge has finished (scored or skipped). Caps at the number of
270708+
candidate successes, which may be below total_rows.
270709+
"total_rows": 0 # Optional. Total dataset rows for the run,
270710+
sourced from the evaluation dataset.
270711+
},
270684270712
"status": "MODEL_EVALUATION_RUN_STATUS_UNSPECIFIED" # Optional.
270685270713
Default value is "MODEL_EVALUATION_RUN_STATUS_UNSPECIFIED". Model Evaluation
270686270714
Run Statuses. Known values are: "MODEL_EVALUATION_RUN_STATUS_UNSPECIFIED",
@@ -270761,6 +270789,15 @@ def cancel_model_evaluation_run(
270761270789
"judge_model_uuid": "str", # Optional. Judge model used to score
270762270790
responses.
270763270791
"name": "str", # Optional. Name of the evaluation run.
270792+
"progress": {
270793+
"candidate_rows_evaluated": 0, # Optional. Dataset rows
270794+
whose candidate model call has completed (success or failure).
270795+
"judge_rows_evaluated": 0, # Optional. Candidate-success
270796+
rows the judge has finished (scored or skipped). Caps at the number of
270797+
candidate successes, which may be below total_rows.
270798+
"total_rows": 0 # Optional. Total dataset rows for the run,
270799+
sourced from the evaluation dataset.
270800+
},
270764270801
"status": "MODEL_EVALUATION_RUN_STATUS_UNSPECIFIED" # Optional.
270765270802
Default value is "MODEL_EVALUATION_RUN_STATUS_UNSPECIFIED". Model Evaluation
270766270803
Run Statuses. Known values are: "MODEL_EVALUATION_RUN_STATUS_UNSPECIFIED",
@@ -270844,6 +270881,15 @@ def cancel_model_evaluation_run(
270844270881
"judge_model_uuid": "str", # Optional. Judge model used to score
270845270882
responses.
270846270883
"name": "str", # Optional. Name of the evaluation run.
270884+
"progress": {
270885+
"candidate_rows_evaluated": 0, # Optional. Dataset rows
270886+
whose candidate model call has completed (success or failure).
270887+
"judge_rows_evaluated": 0, # Optional. Candidate-success
270888+
rows the judge has finished (scored or skipped). Caps at the number of
270889+
candidate successes, which may be below total_rows.
270890+
"total_rows": 0 # Optional. Total dataset rows for the run,
270891+
sourced from the evaluation dataset.
270892+
},
270847270893
"status": "MODEL_EVALUATION_RUN_STATUS_UNSPECIFIED" # Optional.
270848270894
Default value is "MODEL_EVALUATION_RUN_STATUS_UNSPECIFIED". Model Evaluation
270849270895
Run Statuses. Known values are: "MODEL_EVALUATION_RUN_STATUS_UNSPECIFIED",

0 commit comments

Comments
 (0)