Type Alias DeploymentFindResponse

type DeploymentFindResponse = {
    data: { attributes: Deployment; id: EntityId; type: "deployment" }[];
    links: ResponseLinks;
    meta?: FindResponseMeta;
}
Index

Properties

Properties

data: { attributes: Deployment; id: EntityId; type: "deployment" }[]

Type declaration

  • attributes: Deployment

    A deployed model against which you can run predictions

  • id: EntityId

    ID of this entity

  • type: "deployment"

Resource links included in paginated responses

Meta for FIND operations