CustomFormModelInfo interface
Basic custom model information.
Properties
| model |
Model identifier. |
| model |
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. |
| training |
Date and time (UTC) when the training operation completed. |
| training |
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
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