akride.core.entities package
Submodules
akride.core.entities.catalogs module
Copyright (C) 2024, Akridata, Inc - All Rights Reserved. Unauthorized copying of this file, via any medium is strictly prohibited
akride.core.entities.datasets module
Copyright (C) 2024, Akridata, Inc - All Rights Reserved. Unauthorized copying of this file, via any medium is strictly prohibited
akride.core.entities.entity module
- class akride.core.entities.entity.Entity(entity_id, name)[source]
Bases:
ABC
Abstract base class representing an entity in the system.
- get_id() str | None [source]
Method for getting the ID of the entity.
- Returns:
The ID of the entity.
- Return type:
akride.core.entities.jobs module
Copyright (C) 2024, Akridata, Inc - All Rights Reserved. Unauthorized copying of this file, via any medium is strictly prohibited
- class akride.core.entities.jobs.Job(info: CreateJobRequestResponse)[source]
Bases:
Entity
Class representing a job entity.
- property dataset_id
- get_max_clusters() int [source]
Get total number of clusters available for visualization
- Raises:
ValueError – If job details are not available
- Returns:
int
- get_num_clusters() int [source]
Get the default number of clusters available for visualization
- Raises:
ValueError – If job details are not available
- Returns:
int
- property pipeline_id
akride.core.entities.pipeline module
akride.core.entities.resultsets module
Copyright (C) 2024, Akridata, Inc - All Rights Reserved. Unauthorized copying of this file, via any medium is strictly prohibited