nemo_microservices.types.data_designer.remote_validator_params#
Module Contents#
Classes#
API#
- class nemo_microservices.types.data_designer.remote_validator_params.RemoteValidatorParams(/, **data: Any)#
Bases:
nemo_microservices._models.BaseModel- endpoint_url: str#
None
The URL of the remote endpoint
- max_parallel_requests: int | None#
None
The maximum number of parallel requests to make
- max_retries: int | None#
None
The maximum number of retry attempts
- output_schema: Dict[str, object] | None#
None
Expected schema for remote endpoint’s output
- retry_backoff: float | None#
None
The backoff factor for the retry delay
- timeout: float | None#
None
The timeout for the HTTP request