- Navigation Guide
@aws-sdk/client-quicksight
PredictQAResultsCommandOutput Interface
The output of PredictQAResultsCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
AdditionalResults | QAResult[] | undefined | Additional visual responses. |
PrimaryResult | QAResult | undefined | The primary visual response. |
RequestId | string | undefined | The Amazon Web Services request ID for this operation. |
Status | number | undefined | The HTTP status of the request. |
Full Signature
export interface PredictQAResultsCommandOutput extends PredictQAResultsResponse, MetadataBearer