RxInfer Client - v1.3.0
    Preparing search index...

    Type Alias AttachMetadataToEventData

    type AttachMetadataToEventData = {
        body: AttachMetadataToEventRequest;
        path: { instance_id: string; episode_name: string; event_id: number };
        query?: never;
        url: "/models/i/{instance_id}/episodes/{episode_name}/events/{event_id}/attach-metadata";
    }
    Index

    Properties

    Properties

    path: { instance_id: string; episode_name: string; event_id: number }

    Type declaration

    • instance_id: string

      ID of the model instance to attach metadata to

    • episode_name: string

      Name of the episode to attach metadata to

    • event_id: number

      ID of the event to attach metadata to

    query?: never
    url: "/models/i/{instance_id}/episodes/{episode_name}/events/{event_id}/attach-metadata"