api_response#
Classes:
Information about jobs marked as final in a project. |
|
Response model for root endpoint |
|
Listings of ancestor and non-ancestor jobs in a given workspace. |
|
Listings of descendant and non-descendant jobs in a given workspace. |
- class GetFinalResultsResponse#
Information about jobs marked as final in a project.
Attributes:
Job uids of ancestors of final result jobs.
Job uids of jobs marked as final result.
All other job uids in the project that are neither marked as final nor ancestors of final result jobs.
- ancestors_of_final_results: List[str]#
Job uids of ancestors of final result jobs.
- final_results: List[str]#
Job uids of jobs marked as final result.
- non_ancestors_of_final_results: List[str]#
All other job uids in the project that are neither marked as final nor ancestors of final result jobs.
- class Hello#
Response model for root endpoint
Attributes:
- name: str#
- service: str#
API service name
- version: str#
Running CryoSPARC version. Includes patch, if installed
- class WorkspaceAncestorUidsResponse#
Listings of ancestor and non-ancestor jobs in a given workspace.
Attributes:
Jobs in the workspace that are ancestors of a given set of jobs.
Jobs in the workspace that are not ancestors of a given set of jobs.
- ancestors: List[str]#
Jobs in the workspace that are ancestors of a given set of jobs.
- non_ancestors: List[str]#
Jobs in the workspace that are not ancestors of a given set of jobs.
- class WorkspaceDescendantUidsResponse#
Listings of descendant and non-descendant jobs in a given workspace.
Attributes:
Jobs in the workspace that are descendants of a given set of jobs.
Jobs in the workspace that are not descendants of a given set of jobs.
- descendants: List[str]#
Jobs in the workspace that are descendants of a given set of jobs.
- non_descendants: List[str]#
Jobs in the workspace that are not descendants of a given set of jobs.