ModelStateResultResponseDto
Response DTO indicating the state of a model.
isModelReadyboolean
Indicates whether the model is ready.
Example:
falseModelStateResultResponseDto
{
"isModelReady": false
}
Response DTO indicating the state of a model.
Indicates whether the model is ready.
false{
"isModelReady": false
}