BatchCompletionStatus#
- class BatchCompletionStatus(*args, **kwargs)#
Bases:
object
The completion status of the batch.
Allowed enum values:
_UNKNOWN
_REDACTED
SUCCEEDED: Batch Success.
FAILED: Batch Failed.
PARTIALLY_SUCCEEDED: Batch Partially Failed.
CANCELLED: Batch Cancelled.
- to_dict()#
Returns the model properties as a dictionary
- to_str()#
Returns the string representation of the model