api_response#

Classes:

GetFinalResultsResponse

Information about jobs marked as final in a project.

Hello

Response model for root endpoint

WorkspaceAncestorUidsResponse

Listings of ancestor and non-ancestor jobs in a given workspace.

WorkspaceDescendantUidsResponse

Listings of descendant and non-descendant jobs in a given workspace.

class GetFinalResultsResponse#

Information about jobs marked as final in a project.

Attributes:

ancestors_of_final_results

Job uids of ancestors of final result jobs.

final_results

Job uids of jobs marked as final result.

non_ancestors_of_final_results

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

service

API service name

version

Running CryoSPARC version.

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:

ancestors

Jobs in the workspace that are ancestors of a given set of jobs.

non_ancestors

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:

descendants

Jobs in the workspace that are descendants of a given set of jobs.

non_descendants

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.