updateMlTransform
inline suspend fun GlueClient.updateMlTransform(crossinline block: UpdateMlTransformRequest.Builder.() -> Unit): UpdateMlTransformResponse
Updates an existing machine learning transform. Call this operation to tune the algorithm parameters to achieve better results.
After calling this operation, you can call the StartMLEvaluationTaskRun
operation to assess how well your new parameters achieved your goals (such as improving the quality of your machine learning transform, or making it more cost-effective).