Struct aws_sdk_textract::operation::get_lending_analysis_summary::GetLendingAnalysisSummaryOutput
source · #[non_exhaustive]pub struct GetLendingAnalysisSummaryOutput {
pub document_metadata: Option<DocumentMetadata>,
pub job_status: Option<JobStatus>,
pub summary: Option<LendingSummary>,
pub warnings: Option<Vec<Warning>>,
pub status_message: Option<String>,
pub analyze_lending_model_version: Option<String>,
/* private fields */
}
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.document_metadata: Option<DocumentMetadata>
Information about the input document.
job_status: Option<JobStatus>
The current status of the lending analysis job.
summary: Option<LendingSummary>
Contains summary information for documents grouped by type.
warnings: Option<Vec<Warning>>
A list of warnings that occurred during the lending analysis operation.
status_message: Option<String>
Returns if the lending analysis could not be completed. Contains explanation for what error occurred.
analyze_lending_model_version: Option<String>
The current model version of the Analyze Lending API.
Implementations§
source§impl GetLendingAnalysisSummaryOutput
impl GetLendingAnalysisSummaryOutput
sourcepub fn document_metadata(&self) -> Option<&DocumentMetadata>
pub fn document_metadata(&self) -> Option<&DocumentMetadata>
Information about the input document.
sourcepub fn job_status(&self) -> Option<&JobStatus>
pub fn job_status(&self) -> Option<&JobStatus>
The current status of the lending analysis job.
sourcepub fn summary(&self) -> Option<&LendingSummary>
pub fn summary(&self) -> Option<&LendingSummary>
Contains summary information for documents grouped by type.
sourcepub fn warnings(&self) -> &[Warning]
pub fn warnings(&self) -> &[Warning]
A list of warnings that occurred during the lending analysis operation.
If no value was sent for this field, a default will be set. If you want to determine if no value was sent, use .warnings.is_none()
.
sourcepub fn status_message(&self) -> Option<&str>
pub fn status_message(&self) -> Option<&str>
Returns if the lending analysis could not be completed. Contains explanation for what error occurred.
sourcepub fn analyze_lending_model_version(&self) -> Option<&str>
pub fn analyze_lending_model_version(&self) -> Option<&str>
The current model version of the Analyze Lending API.
source§impl GetLendingAnalysisSummaryOutput
impl GetLendingAnalysisSummaryOutput
sourcepub fn builder() -> GetLendingAnalysisSummaryOutputBuilder
pub fn builder() -> GetLendingAnalysisSummaryOutputBuilder
Creates a new builder-style object to manufacture GetLendingAnalysisSummaryOutput
.
Trait Implementations§
source§impl Clone for GetLendingAnalysisSummaryOutput
impl Clone for GetLendingAnalysisSummaryOutput
source§fn clone(&self) -> GetLendingAnalysisSummaryOutput
fn clone(&self) -> GetLendingAnalysisSummaryOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq for GetLendingAnalysisSummaryOutput
impl PartialEq for GetLendingAnalysisSummaryOutput
source§fn eq(&self, other: &GetLendingAnalysisSummaryOutput) -> bool
fn eq(&self, other: &GetLendingAnalysisSummaryOutput) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for GetLendingAnalysisSummaryOutput
impl RequestId for GetLendingAnalysisSummaryOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None
if the service could not be reached.