Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UpdateCustomModelParams

Parameters for the updateCustomModel operation.

Hierarchy

  • UpdateCustomModelParams

Index

Properties

customizationId

customizationId: string

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.

Optional description

description: string

A new description for the custom model.

Optional headers

headers: OutgoingHttpHeaders

Optional name

name: string

A new name for the custom model.

Optional words

words: Word[]

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.

Generated using TypeDoc