[FR] OperationDetails result
returns Union[Model, Classifier]
#29655
Labels
Milestone
result
returns Union[Model, Classifier]
#29655
https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/formrecognizer/azure-ai-formrecognizer/azure/ai/formrecognizer/_models.py#L3718
Concern that changing this to Union[DocumentModelDetails, DocumentModelClassifier] would be breaking since the latter type does not include
model_id
and introduces a new attribute -classifier_id
.The text was updated successfully, but these errors were encountered: