scorable.generated.openapi_client.models.batch_execution_status¶
Scorable API
Scorable JSON API provides a way to access Scorable using provisioned API token
The version of the OpenAPI document: 1.0.0 (latest) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
Classes¶
Module Contents¶
- class scorable.generated.openapi_client.models.batch_execution_status.BatchExecutionStatus¶
Bases:
str,enum.Enumpending - pending * processing - processing * completed - completed * failed - failed * partial - partial
- COMPLETED = 'completed'¶
- FAILED = 'failed'¶
- PARTIAL = 'partial'¶
- PENDING = 'pending'¶
- PROCESSING = 'processing'¶