Skip to main content

RequestHandlerRunResult

Record of calls to storage-related context helpers.

Index

Constructors

__init__

  • __init__(*, key_value_store_getter): None

Methods

add_requests

  • async add_requests(requests, kwargs): None
  • Track a call to the add_requests context helper.


    Parameters

    • requests: Sequence[str | BaseRequestData]
    • kwargs: Unpack[AddRequestsKwargs]

    Returns None

get_key_value_store

push_data

  • async push_data(data, dataset_id, dataset_name, kwargs): None
  • Track a call to the push_data context helper.


    Parameters

    • data: JsonSerializable
    • dataset_id: str | None = None
    • dataset_name: str | None = None
    • kwargs: Unpack[PushDataKwargs]

    Returns None