Batch domain
class yandex_cloud_ml_sdk._batch.domain.Batch
Сlass for managing batch operations in Yandex Cloud ML SDK.
For usage examples see batch example
get(task, *, timeout=60)
Get batch task operation by ID or by BatchTaskInfo object.
|
Parameters |
|
|
Return type |
list_operations(*, page_size=Undefined, status=Undefined, timeout=60)
List batch task operations with optional filtering.
|
Parameters |
|
|
Return type |
list_info(*, page_size=Undefined, status=Undefined, timeout=60)
List batch task information with optional filtering.
|
Parameters |
|
|
Return type |
class yandex_cloud_ml_sdk._types.batch.operation.BatchTaskOperation
delete(*, timeout=60)
Delete batch task from tasks history.
|
Parameters |
timeout (float |
|
Return type |
None |
get_task_info(*, timeout=60)
Get detailed batch task info.
|
Parameters |
timeout (float |
|
Returns |
task info object with a lot of info fields. |
|
Return type |
cancel(*, timeout=60)
|
Parameters |
timeout (float |
|
Return type |
None |
get_result(*, timeout=60)
|
Parameters |
timeout (float |
|
Return type |
get_status(*, timeout=60)
|
Parameters |
timeout (float |
|
Return type |
property id: str
property task_id: str
wait(*, timeout=60, poll_timeout=None, poll_interval=None)
|
Parameters |
|
|
Return type |