Type Alias DeploymentGetResponse

type DeploymentGetResponse = {
    data: { attributes: Deployment; id: EntityId; type: "deployment" };
}
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"