Skip to content

Latest commit

 

History

History
342 lines (242 loc) · 5.35 KB

entities.rst

File metadata and controls

342 lines (242 loc) · 5.35 KB

Entities

.. toctree::
   :caption: Table of Contents
   :maxdepth: 6

Organization

.. automodule:: dtlpy.entities.organization
  :members:
  :show-inheritance:

Integration

.. automodule:: dtlpy.entities.integration
  :members:
  :show-inheritance:


Project

.. automodule:: dtlpy.entities.project
  :members:
  :show-inheritance:

User

.. automodule:: dtlpy.entities.user
  :members:
  :show-inheritance:


Dataset

.. automodule:: dtlpy.entities.dataset
  :members:
  :show-inheritance:

Driver

.. automodule:: dtlpy.entities.driver
  :members:
  :show-inheritance:

Item

.. automodule:: dtlpy.entities.item
  :members:
  :show-inheritance:

Item Link

.. automodule:: dtlpy.entities.links
  :members:
  :show-inheritance:

Annotation

.. automodule:: dtlpy.entities.annotation
  :members:
  :show-inheritance:

Collection of Annotation entities

.. automodule:: dtlpy.entities.annotation_collection
  :members:
  :show-inheritance:

Annotation Definition

.. automodule:: dtlpy.entities.annotation_definitions.base_annotation_definition
  :members:
  :show-inheritance:

Box Annotation Definition

.. automodule:: dtlpy.entities.annotation_definitions.box
  :members:
  :show-inheritance:

Classification Annotation Definition

.. automodule:: dtlpy.entities.annotation_definitions.classification
  :members:
  :show-inheritance:

Cuboid Annotation Definition

.. automodule:: dtlpy.entities.annotation_definitions.cube
  :members:
  :show-inheritance:

Item Description Definition

.. automodule:: dtlpy.entities.annotation_definitions.description
  :members:
  :show-inheritance:

Ellipse Annotation Definition

.. automodule:: dtlpy.entities.annotation_definitions.ellipse
  :members:
  :show-inheritance:

Note Annotation Definition

.. automodule:: dtlpy.entities.annotation_definitions.note
  :members:
  :show-inheritance:

Point Annotation Definition

.. automodule:: dtlpy.entities.annotation_definitions.point
  :members:
  :show-inheritance:

Polygon Annotation Definition

.. automodule:: dtlpy.entities.annotation_definitions.polygon
  :members:
  :show-inheritance:

Polyline Annotation Definition

.. automodule:: dtlpy.entities.annotation_definitions.polyline
  :members:
  :show-inheritance:

Pose Annotation Definition

.. automodule:: dtlpy.entities.annotation_definitions.pose
  :members:
  :show-inheritance:

Segmentation Annotation Definition

.. automodule:: dtlpy.entities.annotation_definitions.segmentation
  :members:
  :show-inheritance:

Audio Annotation Definition

.. automodule:: dtlpy.entities.annotation_definitions.subtitle
  :members:
  :show-inheritance:

Undefined Annotation Definition

.. automodule:: dtlpy.entities.annotation_definitions.undefined_annotation
  :members:
  :show-inheritance:

Similarity

.. automodule:: dtlpy.entities.similarity
  :members:
  :show-inheritance:

Filter

.. automodule:: dtlpy.entities.filters
  :members:
  :show-inheritance:

Recipe

.. automodule:: dtlpy.entities.recipe
  :members:
  :show-inheritance:

Ontology

.. automodule:: dtlpy.entities.ontology
  :members:
  :show-inheritance:

Label

.. automodule:: dtlpy.entities.label
  :members:
  :show-inheritance:

Task

.. automodule:: dtlpy.entities.task
  :members:
  :show-inheritance:

Assignment

.. automodule:: dtlpy.entities.assignment
  :members:
  :show-inheritance:

Package

.. automodule:: dtlpy.entities.package
  :members:
  :show-inheritance:

Package Function

.. automodule:: dtlpy.entities.package_function
  :members:
  :show-inheritance:

Package Module

.. automodule:: dtlpy.entities.package_module
  :members:
  :show-inheritance:

Slot

.. automodule:: dtlpy.entities.package_slot
  :members:
  :show-inheritance:

Codebase

.. automodule:: dtlpy.entities.codebase
  :members:
  :show-inheritance:

Service

.. automodule:: dtlpy.entities.service
  :members:
  :show-inheritance:

Bot

.. automodule:: dtlpy.entities.bot
  :members:
  :show-inheritance:

Trigger

.. automodule:: dtlpy.entities.trigger
  :members:
  :show-inheritance:

Execution

.. automodule:: dtlpy.entities.execution
  :members:
  :show-inheritance:

Model

.. automodule:: dtlpy.entities.model
  :members:
  :show-inheritance:

Pipeline

.. automodule:: dtlpy.entities.pipeline
  :members:
  :show-inheritance:

Pipeline Execution

.. automodule:: dtlpy.entities.pipeline_execution
  :members:
  :show-inheritance:

Other

Pages

.. automodule:: dtlpy.entities.paged_entities
  :members:
  :show-inheritance:


Base Entity

.. automodule:: dtlpy.entities.base_entity
  :members:
  :show-inheritance:

Command

.. automodule:: dtlpy.entities.command
  :members:
  :show-inheritance:

Directory Tree

.. automodule:: dtlpy.entities.directory_tree
  :members:
  :show-inheritance: