Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CustomFormModelInfo

Package version

Basic custom model information.

Hierarchy

Index

Properties

modelId

modelId: string

Model identifier.

Optional modelName

modelName: undefined | string

The name of the model that was provided during model training.

Model names are not guaranteed to be unique.

Optional properties

Optional properties or flags associated with the model.

status

status: CustomFormModelStatus

Status of the model.

trainingCompletedOn

trainingCompletedOn: Date

Date and time (UTC) when the training operation completed.

trainingStartedOn

trainingStartedOn: Date

Date and time (UTC) when the custom model training started.

Generated using TypeDoc