hyperoptDataAvailability
Reports whether the data lake has every OHLCV (and futures-only
funding-rate / mark-price) file the given prospective hyperopt input
would need. Returns the same MarketDataAvailability shape as
marketDataAvailability (ready, pendingCount, failedCount,
lastUpdated, readyFiles).
Wraps hyperopt.AvailabilityForRequirements — the read-only
counterpart to the create-time guard hyperopt.CheckDataAvailability.
Drawer calls this on input change and gates the submit button on
result.ready.
hyperoptDataAvailability(
input: CreateHyperoptInput!
): MarketDataAvailability!
Arguments
hyperoptDataAvailability.input ● CreateHyperoptInput! non-null input
Type
MarketDataAvailability object
Readiness summary for a set of market data file references.