updateModel
inline suspend fun LookoutEquipmentClient.updateModel(crossinline block: UpdateModelRequest.Builder.() -> Unit): UpdateModelResponse
Updates a model in the account.
Samples
lookoutEquipmentClient.updateModel {
modelName = "sample-model"
labelsInputConfiguration = LabelsInputConfiguration {
labelGroupName = "sample-label-group"
}
}Content copied to clipboard