nemo_microservices.types.data_designer.remote_validator_params_param#

Module Contents#

Classes#

API#

class nemo_microservices.types.data_designer.remote_validator_params_param.RemoteValidatorParamsParam#

Bases: typing_extensions.TypedDict

endpoint_url: typing_extensions.Required[str]#

None

The URL of the remote endpoint

max_parallel_requests: int#

None

The maximum number of parallel requests to make

max_retries: int#

None

The maximum number of retry attempts

output_schema: Dict[str, object]#

None

Expected schema for remote endpoint’s output

retry_backoff: float#

None

The backoff factor for the retry delay

timeout: float#

None

The timeout for the HTTP request