Skip to content

Commit 87674f5

Browse files
committed
Add training operation status
1 parent f58f75f commit 87674f5

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

openapi.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7394,6 +7394,15 @@ components:
73947394
description: Human-readable error message
73957395
type: string
73967396
example: Operation timed out
7397+
RL.TrainingOperationStatus:
7398+
type: string
7399+
enum:
7400+
- TRAINING_OPERATION_STATUS_UNSPECIFIED
7401+
- TRAINING_OPERATION_STATUS_PENDING
7402+
- TRAINING_OPERATION_STATUS_RUNNING
7403+
- TRAINING_OPERATION_STATUS_COMPLETED
7404+
- TRAINING_OPERATION_STATUS_FAILED
7405+
default: TRAINING_OPERATION_STATUS_UNSPECIFIED
73977406
RL.StartTrainingSessionRequest:
73987407
type: object
73997408
required:

0 commit comments

Comments
 (0)