Class CustomFormModelInfo
java.lang.Object
com.azure.ai.formrecognizer.training.models.CustomFormModelInfo
The CustomFormModelInfo model.
-
Constructor Summary
ConstructorDescriptionCustomFormModelInfo
(String modelId, CustomFormModelStatus status, OffsetDateTime trainingStartedOn, OffsetDateTime trainingCompletedOn) Constructs aCustomFormModelInfo
object. -
Method Summary
Modifier and TypeMethodDescriptionGet model metadata properties.Get the model identifier.Get the user defined model display name.Get the Status of the model.Get the date and time (UTC) when the model training was completed.Get the date and time (UTC) when the training of the model was started.
-
Constructor Details
-
CustomFormModelInfo
public CustomFormModelInfo(String modelId, CustomFormModelStatus status, OffsetDateTime trainingStartedOn, OffsetDateTime trainingCompletedOn) Constructs aCustomFormModelInfo
object.- Parameters:
modelId
- The model identifier.status
- The status of the model.trainingStartedOn
- Date and time (UTC) when the training of the model was started.trainingCompletedOn
- Date and time (UTC) when the model training was completed.
-
-
Method Details
-
getModelId
Get the model identifier.- Returns:
- the
modelId
value.
-
getStatus
Get the Status of the model.- Returns:
- the
status
value.
-
getTrainingStartedOn
Get the date and time (UTC) when the training of the model was started.- Returns:
- the
trainingStartedOn
value.
-
getTrainingCompletedOn
Get the date and time (UTC) when the model training was completed.- Returns:
- the
trainingCompletedOn
value.
-
getCustomModelProperties
Get model metadata properties.- Returns:
- the custom model metadata properties.
-
getModelName
Get the user defined model display name.- Returns:
- the modelName value.
-