addTags
inline suspend fun MachineLearningClient.addTags(crossinline block: AddTagsRequest.Builder.() -> Unit): AddTagsResponse
Adds one or more tags to an object, up to a limit of 10. Each tag consists of a key and an optional value. If you add a tag using a key that is already associated with the ML object, AddTags
updates the tag's value.