CustomFormModelInfo Class

Definition

  • java.lang.Object
    • com.azure.ai.formrecognizer.training.models.CustomFormModelInfo

The CustomFormModelInfo model.

public final class CustomFormModelInfo

Constructors

CustomFormModelInfo(String modelId, CustomFormModelStatus status, OffsetDateTime trainingStartedOn, OffsetDateTime trainingCompletedOn)

Constructs a CustomFormModelInfo object.

Methods

getCustomModelProperties()

Get model metadata properties.

getModelId()

Get the model identifier.

getModelName()

Get the user defined model display name.

getStatus()

Get the Status of the model.

getTrainingCompletedOn()

Get the date and time (UTC) when the model training was completed.

getTrainingStartedOn()

Get the date and time (UTC) when the training of the model was started.

Inherited Members

java.lang.Object.clone() java.lang.Object.equals(java.lang.Object) java.lang.Object.finalize() java.lang.Object.getClass() java.lang.Object.hashCode() java.lang.Object.notify() java.lang.Object.notifyAll() java.lang.Object.toString() java.lang.Object.wait() java.lang.Object.wait(long) java.lang.Object.wait(long,int)

Applies to