updateModelVersionStatus
inline suspend fun FraudDetectorClient.updateModelVersionStatus(crossinline block: UpdateModelVersionStatusRequest.Builder.() -> Unit): UpdateModelVersionStatusResponse
Updates the status of a model version.
You can perform the following status updates:
Change the
TRAINING_IN_PROGRESSstatus toTRAINING_CANCELLED.Change the
TRAINING_COMPLETEstatus toACTIVE.Change
ACTIVEtoINACTIVE.