Module: Aws::Textract::Client::_GetLendingAnalysisResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetLendingAnalysisResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #analyze_lending_model_version ⇒ ::String
- #document_metadata ⇒ Types::DocumentMetadata
- #job_status ⇒ "IN_PROGRESS", ...
- #next_token ⇒ ::String
- #results ⇒ ::Array[Types::LendingResult]
- #status_message ⇒ ::String
- #warnings ⇒ ::Array[Types::Warning]
Instance Method Details
#analyze_lending_model_version ⇒ ::String
316 |
# File 'sig/client.rbs', line 316
def analyze_lending_model_version: () -> ::String
|
#document_metadata ⇒ Types::DocumentMetadata
310 |
# File 'sig/client.rbs', line 310
def document_metadata: () -> Types::DocumentMetadata
|
#job_status ⇒ "IN_PROGRESS", ...
311 |
# File 'sig/client.rbs', line 311
def job_status: () -> ("IN_PROGRESS" | "SUCCEEDED" | "FAILED" | "PARTIAL_SUCCESS")
|
#next_token ⇒ ::String
312 |
# File 'sig/client.rbs', line 312
def next_token: () -> ::String
|
#results ⇒ ::Array[Types::LendingResult]
313 |
# File 'sig/client.rbs', line 313
def results: () -> ::Array[Types::LendingResult]
|
#status_message ⇒ ::String
315 |
# File 'sig/client.rbs', line 315
def status_message: () -> ::String
|
#warnings ⇒ ::Array[Types::Warning]
314 |
# File 'sig/client.rbs', line 314
def warnings: () -> ::Array[Types::Warning]
|