Class CustomFormModelInfo
java.lang.Object
com.azure.ai.formrecognizer.training.models.CustomFormModelInfo
The CustomFormModelInfo model.
-
Constructor Summary
ConstructorsConstructorDescriptionCustomFormModelInfo(String modelId, CustomFormModelStatus status, OffsetDateTime trainingStartedOn, OffsetDateTime trainingCompletedOn) Constructs aCustomFormModelInfoobject. -
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 aCustomFormModelInfoobject.- 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
modelIdvalue.
-
getStatus
Get the Status of the model.- Returns:
- the
statusvalue.
-
getTrainingStartedOn
Get the date and time (UTC) when the training of the model was started.- Returns:
- the
trainingStartedOnvalue.
-
getTrainingCompletedOn
Get the date and time (UTC) when the model training was completed.- Returns:
- the
trainingCompletedOnvalue.
-
getCustomModelProperties
Get model metadata properties.- Returns:
- the custom model metadata properties.
-
getModelName
Get the user defined model display name.- Returns:
- the modelName value.
-