Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 44 additions & 0 deletions doc/source/api/rms.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
Resource Management Service
===========================

Ansys REP includes the Resource Management Service (JMS), which is the main service for managing heterogeneous compute resources.

The Python subpackage ``ansys.rep.client.rms`` wraps around the RMS service REST API available at ``https://hostname:port/rep/rms/api``.

APIs
--------------------------------------

RMS Api
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.. autoclass:: ansys.rep.client.rms.RmsApi
:members:
:undoc-members:


Resources
--------------------------------------

Evaluator Registration
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. autopydantic_model:: ansys.rep.client.rms.EvaluatorRegistration

Evaluator Configuration
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. autopydantic_model:: ansys.rep.client.rms.EvaluatorConfiguration

Evaluator Configuration Update
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. autopydantic_model:: ansys.rep.client.rms.EvaluatorConfigurationUpdate

Scaler Configuration
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. autopydantic_model:: ansys.rep.client.rms.ScalerRegistration

Compute Resource Set
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. autopydantic_model:: ansys.rep.client.rms.ComputeResourceSet