qcs_api_client.models.endpoint#

Module Contents#

Classes#

Endpoint

An Endpoint is the entry point for remote access to a QuantumProcessor.

Attributes#

T

qcs_api_client.models.endpoint.T#
class qcs_api_client.models.endpoint.Endpoint#

An Endpoint is the entry point for remote access to a QuantumProcessor.

addresses#

Addresses at which an endpoint is reachable over the network.

Type

EndpointAddresses

healthy#

Whether the endpoint is operating as intended

Type

bool

id#

Unique, opaque identifier for the endpoint

Type

str

mock#

Whether the endpoint serves simulated or substituted data for testing purposes

Type

bool

address#

Network address at which the endpoint is locally reachable

Type

Union[Unset, None, str]

datacenter#

Datacenter within which the endpoint is deployed

Type

Union[Unset, str]

quantum_processor_ids#

Public identifiers for quantum processors served by this endpoint.

Type

Union[Unset, List[str]]

addresses :qcs_api_client.models.endpoint_addresses.EndpointAddresses#
healthy :bool#
id :str#
mock :bool#
address :Union[qcs_api_client.types.Unset, None, str]#
datacenter :Union[qcs_api_client.types.Unset, str]#
quantum_processor_ids :Union[qcs_api_client.types.Unset, List[str]]#
additional_properties :Dict[str, Any]#
to_dict(pick_by_predicate: Optional[Callable[[Any], bool]] = is_not_none) Dict[str, Any]#
classmethod from_dict(src_dict: Dict[str, Any]) T#
property additional_keys List[str]#
__getitem__(key: str) Any#
__setitem__(key: str, value: Any) None#
__delitem__(key: str) None#
__contains__(key: str) bool#