DocumentModelSummary Class

  • java.lang.Object
    • com.azure.ai.formrecognizer.documentanalysis.administration.models.DocumentModelSummary

public final class DocumentModelSummary

Summary information for the built and prebuilt models.

Constructor Summary

Constructor Description
DocumentModelSummary()

Creates a DocumentModelSummary object.

Method Summary

Modifier and Type Method and Description
OffsetDateTime getCreatedOn()

Get the createdDateTime property: Date and time (UTC) when the model was created.

String getDescription()

Get the description property: Model description.

OffsetDateTime getExpiresOn()

Get the Date and time (UTC) when the document model will expire.

String getModelId()

Get the unique model identifier.

String getServiceVersion()

Get the Service version used to create this document classifier.

Map<String,String> getTags()

Get the user defined attributes associated with the model.

Methods inherited from java.lang.Object

Constructor Details

DocumentModelSummary

public DocumentModelSummary()

Creates a DocumentModelSummary object.

Method Details

getCreatedOn

public OffsetDateTime getCreatedOn()

Get the createdDateTime property: Date and time (UTC) when the model was created.

Returns:

the createdDateTime value.

getDescription

public String getDescription()

Get the description property: Model description.

Returns:

the description value.

getExpiresOn

public OffsetDateTime getExpiresOn()

Get the Date and time (UTC) when the document model will expire.

Returns:

the expiresOn value.

getModelId

public String getModelId()

Get the unique model identifier.

Returns:

the modelId value.

getServiceVersion

public String getServiceVersion()

Get the Service version used to create this document classifier.

Returns:

the serviceVersion value.

getTags

public Map getTags()

Get the user defined attributes associated with the model.

Returns:

the tags value.

Applies to