Type Alias DeployedModelsInput

Input values for adding deployed models to a deployment

type DeployedModelsInput = {
    data: {
        attributes: { deployedModelIds: DeployedModelIds };
        type: "deployed-models";
    };
}
Index

Properties

Properties

data: {
    attributes: { deployedModelIds: DeployedModelIds };
    type: "deployed-models";
}