modelApprovalStatus property

ModelApprovalStatus? modelApprovalStatus
final

The approval status of the model. This can be one of the following values.

  • APPROVED - The model is approved
  • REJECTED - The model is rejected.
  • PENDING_MANUAL_APPROVAL - The model is waiting for manual approval.

Implementation

final ModelApprovalStatus? modelApprovalStatus;