CustomFormModelInfo Class
- java.
lang. Object - com.
azure. ai. formrecognizer. training. models. CustomFormModelInfo
- com.
public final class CustomFormModelInfo
The CustomFormModelInfo model.
Constructor Summary
Constructor | Description |
---|---|
CustomFormModelInfo(String modelId, CustomFormModelStatus status, OffsetDateTime trainingStartedOn, OffsetDateTime trainingCompletedOn) |
Constructs a CustomFormModelInfo object. |
Method Summary
Modifier and Type | Method and Description |
---|---|
Custom |
getCustomModelProperties()
Get model metadata properties. |
String |
getModelId()
Get the model identifier. |
String |
getModelName()
Get the user defined model display name. |
Custom |
getStatus()
Get the Status of the model. |
Offset |
getTrainingCompletedOn()
Get the date and time (UTC) when the model training was completed. |
Offset |
getTrainingStartedOn()
Get the date and time (UTC) when the training of the model was started. |
Methods inherited from java.lang.Object
Constructor Details
CustomFormModelInfo
public CustomFormModelInfo(String modelId, CustomFormModelStatus status, OffsetDateTime trainingStartedOn, OffsetDateTime trainingCompletedOn)
Constructs a CustomFormModelInfo object.
Parameters:
Method Details
getCustomModelProperties
public CustomFormModelProperties getCustomModelProperties()
Get model metadata properties.
Returns:
getModelId
public String getModelId()
Get the model identifier.
Returns:
modelId
value.getModelName
public String getModelName()
Get the user defined model display name.
Returns:
getStatus
public CustomFormModelStatus getStatus()
Get the Status of the model.
Returns:
status
value.getTrainingCompletedOn
public OffsetDateTime getTrainingCompletedOn()
Get the date and time (UTC) when the model training was completed.
Returns:
trainingCompletedOn
value.getTrainingStartedOn
public OffsetDateTime getTrainingStartedOn()
Get the date and time (UTC) when the training of the model was started.
Returns:
trainingStartedOn
value.Applies to
Azure SDK for Java