updateMlModel
inline suspend fun MachineLearningClient.updateMlModel(crossinline block: UpdateMlModelRequest.Builder.() -> Unit): UpdateMlModelResponse
Updates the MLModelName
and the ScoreThreshold
of an MLModel
.
You can use the GetMLModel
operation to view the contents of the updated data element.