package modelkit

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Transform_cache.Key

type t
val create : component:Component.t -> configuration:Content_id.t -> training_data:Content_id.t -> target:Content_id.t option -> routed_metadata:Content_id.t -> seed:Seed.t -> t

Canonically frames every field. None is an explicit no-target marker, not the identity of an empty target.

val equal : t -> t -> bool
val to_hex : t -> string