CustomFormModelInfo interface

Basic custom model information.

Properties

modelId

Model identifier.

modelName

The name of the model that was provided during model training. Model names are not guaranteed to be unique.

properties

Optional properties or flags associated with the model.

status

Status of the model.

trainingCompletedOn

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

trainingStartedOn

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

Property Details

modelId

Model identifier.

modelId: string

Property Value

string

modelName

The name of the model that was provided during model training. Model names are not guaranteed to be unique.

modelName?: string

Property Value

string

properties

Optional properties or flags associated with the model.

properties?: CustomFormModelProperties

Property Value

status

Status of the model.

status: ModelStatus

Property Value

trainingCompletedOn

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

trainingCompletedOn: Date

Property Value

Date

trainingStartedOn

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

trainingStartedOn: Date

Property Value

Date