Type Alias ModelGetResponse

type ModelGetResponse = {
    data: { attributes: Model; id: EntityId; type: "model" };
}
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"