The output of GetLendingAnalysisSummaryCommand.

interface GetLendingAnalysisSummaryCommandOutput {
    $metadata: ResponseMetadata;
    AnalyzeLendingModelVersion?: string;
    DocumentMetadata?: DocumentMetadata;
    JobStatus?: JobStatus;
    StatusMessage?: string;
    Summary?: LendingSummary;
    Warnings?: Warning[];
}

Hierarchy (view full)

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

AnalyzeLendingModelVersion?: string

The current model version of the Analyze Lending API.

DocumentMetadata?: DocumentMetadata

Information about the input document.

JobStatus?: JobStatus

The current status of the lending analysis job.

StatusMessage?: string

Returns if the lending analysis could not be completed. Contains explanation for what error occurred.

Summary?: LendingSummary

Contains summary information for documents grouped by type.

Warnings?: Warning[]

A list of warnings that occurred during the lending analysis operation.