Uses of Enum
com.azure.ai.formrecognizer.training.models.CustomFormModelStatus
Packages that use CustomFormModelStatus
Package
Description
Package containing model classes to perform operations using
FormTrainingClient and
FormTrainingAsyncClient.-
Uses of CustomFormModelStatus in com.azure.ai.formrecognizer.training.models
Methods in com.azure.ai.formrecognizer.training.models that return CustomFormModelStatusModifier and TypeMethodDescriptionstatic CustomFormModelStatusCustomFormModelStatus.fromString(String value) Parses a serialized value to a CustomFormModelStatus instance.CustomFormModel.getModelStatus()Get the status of the model.CustomFormModelInfo.getStatus()Get the Status of the model.static CustomFormModelStatusReturns the enum constant of this type with the specified name.static CustomFormModelStatus[]CustomFormModelStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.azure.ai.formrecognizer.training.models with parameters of type CustomFormModelStatusModifierConstructorDescriptionCustomFormModel(String modelId, CustomFormModelStatus modelStatus, OffsetDateTime trainingStartedOn, OffsetDateTime trainingCompletedOn, List<CustomFormSubmodel> submodels, List<FormRecognizerError> modelError, List<TrainingDocumentInfo> trainingDocuments) Constructs a CustomFormModel object.CustomFormModelInfo(String modelId, CustomFormModelStatus status, OffsetDateTime trainingStartedOn, OffsetDateTime trainingCompletedOn) Constructs aCustomFormModelInfoobject.