Type Alias ModelFindResponse

type ModelFindResponse = {
    data: { attributes: Model; id: EntityId; type: "model" }[];
    links: ResponseLinks;
    meta?: FindResponseMeta;
}
Index

Properties

Properties

data: { attributes: Model; id: EntityId; type: "model" }[]

Type declaration

  • attributes: Model

    A model based on an algorithm within an experiment version.

  • id: EntityId

    ID of this entity

  • type: "model"

Resource links included in paginated responses

Meta for FIND operations