Class UpdateCustomModelOptions

java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.text_to_speech.v1.model.UpdateCustomModelOptions
All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel

public class UpdateCustomModelOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
The updateCustomModel options.
  • Method Details

    • newBuilder

      public UpdateCustomModelOptions.Builder newBuilder()
      New builder.
      Returns:
      a UpdateCustomModelOptions builder
    • customizationId

      public String customizationId()
      Gets the customizationId.

      The customization ID (GUID) of the custom model. You must make the request with credentials for the instance of the service that owns the custom model.

      Returns:
      the customizationId
    • name

      public String name()
      Gets the name.

      A new name for the custom model.

      Returns:
      the name
    • description

      public String description()
      Gets the description.

      A new description for the custom model.

      Returns:
      the description
    • words

      public List<Word> words()
      Gets the words.

      An array of `Word` objects that provides the words and their translations that are to be added or updated for the custom model. Pass an empty array to make no additions or updates.

      Returns:
      the words