get_instance#
- Client.get_instance(name: str, timeout: float | None = None) Instance#
Get a remote product instance by name.
- Parameters:
- name: str
Name of the instance to get. This name is assigned by the server and always start with
instances/. You should not rely on any static value. For example, the name assigned to the instance might beinstances/mapdl-a25g813.- timeout
float,optional Maximum time in seconds for the request. The default is
None.
- Returns:
InstanceA remote instance.
- Raises:
InstanceNotFoundErrorThe instance does not exist.