Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UpdateClassificationsModelParams

Parameters for the updateClassificationsModel operation.

Hierarchy

  • UpdateClassificationsModelParams

Index

Properties

Optional description

description: string

An optional description of the model.

Optional headers

headers: OutgoingHttpHeaders

language

language: string

The 2-letter language code of this model.

modelId

modelId: string

ID of the model.

Optional modelVersion

modelVersion: string

An optional version string.

Optional name

name: string

An optional name for the model.

trainingData

trainingData: ReadableStream | Buffer

Training data in JSON format. For more information, see Classifications training data requirements.

Optional trainingDataContentType

trainingDataContentType: TrainingDataContentType | string

The content type of trainingData.

Optional versionDescription

versionDescription: string

The description of the version.

Optional workspaceId

workspaceId: string

ID of the Watson Knowledge Studio workspace that deployed this model to Natural Language Understanding.

Generated using TypeDoc