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_PROGRESS
status toTRAINING_CANCELLED
.Change the
TRAINING_COMPLETE
status toACTIVE
.Change
ACTIVE
toINACTIVE
.