RenameImageEmbeddingEncoder

Renames an image embedding encoder.

Type: synchronous

Parameter Description Required
encoder The name of the encoder that you want to rename. Yes
newencoder The new name for the encoder (maximum 254 bytes). Yes

Example

The following example renames the encoder test1, using the new name model1.

/action=RenameImageEmbeddingEncoder&encoder=test1&newencoder=model1

Response

<autnresponse>
  <action>RENAMEIMAGEEMBEDDINGENCODER</action>
  <response>SUCCESS</response>
  <responsedata></responsedata>
</autnresponse>